Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.ColimitPresentation.map

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type w} →
      [inst_1 : CategoryTheory.Category.{t, w} J] →
        {X : C} →
          CategoryTheory.Limits.ColimitPresentation J X →
            {D : Type u_1} →
              [inst_2 : CategoryTheory.Category.{v_1, u_1} D] →
                (F : CategoryTheory.Functor C D) →
                  [CategoryTheory.Limits.PreservesColimitsOfShape J F] →
                    CategoryTheory.Limits.ColimitPresentation J (F.obj X)

If F preserves colimits of shape J, it maps colimit presentations of X to colimit presentations of F(X).

Defined in
Mathlib.CategoryTheory.Limits.Presentation
Cited by
6 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.PreservesColimitsOfShape

Around this declaration

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

CategoryTheory.ObjectProperty.ind_inverseImage_le · cited by 1ObjectProperty.ind_invers…CategoryTheory.MorphismProperty.ind_underObj_pushout · cited by 0MorphismProperty.ind_unde…CategoryTheory.Limits.ColimitPresentation.map_diag · cited by 0ColimitPresentation.map_d…CategoryTheory.Limits.ColimitPresentation.map_ι · cited by 0ColimitPresentation.map_ιCategoryTheory.ObjectProperty.ind_iff_of_equivalence · cited by 0ObjectProperty.ind_iff_of…CategoryTheory.ObjectProperty.ind_inverseImage_eq_of_isEquivalence · cited by 0ObjectProperty.ind_invers…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.Limits.PreservesColimitsOfShape · cited by 222Limits.PreservesColimitsO…CategoryTheory.Functor.mapCocone · cited by 161Functor.mapCoconeCategoryTheory.Limits.isColimitOfPreserves · cited by 118Limits.isColimitOfPreserv…CategoryTheory.Limits.ColimitPresentation.diag · cited by 62ColimitPresentation.diagCategoryTheory.Limits.ColimitPresentation · cited by 54Limits.ColimitPresentationCategoryTheory.Limits.IsColimit.ofIsoColimit · cited by 45IsColimit.ofIsoColimitColimitPresentation.mapCITED BYCITES

Cites19

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.