Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapCocone

{J : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} J] →
    {C : Type u₃} →
      [inst_1 : CategoryTheory.Category.{v₃, u₃} C] →
        {D : Type u₄} →
          [inst_2 : CategoryTheory.Category.{v₄, u₄} D] →
            (H : CategoryTheory.Functor C D) →
              {F : CategoryTheory.Functor J C} →
                CategoryTheory.Limits.Cocone F → CategoryTheory.Limits.Cocone (F.comp H)

The image of a cocone in C under a functor G : C ⥤ D is a cocone in D.

Defined in
Mathlib.CategoryTheory.Limits.Cones
Cited by
161 results in Mathlib
Foundations
Depth 30 from the axioms, rests on 117 definitions · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.isColimitOfPreserves · cited by 118Limits.isColimitOfPreserv…CategoryTheory.Limits.isColimitOfReflects · cited by 19Limits.isColimitOfReflectsCategoryTheory.Limits.preservesColimit_of_preserves_colimit_cocone · cited by 17Limits.preservesColimit_o…CategoryTheory.Limits.preservesColimit_of_iso_diagram · cited by 15Limits.preservesColimit_o…TopCat.Presheaf.exists_germ_eq · cited by 14Presheaf.exists_germ_eqCategoryTheory.Limits.evaluationJointlyReflectsColimits · cited by 8Limits.evaluationJointlyR…CategoryTheory.Limits.colimit.post · cited by 8colimit.postCategoryTheory.Limits.preservesColimitsOfShape_of_equiv · cited by 7Limits.preservesColimitsO…CategoryTheory.Limits.CokernelCofork.isColimitMapCoconeEquiv · cited by 7CokernelCofork.isColimitM…CategoryTheory.Functor.map_isPushout · cited by 6Functor.map_isPushoutCategoryTheory.GradedObject.isColimitCofan₃MapBifunctorBifunctor₂₃MapObj · cited by 6GradedObject.isColimitCof…CategoryTheory.Limits.colimit.ι_post · cited by 6colimit.ι_postCategoryTheory.Limits.ColimitPresentation.map · cited by 6ColimitPresentation.mapCategoryTheory.Limits.IsColimit.mapCoconeEquiv · cited by 5IsColimit.mapCoconeEquivCategoryTheory.Limits.isColimitMapCoconePushoutCoconeEquiv · cited by 5Limits.isColimitMapCocone…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Limits.Cocone.functoriality · cited by 21Cocone.functorialityFunctor.mapCoconeCITED BYCITES

Cites6

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

Cited by273

Results whose statement or proof uses this declaration.