Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.limitObjIsoLimitCompEvaluation

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type u₁} →
      [inst_1 : CategoryTheory.Category.{v₁, u₁} J] →
        {K : Type u₂} →
          [inst_2 : CategoryTheory.Category.{v₂, u₂} K] →
            [inst_3 : CategoryTheory.Limits.HasLimitsOfShape J C] →
              (F : CategoryTheory.Functor J (CategoryTheory.Functor K C)) →
                (k : K) →
                  (CategoryTheory.Limits.limit F).obj k ≅
                    CategoryTheory.Limits.limit (F.comp ((CategoryTheory.evaluation K C).obj k))

If F : J ⥤ K ⥤ C is a functor into a functor category which has a limit, then the evaluation of that limit at k is the limit of the evaluations of F.obj j at k.

Defined in
Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
Cited by
36 results in Mathlib
Foundations
Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasLimitsOfShape

Around this declaration

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

CategoryTheory.Limits.pullbackObjIso · cited by 9Limits.pullbackObjIsoCategoryTheory.Limits.limitObjIsoLimitCompEvaluation_hom_π · cited by 9Limits.limitObjIsoLimitCo…CategoryTheory.Limits.piObjIso · cited by 7Limits.piObjIsoCategoryTheory.Limits.colimitHomIsoLimitYoneda · cited by 7Limits.colimitHomIsoLimit…CategoryTheory.Limits.colimitHomIsoLimitYoneda' · cited by 7Limits.colimitHomIsoLimit…CategoryTheory.Limits.limitCompWhiskeringLeftIsoCompLimit · cited by 6Limits.limitCompWhiskerin…CategoryTheory.Limits.limitObjIsoLimitCompEvaluation_inv_π_app · cited by 6Limits.limitObjIsoLimitCo…CategoryTheory.Limits.colimitHomIsoLimitYoneda'_hom_comp_π · cited by 4Limits.colimitHomIsoLimit…CategoryTheory.Limits.colimitHomIsoLimitYoneda_hom_comp_π · cited by 4Limits.colimitHomIsoLimit…CategoryTheory.Limits.fiberwiseColimitLimitIso · cited by 3Limits.fiberwiseColimitLi…CategoryTheory.Limits.limitObjIsoLimitCompEvaluation_inv_π_app_assoc · cited by 3Limits.limitObjIsoLimitCo…CategoryTheory.Limits.limitCompWhiskeringLeftIsoCompLimit_hom_whiskerLeft_π · cited by 2Limits.limitCompWhiskerin…CategoryTheory.Limits.piObjIso_hom_comp_π · cited by 2Limits.piObjIso_hom_comp_πCategoryTheory.Limits.limitFlipIsoCompLim · cited by 2Limits.limitFlipIsoCompLimCategoryTheory.Limits.limitIsoFlipCompLim · cited by 2Limits.limitIsoFlipCompLimCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.limit · cited by 346Limits.limitCategoryTheory.Functor.flip · cited by 320Functor.flipCategoryTheory.Limits.HasLimitsOfShape · cited by 223Limits.HasLimitsOfShapeCategoryTheory.evaluation · cited by 173CategoryTheory.evaluationCategoryTheory.preservesLimitIso · cited by 23CategoryTheory.preservesL…Limits.limitObjIsoLimitCompEv…CITED BYCITES

Cites10

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

Cited by46

Results whose statement or proof uses this declaration.