Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.IsColimit.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.Cocone F} (h : CategoryTheory.Limits.IsColimit t) {W : C}
  {f f' : t.pt ⟶ W},
  (∀ (j : J), CategoryTheory.CategoryStruct.comp (t.ι.app j) f = CategoryTheory.CategoryStruct.comp (t.ι.app j) f') →
    f = f'

Two morphisms out of a colimit are equal if their compositions with each cocone morphism are equal.

Defined in
Mathlib.CategoryTheory.Limits.IsLimit
Cited by
58 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.colimit.hom_ext · cited by 54colimit.hom_extCategoryTheory.Limits.IsInitial.hom_ext · cited by 32IsInitial.hom_extCategoryTheory.Limits.Types.jointly_surjective_of_isColimit · cited by 27Types.jointly_surjective_…CategoryTheory.Limits.biproduct.hom_ext' · cited by 24biproduct.hom_ext'CategoryTheory.Limits.Cofan.IsColimit.hom_ext · cited by 16IsColimit.hom_extCategoryTheory.Limits.Cofork.IsColimit.hom_ext · cited by 12IsColimit.hom_extCategoryTheory.Limits.BinaryCofan.IsColimit.hom_ext · cited by 8IsColimit.hom_extCategoryTheory.Limits.PushoutCocone.IsColimit.hom_ext · cited by 6IsColimit.hom_extHomotopicalAlgebra.AttachCells.pushouts_coproducts · cited by 3AttachCells.pushouts_copr…CategoryTheory.Limits.Multicofork.IsColimit.hom_ext · cited by 3IsColimit.hom_extCategoryTheory.Limits.chosenCoend.hom_ext · cited by 3chosenCoend.hom_extCategoryTheory.Limits.IsColimit.coconePointsIsoOfNatIso_hom_desc · cited by 2IsColimit.coconePointsIso…CategoryTheory.Limits.IsColimit.coconePointsIsoOfNatIso_inv_desc · cited by 2IsColimit.coconePointsIso…CategoryTheory.Limits.Cotrident.IsColimit.hom_ext · cited by 2IsColimit.hom_extCategoryTheory.Limits.desc_op_comp_opCoproductIsoProduct'_hom · cited by 2Limits.desc_op_comp_opCop…CategoryTheory.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.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Functor.const · cited by 1264Functor.constCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Limits.Cocone.ι · cited by 605Cocone.ιCategoryTheory.Limits.IsColimit.desc · cited by 144IsColimit.descCategoryTheory.NatTrans.mk' · cited by 4NatTrans.mk'CategoryTheory.Limits.IsColimit.hom_desc · cited by 1IsColimit.hom_descIsColimit.hom_extCITED BYCITES

Cites15

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

Cited by58

Results whose statement or proof uses this declaration.