Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.isColimitOfPreserves

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {J : Type w} →
          [inst_2 : CategoryTheory.Category.{w', w} J] →
            {K : CategoryTheory.Functor J C} →
              (F : CategoryTheory.Functor C D) →
                {c : CategoryTheory.Limits.Cocone K} →
                  CategoryTheory.Limits.IsColimit c →
                    [CategoryTheory.Limits.PreservesColimit K F] → CategoryTheory.Limits.IsColimit (F.mapCocone c)

A convenience function for PreservesColimit, which takes the functor as an explicit argument to guide typeclass resolution.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Basic
Cited by
118 results in Mathlib
Foundations
Depth 32 from the axioms, rests on 121 definitions · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.PreservesColimit

Around this declaration

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

CategoryTheory.GrothendieckTopology.plusCompIso · cited by 20GrothendieckTopology.plus…CategoryTheory.preservesColimitIso · cited by 17CategoryTheory.preservesC…CategoryTheory.Limits.preservesColimit_of_iso_diagram · cited by 15Limits.preservesColimit_o…TopCat.Presheaf.exists_germ_eq · cited by 14Presheaf.exists_germ_eqSSet.relativeCellComplexOfMono · cited by 14SSet.relativeCellComplexO…SheafOfModules.mapFreeIso · cited by 12SheafOfModules.mapFreeIsoCategoryTheory.Limits.preservesColimitsOfShape_of_equiv · cited by 7Limits.preservesColimitsO…CategoryTheory.ι_preservesColimitIso_inv · cited by 7CategoryTheory.ι_preserve…CategoryTheory.Limits.CokernelCofork.mapIsColimit · cited by 7CokernelCofork.mapIsColim…CategoryTheory.Functor.map_isPushout · cited by 6Functor.map_isPushoutCategoryTheory.GradedObject.isColimitCofan₃MapBifunctorBifunctor₂₃MapObj · cited by 6GradedObject.isColimitCof…CategoryTheory.Limits.preservesColimit_of_natIso · cited by 6Limits.preservesColimit_o…CategoryTheory.Limits.ColimitPresentation.map · cited by 6ColimitPresentation.mapAlgebraicGeometry.Scheme.Cover.ColimitGluingData.transitionMap · cited by 6ColimitGluingData.transit…CategoryTheory.Limits.isColimitCofanMkObjOfIsColimit · cited by 5Limits.isColimitCofanMkOb…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeNonempty.some · cited by 340Nonempty.someCategoryTheory.Limits.PreservesColimit · cited by 278Limits.PreservesColimitCategoryTheory.Functor.mapCocone · cited by 161Functor.mapCoconeCategoryTheory.Limits.PreservesColimit.preserves · cited by 2PreservesColimit.preservesLimits.isColimitOfPreservesCITED BYCITES

Cites9

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

Cited by146

Results whose statement or proof uses this declaration.