Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.PullbackCone.IsLimit.hom_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} (ht : CategoryTheory.Limits.IsLimit t) {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 → k = l
Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.PullbackCone
Cited by
11 results in Mathlib
Foundations
Depth 27 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.

CategoryTheory.IsPullback.hom_ext · cited by 16IsPullback.hom_extCategoryTheory.IsUniversalColimit.nonempty_isColimit_of_pullbackCone_left · cited by 3IsUniversalColimit.nonemp…CategoryTheory.mono_iff_isIso_fst · cited by 2CategoryTheory.mono_iff_i…CategoryTheory.Limits.CoproductDisjoint.of_cofan · cited by 2CoproductDisjoint.of_cofanCategoryTheory.Limits.PullbackCone.isIso_fst_of_mono_of_isLimit · cited by 2PullbackCone.isIso_fst_of…CategoryTheory.Functor.relativelyRepresentable.hom_ext · cited by 2relativelyRepresentable.h…CategoryTheory.IsUniversalColimit.nonempty_isColimit_of_pullbackCone_right · cited by 2IsUniversalColimit.nonemp…CategoryTheory.IsUniversalColimit.nonempty_isColimit_prod_of_pullbackCone · cited by 1IsUniversalColimit.nonemp…CategoryTheory.IsKernelPair.pullback · cited by 0IsKernelPair.pullbackCategoryTheory.Limits.PullbackCone.mono_fst_of_is_pullback_of_mono · cited by 0PullbackCone.mono_fst_of_…CategoryTheory.Limits.PullbackCone.mono_snd_of_is_pullback_of_mono · cited by 0PullbackCone.mono_snd_of_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Limits.WalkingCospan · cited by 496Limits.WalkingCospanCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.PullbackCone · cited by 136Limits.PullbackConeCategoryTheory.Limits.PullbackCone.fst · cited by 118PullbackCone.fstCategoryTheory.Limits.PullbackCone.snd · cited by 113PullbackCone.sndCategoryTheory.Limits.IsLimit.hom_ext · cited by 43IsLimit.hom_extCategoryTheory.Limits.PullbackCone.equalizer_ext · cited by 5PullbackCone.equalizer_extIsLimit.hom_extCITED BYCITES

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by11

Results whose statement or proof uses this declaration.