Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.whiskerRight

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {E : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
            {G H : CategoryTheory.Functor C D} → (G ⟶ H) → (F : CategoryTheory.Functor D E) → G.comp F ⟶ H.comp F

If α : G ⟶ H then whiskerRight α F : G ⋙ F ⟶ H ⋙ F has components F.map (α.app X).

Defined in
Mathlib.CategoryTheory.Whiskering
Cited by
467 results in Mathlib
Foundations
Depth 21 from the axioms, rests on 106 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.Functor.whiskeringRight · cited by 221Functor.whiskeringRightCategoryTheory.Functor.whiskeringLeft₂ · cited by 58Functor.whiskeringLeft₂CategoryTheory.Adjunction.comp · cited by 42Adjunction.compCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precompose · cited by 37CatCommSqOver.precomposeCategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transform · cited by 37CatCommSqOver.transformCategoryTheory.Adjunction.toComonad · cited by 34Adjunction.toComonadCategoryTheory.Functor.whiskerRight_comp · cited by 25Functor.whiskerRight_compCategoryTheory.Adjunction.comp_unit_app · cited by 25Adjunction.comp_unit_appCategoryTheory.Limits.fiberwiseColimit · cited by 23Limits.fiberwiseColimitCategoryTheory.ShortComplex.FunctorEquivalence.inverse · cited by 23FunctorEquivalence.inverseCategoryTheory.Adjunction.toMonad · cited by 22Adjunction.toMonadCategoryTheory.mateEquiv · cited by 22CategoryTheory.mateEquivCategoryTheory.Limits.CatCospanTransformMorphism.whiskerRight · cited by 20CatCospanTransformMorphis…CategoryTheory.Adjunction.comp_counit_app · cited by 19Adjunction.comp_counit_appCategoryTheory.Adjunction.Triple.leftToRight · cited by 18Triple.leftToRightCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compFunctor.whiskerRightCITED BYCITES

Cites6

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

Cited by632

Results whose statement or proof uses this declaration.