Theorems · Definition · category theory
CategoryTheory.MonoOver.mapComp
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{X Y Z : C} →
(f : X ⟶ Y) →
(g : Y ⟶ Z) →
[inst_1 : CategoryTheory.Mono f] →
[inst_2 : CategoryTheory.Mono g] →
CategoryTheory.MonoOver.map (CategoryTheory.CategoryStruct.comp f g) ≅
(CategoryTheory.MonoOver.map f).comp (CategoryTheory.MonoOver.map g)MonoOver.map commutes with composition (up to a natural isomorphism).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Overstatement · cited by 935
- CategoryTheory.Monostatement and proof · cited by 893
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.MonoOverstatement · cited by 115
- CategoryTheory.Over.isMonostatement · cited by 111
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoOver.mapIsoproof · cited by 7
- CategoryTheory.Subobject.map_compproof · cited by 1
- CategoryTheory.MonoOver.mapIso_counitIsostatement · cited by 0
- CategoryTheory.MonoOver.mapIso_unitIsostatement · cited by 0