Mathlib Map

Theorems · Definition · category theory

CategoryTheory.preservesColimitIso

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

If G preserves colimits, we have an isomorphism from the image of the colimit of a functor F to the colimit of the functor F ⋙ G.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Limits
Cited by
17 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.PreservesColimitCategoryTheory.Limits.HasColimit

Around this declaration

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

CategoryTheory.Limits.colimitObjIsoColimitCompEvaluation · cited by 29Limits.colimitObjIsoColim…smoothSheafCommRing.forgetStalk · cited by 13smoothSheafCommRing.forge…CategoryTheory.GlueData.gluedIso · cited by 9GlueData.gluedIsoCategoryTheory.ι_preservesColimitIso_inv · cited by 7CategoryTheory.ι_preserve…CategoryTheory.preservesColimitNatIso · cited by 6CategoryTheory.preservesC…PresheafOfModules.colimitPresheafOfModules · cited by 4PresheafOfModules.colimit…CategoryTheory.colimitCompWhiskeringRightIsoColimitComp · cited by 4CategoryTheory.colimitCom…CategoryTheory.ι_preservesColimitIso_hom · cited by 3CategoryTheory.ι_preserve…CategoryTheory.ι_preservesColimitIso_hom_assoc · cited by 2CategoryTheory.ι_preserve…CategoryTheory.ι_preservesColimitIso_inv_assoc · cited by 2CategoryTheory.ι_preserve…CategoryTheory.Limits.colimitObjIsoColimitCompEvaluation_ι_app_hom · cited by 1Limits.colimitObjIsoColim…CategoryTheory.PreGaloisCategory.exists_lift_of_quotient_openSubgroup · cited by 1PreGaloisCategory.exists_…CategoryTheory.preservesColimitIso_inv_comp_desc · cited by 1CategoryTheory.preservesC…CategoryTheory.PreGaloisCategory.quotientByAutTerminalEquivUniqueQuotient · cited by 1PreGaloisCategory.quotien…CategoryTheory.Functor.final_of_isTerminal_colimit_comp_yoneda · cited by 1Functor.final_of_isTermin…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.Limits.HasColimit · cited by 307Limits.HasColimitCategoryTheory.Limits.PreservesColimit · cited by 278Limits.PreservesColimitCategoryTheory.Limits.colimit.isColimit · cited by 193colimit.isColimitCategoryTheory.Limits.isColimitOfPreserves · cited by 118Limits.isColimitOfPreserv…CategoryTheory.Limits.IsColimit.coconePointUniqueUpToIso · cited by 67IsColimit.coconePointUniq…CategoryTheory.preservesColim…CITED BYCITES

Cites11

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

Cited by26

Results whose statement or proof uses this declaration.