Theorems · Theorem · category theory
CategoryTheory.Limits.PullbackCone.equalizer_ext
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y Z : C} {f : X ⟶ Z} {g : Y ⟶ Z}
(t : CategoryTheory.Limits.PullbackCone f g) {W : C} {k l : W ⟶ t.pt},
CategoryTheory.CategoryStruct.comp k t.fst = CategoryTheory.CategoryStruct.comp l t.fst →
CategoryTheory.CategoryStruct.comp k t.snd = CategoryTheory.CategoryStruct.comp l t.snd →
∀ (j : CategoryTheory.Limits.WalkingCospan),
CategoryTheory.CategoryStruct.comp k (t.π.app j) = CategoryTheory.CategoryStruct.comp l (t.π.app j)To check whether two morphisms are equalized by the maps of a pullback cone, it suffices to
check it for fst t and snd t
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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 and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.Cone.ptstatement and proof · cited by 1,298
- CategoryTheory.Functor.conststatement · cited by 1,264
- CategoryTheory.Limits.Cone.πstatement and proof · cited by 500
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.pullback.hom_extproof · cited by 63
- CategoryTheory.Limits.PullbackCone.IsLimit.hom_extproof · cited by 11
- CategoryTheory.IsKernelPair.cancel_rightproof · cited by 1
- CategoryTheory.IsPullback.zero_leftproof · cited by 1
- CategoryTheory.IsKernelPair.comp_of_monoproof · cited by 0