Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.whiskeringRight

(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] →
            CategoryTheory.Functor (CategoryTheory.Functor D E)
              (CategoryTheory.Functor (CategoryTheory.Functor C D) (CategoryTheory.Functor C E))

Right-composition gives a functor (D ⥤ E) ⥤ ((C ⥤ D) ⥤ (C ⥤ E)). (whiskeringRight.obj H).obj F is F ⋙ H, and (whiskeringRight.obj H).map α is whiskerRight α H.

Defined in
Mathlib.CategoryTheory.Whiskering
Cited by
221 results in Mathlib
Foundations
Depth 26 from the axioms, rests on 107 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.isoWhiskerRight · cited by 147Functor.isoWhiskerRightCategoryTheory.uliftYoneda · cited by 84CategoryTheory.uliftYonedaCategoryTheory.Functor.whiskeringLeft₂ · cited by 58Functor.whiskeringLeft₂CategoryTheory.sheafCompose · cited by 28CategoryTheory.sheafCompo…CategoryTheory.SimplicialObject.whiskering · cited by 28SimplicialObject.whiskeri…CategoryTheory.Functor.whiskerRight_comp · cited by 25Functor.whiskerRight_compCategoryTheory.Localization.Monoidal.tensorBifunctor · cited by 19Monoidal.tensorBifunctorCategoryTheory.Idempotents.functorExtension₂ · cited by 15Idempotents.functorExtens…CategoryTheory.Equivalence.congrRight · cited by 14Equivalence.congrRightCategoryTheory.Functor.mapComposableArrows · cited by 14Functor.mapComposableArro…CategoryTheory.Functor.RightExtension.postcompose₂ · cited by 14RightExtension.postcompos…CategoryTheory.Functor.postcompose₂ · cited by 11Functor.postcompose₂CategoryTheory.Functor.isoWhiskerRight_trans · cited by 11Functor.isoWhiskerRight_t…CategoryTheory.Triangulated.TStructure.eTruncGEδLT · cited by 11TStructure.eTruncGEδLTCategoryTheory.Functor.whiskerRight_id' · cited by 11Functor.whiskerRight_id'CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightFunctor.whiskeringRightCITED BYCITES

Cites7

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

Cited by318

Results whose statement or proof uses this declaration.