Theorems · Definition · category theory
CategoryTheory.Functor.whiskerLeft
{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] →
(F : CategoryTheory.Functor C D) → {G H : CategoryTheory.Functor D E} → (G ⟶ H) → (F.comp G ⟶ F.comp H)If α : G ⟶ H then whiskerLeft F α : F ⋙ G ⟶ F ⋙ H has components α.app (F.obj X).
- Defined in
- Mathlib.CategoryTheory.Whiskering
- Cited by
- 496 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.Functor.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
Cited by640
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.whiskeringLeftproof · cited by 395
- CategoryTheory.Functor.whiskeringLeft₂proof · cited by 58
- CategoryTheory.Triangulated.TStructure.truncGEπproof · cited by 56
- CategoryTheory.Triangulated.TStructure.truncLTιproof · cited by 49
- CategoryTheory.Adjunction.compproof · cited by 42
- CategoryTheory.Limits.Cocone.whiskerproof · cited by 40
- CategoryTheory.Limits.CategoricalPullback.CatCommSqOver.precomposeproof · cited by 37
- CategoryTheory.Adjunction.toComonadproof · cited by 34
- CategoryTheory.Sum.functorEquivproof · cited by 31
- CategoryTheory.Limits.Cone.whiskerproof · cited by 26
- CategoryTheory.Adjunction.comp_unit_appproof · cited by 25
- CategoryTheory.ShortComplex.FunctorEquivalence.inverseproof · cited by 23
Showing the 200 most cited of 640.