Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GradedObject.isColimitCofanMapObj

{I : Type u_1} →
  {J : Type u_2} →
    {C : Type u_4} →
      [inst : CategoryTheory.Category.{v_1, u_4} C] →
        (X : CategoryTheory.GradedObject I C) →
          (p : I → J) → [inst_1 : X.HasMap p] → (j : J) → CategoryTheory.Limits.IsColimit (X.cofanMapObj p j)

Given X : GradedObject I C, p : I → J and j : J, X.mapObj p j satisfies the universal property of the coproduct of those X i such that p i = j.

Defined in
Mathlib.CategoryTheory.GradedObject
Cited by
5 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.GradedObject.HasMap

Around this declaration

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

CategoryTheory.GradedObject.mapObj_ext · cited by 14GradedObject.mapObj_extCategoryTheory.GradedObject.isColimitCofan₃MapBifunctorBifunctor₂₃MapObj · cited by 6GradedObject.isColimitCof…CategoryTheory.GradedObject.ι_descMapObj · cited by 6GradedObject.ι_descMapObjCategoryTheory.GradedObject.isColimitCofan₃MapBifunctor₁₂BifunctorMapObj · cited by 5GradedObject.isColimitCof…CategoryTheory.GradedObject.CofanMapObjFun.ιMapObj_iso_inv · cited by 5CofanMapObjFun.ιMapObj_is…CategoryTheory.GradedObject.CofanMapObjFun.iso · cited by 4CofanMapObjFun.isoCategoryTheory.GradedObject.CofanMapObjFun.inj_iso_hom · cited by 3CofanMapObjFun.inj_iso_homCategoryTheory.GradedObject.descMapObj · cited by 2GradedObject.descMapObjCategoryTheory.GradedObject.hasMap_comp · cited by 0GradedObject.hasMap_compSet · cited by 53352SetCategoryTheory.Category · cited by 32673CategoryTheory.CategorySet.Elem · cited by 7166Set.ElemSet.preimage · cited by 4946Set.preimageCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Discrete.functor · cited by 633Discrete.functorCategoryTheory.GradedObject · cited by 239CategoryTheory.GradedObje…CategoryTheory.Limits.colimit.isColimit · cited by 193colimit.isColimitCategoryTheory.GradedObject.HasMap · cited by 99GradedObject.HasMapCategoryTheory.GradedObject.mapObjFun · cited by 13GradedObject.mapObjFunCategoryTheory.GradedObject.cofanMapObj · cited by 2GradedObject.cofanMapObjGradedObject.isColimitCofanMa…CITED BYCITES

Cites12

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

Cited by9

Results whose statement or proof uses this declaration.