Theorems · Theorem · category theory
CategoryTheory.Limits.coequalizerComparison_map_desc
∀ {C : Type u} {X Y : C} [inst : CategoryTheory.Category.{v, u} C] (f g : X ⟶ Y) {D : Type u₂}
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] (G : CategoryTheory.Functor C D)
[inst_2 : CategoryTheory.Limits.HasCoequalizer f g]
[inst_3 : CategoryTheory.Limits.HasCoequalizer (G.map f) (G.map g)] {Z : C} {h : Y ⟶ Z}
(w : CategoryTheory.CategoryStruct.comp f h = CategoryTheory.CategoryStruct.comp g h),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.coequalizerComparison f g G)
(G.map (CategoryTheory.Limits.coequalizer.desc h w)) =
CategoryTheory.Limits.coequalizer.desc (G.map h) ⋯- Cited by
- 1 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Functor.map_compproof · cited by 734
- CategoryTheory.Limits.colimit.ι_descproof · cited by 170
- CategoryTheory.Limits.coequalizer.πproof · cited by 93
- CategoryTheory.Limits.coequalizerstatement and proof · cited by 79
- CategoryTheory.Limits.Cofork.ofπproof · cited by 56
- CategoryTheory.Limits.HasCoequalizerstatement and proof · cited by 54
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.coequalizerComparison_map_desc_assocproof · cited by 0