Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.colimitObjIsoColimitCompEvaluation

{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.HasColimitsOfShape J C] →
              (F : CategoryTheory.Functor J (CategoryTheory.Functor K C)) →
                (k : K) →
                  (CategoryTheory.Limits.colimit F).obj k ≅
                    CategoryTheory.Limits.colimit (F.comp ((CategoryTheory.evaluation K C).obj k))

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

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

Around this declaration

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

CategoryTheory.Limits.pushoutObjIso · cited by 9Limits.pushoutObjIsoCategoryTheory.Limits.colimitObjIsoColimitCompEvaluation_ι_inv · cited by 9Limits.colimitObjIsoColim…CategoryTheory.Limits.colimitCompWhiskeringLeftIsoCompColimit · cited by 5Limits.colimitCompWhisker…CategoryTheory.Limits.colimitFlipIsoCompColim · cited by 4Limits.colimitFlipIsoComp…CategoryTheory.Limits.sigmaObjIso · cited by 4Limits.sigmaObjIsoCategoryTheory.Limits.colimitObjIsoColimitCompEvaluation_ι_app_hom_assoc · cited by 4Limits.colimitObjIsoColim…CategoryTheory.Limits.colimitObjIsoColimitCompEvaluation_ι_inv_assoc · cited by 4Limits.colimitObjIsoColim…CategoryTheory.Limits.ι_colimitCompWhiskeringLeftIsoCompColimit_hom · cited by 3Limits.ι_colimitCompWhisk…CategoryTheory.Limits.colimitIsoFlipCompColim · cited by 2Limits.colimitIsoFlipComp…CategoryTheory.Limits.colimitObjIsoColimitCompEvaluation_inv_colimit_map · cited by 2Limits.colimitObjIsoColim…CategoryTheory.Limits.ι_colimitLimitIso_limit_π · cited by 1Limits.ι_colimitLimitIso_…CategoryTheory.GrothendieckTopology.liftToPlusObjLimitObj · cited by 1GrothendieckTopology.lift…CategoryTheory.Limits.ι_comp_sigmaObjIso_inv · cited by 1Limits.ι_comp_sigmaObjIso…CategoryTheory.Limits.PreservesFiniteLimitsOfIsFilteredCostructuredArrowYonedaAux.iso · cited by 1PreservesFiniteLimitsOfIs…CategoryTheory.Limits.PreservesFiniteLimitsOfIsFilteredCostructuredArrowYonedaAux.iso_hom · cited by 1PreservesFiniteLimitsOfIs…CategoryTheory.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.colimit · cited by 453Limits.colimitCategoryTheory.Functor.flip · cited by 320Functor.flipCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.evaluation · cited by 173CategoryTheory.evaluationCategoryTheory.preservesColimitIso · cited by 17CategoryTheory.preservesC…Limits.colimitObjIsoColimitCo…CITED BYCITES

Cites10

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

Cited by36

Results whose statement or proof uses this declaration.