Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Cocone.whisker

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

Whisker a cocone by precomposition of a functor. See whiskering for a functorial version.

Defined in
Mathlib.CategoryTheory.Limits.Cones
Cited by
40 results in Mathlib
Foundations
Depth 23 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.Limits.colimit.pre · cited by 31colimit.preCategoryTheory.Presieve.cocone · cited by 23Presieve.coconeCategoryTheory.Limits.colimit.ι_pre · cited by 21colimit.ι_preCategoryTheory.Limits.Cocone.whiskering · cited by 13Cocone.whiskeringCategoryTheory.Limits.IsColimit.whiskerEquivalence · cited by 9IsColimit.whiskerEquivale…CategoryTheory.Functor.Final.isColimitWhiskerEquiv · cited by 8Final.isColimitWhiskerEqu…CategoryTheory.Limits.Fork.op · cited by 7Fork.opCategoryTheory.Limits.preservesColimitsOfShape_of_equiv · cited by 7Limits.preservesColimitsO…CategoryTheory.Limits.IsColimit.tensor · cited by 6IsColimit.tensorCategoryTheory.Limits.Cofork.unop · cited by 5Cofork.unopCategoryTheory.Limits.HasColimit.ι_isoOfEquivalence_hom · cited by 5HasColimit.ι_isoOfEquival…CategoryTheory.Limits.colimit.pre_desc · cited by 4colimit.pre_descCategoryTheory.Limits.PushoutCocone.unop · cited by 4PushoutCocone.unopCategoryTheory.Limits.PushoutCocone.unop_π_app · cited by 4PushoutCocone.unop_π_appAlgebraicGeometry.PresheafedSpace.stalkMap.stalkSpecializes_stalkMap · cited by 4stalkMap.stalkSpecializes…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.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.Functor.whiskerLeft · cited by 496Functor.whiskerLeftCocone.whiskerCITED BYCITES

Cites7

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

Cited by70

Results whose statement or proof uses this declaration.