Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Cocone.functoriality

{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] →
            (F : CategoryTheory.Functor J C) →
              (G : CategoryTheory.Functor C D) →
                CategoryTheory.Functor (CategoryTheory.Limits.Cocone F) (CategoryTheory.Limits.Cocone (F.comp G))

A functor G : C ⥤ D sends cocones over F to cocones over F ⋙ G functorially.

Defined in
Mathlib.CategoryTheory.Limits.Cones
Cited by
21 results in Mathlib
Foundations
Depth 29 from the axioms · 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.Functor.mapCocone · cited by 161Functor.mapCoconeCategoryTheory.Limits.preservesColimit_of_preserves_colimit_cocone · cited by 17Limits.preservesColimit_o…CategoryTheory.Limits.Cocone.functorialityEquivalence · cited by 4Cocone.functorialityEquiv…CategoryTheory.Adjunction.functorialityRightAdjoint · cited by 2Adjunction.functorialityR…CategoryTheory.Functor.functorialityCompPrecompose · cited by 2Functor.functorialityComp…CategoryTheory.Limits.reflectsColimit_of_reflectsIsomorphisms · cited by 1Limits.reflectsColimit_of…CategoryTheory.Functor.preservesCoequalizer_of_preservesCokernels · cited by 1Functor.preservesCoequali…CategoryTheory.Adjunction.functorialityAdjunction · cited by 1Adjunction.functorialityA…CategoryTheory.Adjunction.functorialityCounit · cited by 1Adjunction.functorialityC…CategoryTheory.Adjunction.functorialityUnit · cited by 1Adjunction.functorialityU…CategoryTheory.Limits.Cocones.functoriality · cited by 0Cocones.functorialityCategoryTheory.Limits.Cocones.functorialityCompFunctoriality · cited by 0Cocones.functorialityComp…CategoryTheory.Limits.Cocone.functorialityCompFunctoriality · cited by 0Cocone.functorialityCompF…CategoryTheory.Limits.Cocones.functoriality_faithful · cited by 0Cocones.functoriality_fai…CategoryTheory.Limits.Cocone.functorialityEquivalence_counitIso · cited by 0Cocone.functorialityEquiv…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Limits.Cocone.ι · cited by 605Cocone.ιCategoryTheory.Limits.CoconeMorphism.hom · cited by 137CoconeMorphism.homCategoryTheory.NatTrans.mk' · cited by 4NatTrans.mk'CategoryTheory.Limits.CoconeMorphism.map_w · cited by 1CoconeMorphism.map_wCocone.functorialityCITED BYCITES

Cites13

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

Cited by32

Results whose statement or proof uses this declaration.