Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.IsLimit.hom_ext

∀ {J : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} J] {C : Type u₃} [inst_1 : CategoryTheory.Category.{v₃, u₃} C]
  {F : CategoryTheory.Functor J C} {t : CategoryTheory.Limits.Cone F} (h : CategoryTheory.Limits.IsLimit t) {W : C}
  {f f' : W ⟶ t.pt},
  (∀ (j : J), CategoryTheory.CategoryStruct.comp f (t.π.app j) = CategoryTheory.CategoryStruct.comp f' (t.π.app j)) →
    f = f'

Two morphisms into a limit are equal if their compositions with each cone morphism are equal.

Defined in
Mathlib.CategoryTheory.Limits.IsLimit
Cited by
43 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Limits.limit.hom_ext · cited by 34limit.hom_extCategoryTheory.Limits.IsTerminal.hom_ext · cited by 29IsTerminal.hom_extCategoryTheory.Limits.biproduct.hom_ext · cited by 27biproduct.hom_extCategoryTheory.Limits.PullbackCone.IsLimit.hom_ext · cited by 11IsLimit.hom_extCategoryTheory.Limits.Fork.IsLimit.hom_ext · cited by 11IsLimit.hom_extCategoryTheory.Limits.Multifork.IsLimit.hom_ext · cited by 6IsLimit.hom_extCategoryTheory.Limits.BinaryFan.IsLimit.hom_ext · cited by 5IsLimit.hom_extCategoryTheory.Limits.IsLimit.lift_comp_conePointsIsoOfNatIso_hom · cited by 2IsLimit.lift_comp_conePoi…CategoryTheory.Limits.IsLimit.lift_comp_conePointsIsoOfNatIso_inv · cited by 2IsLimit.lift_comp_conePoi…CategoryTheory.Limits.Trident.IsLimit.hom_ext · cited by 2IsLimit.hom_extCategoryTheory.Limits.IsLimit.nonempty_isLimit_iff_isIso_lift · cited by 2IsLimit.nonempty_isLimit_…AlgebraicGeometry.isIso_pushoutSection_of_iSup_eq · cited by 2AlgebraicGeometry.isIso_p…CategoryTheory.Limits.Fan.IsLimit.hom_ext · cited by 2IsLimit.hom_extCategoryTheory.isCoseparator_iff_of_isLimit_fan · cited by 2CategoryTheory.isCosepara…CategoryTheory.Limits.WeightedCone.IsLimit.hom_ext · cited by 1IsLimit.hom_extCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.Functor.const · cited by 1264Functor.constCategoryTheory.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Limits.Cone.π · cited by 500Cone.πCategoryTheory.Limits.IsLimit.lift · cited by 167IsLimit.liftCategoryTheory.Limits.IsLimit.hom_lift · cited by 1IsLimit.hom_liftIsLimit.hom_extCITED BYCITES

Cites14

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

Cited by43

Results whose statement or proof uses this declaration.