Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Pi.isoLimit

{α : Type w₂} →
  {C : Type u} →
    [inst : CategoryTheory.Category.{v, u} C] →
      (X : CategoryTheory.Functor (CategoryTheory.Discrete α) C) →
        [inst_1 : CategoryTheory.Limits.HasProduct fun j => X.obj { as := j }] →
          [inst_2 : CategoryTheory.Limits.HasLimit X] → (∏ᶜ fun j => X.obj { as := j }) ≅ CategoryTheory.Limits.limit X

The isomorphism ∏ᶜ (fun j => X.obj (Discrete.mk j)) ≅ limit X.

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

Around this declaration

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

CategoryTheory.Limits.HasBiproductsOfShape.colimIsoLim · cited by 2HasBiproductsOfShape.coli…CategoryTheory.Limits.Pi.isoLimit_inv_π · cited by 2Pi.isoLimit_inv_πCategoryTheory.Limits.Pi.isoLimit_hom_π · cited by 1Pi.isoLimit_hom_πCategoryTheory.Limits.Pi.isoLimit_inv_π_assoc · cited by 1Pi.isoLimit_inv_π_assocCategoryTheory.Limits.isIndObject_limit_of_discrete · cited by 1Limits.isIndObject_limit_…CategoryTheory.MorphismProperty.IsStableUnderProductsOfShape.mk · cited by 0IsStableUnderProductsOfSh…CategoryTheory.Limits.HasBiproductsOfShape.colimIsoLim_hom_app · cited by 0HasBiproductsOfShape.coli…CategoryTheory.Limits.HasBiproductsOfShape.colimIsoLim_inv_app · cited by 0HasBiproductsOfShape.coli…CategoryTheory.Limits.Pi.isoLimit_hom_π_assoc · cited by 0Pi.isoLimit_hom_π_assocCategoryTheory.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.limit · cited by 346Limits.limitCategoryTheory.Limits.piObj · cited by 237Limits.piObjCategoryTheory.Limits.HasLimit · cited by 226Limits.HasLimitCategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.HasProduct · cited by 115Limits.HasProductCategoryTheory.Limits.IsLimit.conePointUniqueUpToIso · cited by 57IsLimit.conePointUniqueUp…CategoryTheory.Limits.productIsProduct' · cited by 2Limits.productIsProduct'Pi.isoLimitCITED 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.