Documentation

GroupoidModel.ForMathlib.CategoryTheory.Whiskering

@[simp]
theorem CategoryTheory.Functor.whiskerLeft_eqToHom {C : Type u₁} [Category.{v₁, u₁} C] {D : Type u₂} [Category.{v₂, u₂} D] {E : Type u₃} [Category.{v₃, u₃} E] (F : Functor C D) {G H : Functor D E} (η : G = H) :
@[simp]
theorem CategoryTheory.Functor.eqToHom_whiskerRight {C : Type u₁} [Category.{v₁, u₁} C] {D : Type u₂} [Category.{v₂, u₂} D] {E : Type u₃} [Category.{v₃, u₃} E] {F G : Functor C D} (η : F = G) (H : Functor D E) :

The functor that, on objects H : A ⥤ B acts by composing left and right with functors F ⋙ H ⋙ G F A <--------- C | . | | | . H | | whiskeringLeftObjWhiskeringRightObj.obj H | . V V B ----------> D G

Equations
Instances For