Theorems · Definition · category theory
CategoryTheory.Functor.whiskeringLeft
(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 C D)
(CategoryTheory.Functor (CategoryTheory.Functor D E) (CategoryTheory.Functor C E))Left-composition gives a functor (C ⥤ D) ⥤ ((D ⥤ E) ⥤ (C ⥤ E)).
(whiskeringLeft.obj F).obj G is F ⋙ G, and
(whiskeringLeft.obj F).map α is whiskerLeft F α.
- Defined in
- Mathlib.CategoryTheory.Whiskering
- Cited by
- 395 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.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.Functor.whiskerLeftproof · cited by 496
Cited by598
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.isoWhiskerLeftproof · cited by 177
- TopCat.Presheaf.pushforwardproof · cited by 174
- CategoryTheory.Functor.sheafPushforwardContinuousproof · cited by 102
- CategoryTheory.GrothendieckTopology.Point.presheafFiberproof · cited by 89
- CategoryTheory.Functor.LeftExtensionproof · cited by 67
- CategoryTheory.Functor.whiskeringLeft₂proof · cited by 58
- TopCat.Presheaf.stalkSpecializesproof · cited by 51
- CategoryTheory.Equivalence.congrLeftproof · cited by 46
- CategoryTheory.Functor.RightExtensionproof · cited by 41
- TopCat.Presheaf.stalkFunctorproof · cited by 37
- CategoryTheory.Equivalence.sheafCongr.inverseproof · cited by 23
- CategoryTheory.Equivalence.sheafCongr.functorproof · cited by 22
Showing the 200 most cited of 598.