Mathlib Map

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

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftTopCat.Presheaf.pushforward · cited by 174Presheaf.pushforwardCategoryTheory.Functor.sheafPushforwardContinuous · cited by 102Functor.sheafPushforwardC…CategoryTheory.GrothendieckTopology.Point.presheafFiber · cited by 89Point.presheafFiberCategoryTheory.Functor.LeftExtension · cited by 67Functor.LeftExtensionCategoryTheory.Functor.whiskeringLeft₂ · cited by 58Functor.whiskeringLeft₂TopCat.Presheaf.stalkSpecializes · cited by 51Presheaf.stalkSpecializesCategoryTheory.Equivalence.congrLeft · cited by 46Equivalence.congrLeftCategoryTheory.Functor.RightExtension · cited by 41Functor.RightExtensionTopCat.Presheaf.stalkFunctor · cited by 37Presheaf.stalkFunctorCategoryTheory.Equivalence.sheafCongr.inverse · cited by 23sheafCongr.inverseCategoryTheory.Equivalence.sheafCongr.functor · cited by 22sheafCongr.functorCategoryTheory.Enriched.FunctorCategory.diagram · cited by 17FunctorCategory.diagramCategoryTheory.Functor.ranCounit · cited by 17Functor.ranCounitCategoryTheory.Functor.lanUnit · cited by 16Functor.lanUnitCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftFunctor.whiskeringLeftCITED BYCITES

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by598

Results whose statement or proof uses this declaration.