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 FIf α : 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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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.Homstatement and proof · cited by 32,603
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
Cited by632
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.whiskeringRightproof · cited by 221
- CategoryTheory.Functor.whiskeringLeft₂proof · cited by 58
- CategoryTheory.Adjunction.compproof · cited by 42
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeproof · cited by 37
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.transformproof · cited by 37
- CategoryTheory.Adjunction.toComonadproof · cited by 34
- CategoryTheory.Functor.whiskerRight_compstatement · cited by 25
- CategoryTheory.Adjunction.comp_unit_appproof · cited by 25
- CategoryTheory.Limits.fiberwiseColimitproof · cited by 23
- CategoryTheory.ShortComplex.FunctorEquivalence.inverseproof · cited by 23
- CategoryTheory.Adjunction.toMonadproof · cited by 22
- CategoryTheory.mateEquivproof · cited by 22
Showing the 200 most cited of 632.