Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.piObjIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u₁} →
      [inst_1 : CategoryTheory.Category.{v₁, u₁} D] →
        {α : Type w} →
          [inst_2 : CategoryTheory.Limits.HasLimitsOfShape (CategoryTheory.Discrete α) C] →
            (f : α → CategoryTheory.Functor D C) → (d : D) → (∏ᶜ f).obj d ≅ ∏ᶜ fun s => (f s).obj d

Evaluating a product of functors amounts to taking the product of the evaluations.

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

Around this declaration

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

CategoryTheory.Limits.pointwiseProductCompEvaluation · cited by 3Limits.pointwiseProductCo…CategoryTheory.Limits.piObjIso_hom_comp_π · cited by 2Limits.piObjIso_hom_comp_πCategoryTheory.Limits.piObjIso_hom_comp_π_assoc · cited by 1Limits.piObjIso_hom_comp_…CategoryTheory.Limits.piObjIso_inv_comp_π · cited by 1Limits.piObjIso_inv_comp_πCategoryTheory.Limits.piObjIso_inv_comp_π_assoc · cited by 0Limits.piObjIso_inv_comp_…CategoryTheory.Limits.colimitPointwiseProductToProductColimit_app · cited by 0Limits.colimitPointwisePr…CategoryTheory.Limits.evaluationCoconePointwiseProductIso · cited by 0Limits.evaluationCoconePo…CategoryTheory.Limits.pointwiseProductCompEvaluation_hom_app · cited by 0Limits.pointwiseProductCo…CategoryTheory.Limits.pointwiseProductCompEvaluation_inv_app · cited by 0Limits.pointwiseProductCo…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.Discrete.functor · cited by 633Discrete.functorCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Functor.flip · cited by 320Functor.flipCategoryTheory.Limits.piObj · cited by 237Limits.piObjCategoryTheory.Limits.HasLimitsOfShape · cited by 223Limits.HasLimitsOfShapeCategoryTheory.evaluation · cited by 173CategoryTheory.evaluationCategoryTheory.Limits.HasLimit.isoOfNatIso · cited by 41HasLimit.isoOfNatIsoCategoryTheory.Limits.limitObjIsoLimitCompEvaluation · cited by 36Limits.limitObjIsoLimitCo…CategoryTheory.Discrete.compNatIsoDiscrete · cited by 11Discrete.compNatIsoDiscre…Limits.piObjIsoCITED BYCITES

Cites14

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.