Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Sigma.isoColimit

{α : Type w₂} →
  {C : Type u} →
    [inst : CategoryTheory.Category.{v, u} C] →
      (X : CategoryTheory.Functor (CategoryTheory.Discrete α) C) →
        [inst_1 : CategoryTheory.Limits.HasCoproduct fun j => X.obj { as := j }] →
          [inst_2 : CategoryTheory.Limits.HasColimit X] →
            (∐ fun j => X.obj { as := j }) ≅ CategoryTheory.Limits.colimit X

The isomorphism ∐ (fun j => X.obj (Discrete.mk j)) ≅ colimit X.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Products
Cited by
7 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasCoproductCategoryTheory.Limits.HasColimit

Around this declaration

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

CategoryTheory.Limits.HasBiproductsOfShape.colimIsoLim · cited by 2HasBiproductsOfShape.coli…CategoryTheory.Limits.Sigma.ι_isoColimit_hom · cited by 1Sigma.ι_isoColimit_homCategoryTheory.Limits.Sigma.ι_isoColimit_hom_assoc · cited by 1Sigma.ι_isoColimit_hom_as…CategoryTheory.Limits.Sigma.ι_isoColimit_inv · cited by 1Sigma.ι_isoColimit_invCategoryTheory.Limits.Sigma.ι_isoColimit_inv_assoc · cited by 0Sigma.ι_isoColimit_inv_as…CategoryTheory.Limits.HasBiproductsOfShape.colimIsoLim_hom_app · cited by 0HasBiproductsOfShape.coli…CategoryTheory.Limits.HasBiproductsOfShape.colimIsoLim_inv_app · cited by 0HasBiproductsOfShape.coli…CategoryTheory.MorphismProperty.IsStableUnderCoproductsOfShape.mk · cited by 0IsStableUnderCoproductsOf…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Limits.HasColimit · cited by 307Limits.HasColimitCategoryTheory.Limits.sigmaObj · cited by 302Limits.sigmaObjCategoryTheory.Limits.colimit.isColimit · cited by 193colimit.isColimitCategoryTheory.Limits.HasCoproduct · cited by 143Limits.HasCoproductCategoryTheory.Limits.IsColimit.coconePointUniqueUpToIso · cited by 67IsColimit.coconePointUniq…CategoryTheory.Limits.coproductIsCoproduct' · cited by 2Limits.coproductIsCoprodu…Sigma.isoColimitCITED BYCITES

Cites12

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

Cited by8

Results whose statement or proof uses this declaration.