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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.Functor.whiskerRightproof · cited by 467
Cited by318
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.isoWhiskerRightproof · cited by 147
- CategoryTheory.uliftYonedaproof · cited by 84
- CategoryTheory.Functor.whiskeringLeft₂proof · cited by 58
- CategoryTheory.sheafComposeproof · cited by 28
- CategoryTheory.SimplicialObject.whiskeringproof · cited by 28
- CategoryTheory.Functor.whiskerRight_compproof · cited by 25
- CategoryTheory.Localization.Monoidal.tensorBifunctorproof · cited by 19
- CategoryTheory.Idempotents.functorExtension₂proof · cited by 15
- CategoryTheory.Equivalence.congrRightproof · cited by 14
- CategoryTheory.Functor.mapComposableArrowsproof · cited by 14
- CategoryTheory.Functor.RightExtension.postcompose₂proof · cited by 14
- CategoryTheory.Functor.postcompose₂proof · cited by 11
Showing the 200 most cited of 318.