Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.colimitCompWhiskeringLeftIsoCompColimit

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u'} →
      [inst_1 : CategoryTheory.Category.{v', u'} D] →
        {J : Type u₁} →
          [inst_2 : CategoryTheory.Category.{v₁, u₁} J] →
            {K : Type u₂} →
              [inst_3 : CategoryTheory.Category.{v₂, u₂} K] →
                (F : CategoryTheory.Functor J (CategoryTheory.Functor K C)) →
                  (G : CategoryTheory.Functor D K) →
                    [inst_4 : CategoryTheory.Limits.HasColimitsOfShape J C] →
                      CategoryTheory.Limits.colimit (F.comp ((CategoryTheory.Functor.whiskeringLeft D K C).obj G)) ≅
                        G.comp (CategoryTheory.Limits.colimit F)

Taking a colimit after whiskering by G is the same as using G and then taking a colimit.

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

Around this declaration

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

CategoryTheory.Limits.ι_colimitCompWhiskeringLeftIsoCompColimit_hom · cited by 3Limits.ι_colimitCompWhisk…CategoryTheory.Limits.PreservesFiniteLimitsOfIsFilteredCostructuredArrowYonedaAux.iso_hom · cited by 1PreservesFiniteLimitsOfIs…CategoryTheory.Limits.PreservesFiniteLimitsOfIsFilteredCostructuredArrowYonedaAux.iso · cited by 1PreservesFiniteLimitsOfIs…CategoryTheory.Limits.whiskerLeft_ι_colimitCompWhiskeringLeftIsoCompColimit_inv · cited by 1Limits.whiskerLeft_ι_coli…CategoryTheory.Limits.ι_colimitCompWhiskeringLeftIsoCompColimit_hom_assoc · cited by 0Limits.ι_colimitCompWhisk…CategoryTheory.Limits.whiskerLeft_ι_colimitCompWhiskeringLeftIsoCompColimit_inv_assoc · cited by 0Limits.whiskerLeft_ι_coli…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.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftCategoryTheory.Functor.flip · cited by 320Functor.flipCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.Limits.HasColimit.isoOfNatIso · cited by 56HasColimit.isoOfNatIsoCategoryTheory.Limits.colimitObjIsoColimitCompEvaluation · cited by 29Limits.colimitObjIsoColim…Limits.colimitCompWhiskeringL…CITED BYCITES

Cites16

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

Cited by6

Results whose statement or proof uses this declaration.