Mathlib Map

Theorems · Definition · category theory

CategoryTheory.preservesColimitNatIso

{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] →
              [CategoryTheory.Limits.PreservesColimitsOfShape J G] →
                [inst_4 : CategoryTheory.Limits.HasColimitsOfShape J D] →
                  [inst_5 : CategoryTheory.Limits.HasColimitsOfShape J C] →
                    CategoryTheory.Limits.colim.comp G ≅
                      ((CategoryTheory.Functor.whiskeringRight J C D).obj G).comp CategoryTheory.Limits.colim

If C, D has all colimits of shape J, and G preserves them, then preservesColimitIso is functorial w.r.t. F.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Limits
Cited by
6 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.PreservesColimitsOfShapeCategoryTheory.Limits.HasColimitsOfShapeCategoryTheory.Limits.HasColimitsOfShape

Around this declaration

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

CategoryTheory.GrothendieckTopology.Point.presheafFiberCompIso · cited by 6Point.presheafFiberCompIsoCategoryTheory.HasExactColimitsOfShape.domain_of_functor · cited by 1HasExactColimitsOfShape.d…CategoryTheory.HasExactColimitsOfShape.of_codomain_equivalence · cited by 1HasExactColimitsOfShape.o…CategoryTheory.yonedaYonedaColimit · cited by 1CategoryTheory.yonedaYone…CategoryTheory.preservesColimitNatIso_hom_app · cited by 0CategoryTheory.preservesC…CategoryTheory.preservesColimitNatIso_inv_app · cited by 0CategoryTheory.preservesC…CategoryTheory.Ind.limCompInclusion · cited by 0Ind.limCompInclusionCategoryTheory.preservesColimitNatIso.congr_simp · cited by 0preservesColimitNatIso.co…CategoryTheory.Adjunction.hasExactColimitsOfShape · cited by 0Adjunction.hasExactColimi…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.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.Limits.PreservesColimitsOfShape · cited by 222Limits.PreservesColimitsO…CategoryTheory.Functor.whiskeringRight · cited by 221Functor.whiskeringRightCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Limits.colim · cited by 89Limits.colimCategoryTheory.preservesColimitIso · cited by 17CategoryTheory.preservesC…CategoryTheory.preservesColim…CITED BYCITES

Cites11

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.