Mathlib Map

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
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

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.

Cited by640

Results whose statement or proof uses this declaration.