Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.IsColimit.uniq

∀ {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} (self : CategoryTheory.Limits.IsColimit t)
  (s : CategoryTheory.Limits.Cocone F) (m : t.pt ⟶ s.pt),
  (∀ (j : J), CategoryTheory.CategoryStruct.comp (t.ι.app j) m = s.ι.app j) → m = self.desc s

desc is the unique such map

Defined in
Mathlib.CategoryTheory.Limits.IsLimit
Cited by
14 results in Mathlib
Foundations
Depth 23 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.IsColimit.coconePointUniqueUpToIso_hom_desc · cited by 6IsColimit.coconePointUniq…CategoryTheory.Sieve.forallYonedaIsSheaf_iff_colimit · cited by 4Sieve.forallYonedaIsSheaf…SemiNormedGrp.explicitCokernelDesc_unique · cited by 3SemiNormedGrp.explicitCok…CategoryTheory.Limits.IsColimit.desc_self · cited by 2IsColimit.desc_selfCategoryTheory.Limits.IsColimit.uniq_cocone_morphism · cited by 1IsColimit.uniq_cocone_mor…CategoryTheory.ParametrizedAdjunction.preservesLimit_flip_obj · cited by 1ParametrizedAdjunction.pr…CategoryTheory.Limits.IsColimit.hom_desc · cited by 1IsColimit.hom_descCategoryTheory.Limits.IsColimit.coconePointUniqueUpToIso_inv_desc · cited by 1IsColimit.coconePointUniq…CategoryTheory.isVanKampenColimit_extendCofan · cited by 1CategoryTheory.isVanKampe…CategoryTheory.Limits.IsColimit.existsUnique · cited by 1IsColimit.existsUniqueCategoryTheory.preserves_desc_mapCocone · cited by 0CategoryTheory.preserves_…CategoryTheory.Limits.WidePushout.eq_desc_of_comp_eq · cited by 0WidePushout.eq_desc_of_co…CategoryTheory.Limits.snd_of_isColimit · cited by 0Limits.snd_of_isColimitCategoryTheory.Limits.fst_of_isColimit · cited by 0Limits.fst_of_isColimitCategoryTheory.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.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.descIsColimit.uniqCITED BYCITES

Cites12

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

Cited by14

Results whose statement or proof uses this declaration.