Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Functor.whiskerLeft_twice

∀ {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] {B : Type u₄}
  [inst_3 : CategoryTheory.Category.{v₄, u₄} B] (F : CategoryTheory.Functor B C) (G : CategoryTheory.Functor C D)
  {H K : CategoryTheory.Functor D E} (α : H ⟶ K),
  F.whiskerLeft (G.whiskerLeft α) =
    CategoryTheory.CategoryStruct.comp (F.associator G H).inv
      (CategoryTheory.CategoryStruct.comp ((F.comp G).whiskerLeft α) (F.associator G K).hom)
Defined in
Mathlib.CategoryTheory.Whiskering
Cited by
21 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.mateEquiv_vcomp · cited by 4CategoryTheory.mateEquiv_…CategoryTheory.IsVanKampenColimit.whiskerEquivalence_iff · cited by 2IsVanKampenColimit.whiske…CategoryTheory.conjugateEquiv_mateEquiv_vcomp · cited by 1CategoryTheory.conjugateE…CategoryTheory.Presheaf.isLeftKanExtension_along_uliftYoneda_iff · cited by 1Presheaf.isLeftKanExtensi…CategoryTheory.Join.mapWhiskerLeft_associator_hom · cited by 1Join.mapWhiskerLeft_assoc…CategoryTheory.IsUniversalColimit.whiskerEquivalence · cited by 1IsUniversalColimit.whiske…CategoryTheory.IsUniversalColimit.whiskerEquivalence_iff · cited by 1IsUniversalColimit.whiske…CategoryTheory.Join.mapWhiskerLeft_whiskerLeft · cited by 1Join.mapWhiskerLeft_whisk…CategoryTheory.MonoidalCategory.DayConvolutionUnit.leftUnitor_naturality · cited by 1DayConvolutionUnit.leftUn…CategoryTheory.mateEquiv_conjugateEquiv_vcomp · cited by 1CategoryTheory.mateEquiv_…CategoryTheory.Join.mapWhiskerRight_whiskerLeft · cited by 1Join.mapWhiskerRight_whis…CategoryTheory.mateEquiv_hcomp · cited by 1CategoryTheory.mateEquiv_…CategoryTheory.Bicategory.toNatTrans_mateEquiv · cited by 1Bicategory.toNatTrans_mat…CategoryTheory.Limits.CatCospanTransform.comp_whiskerLeft · cited by 1CatCospanTransform.comp_w…CategoryTheory.MonoidalCategory.DayConvolutionUnit.rightUnitor_naturality · cited by 1DayConvolutionUnit.rightU…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Category.comp_id · cited by 2119Category.comp_idCategoryTheory.Category.id_comp · cited by 1998Category.id_compCategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftCategoryTheory.NatTrans.ext' · cited by 340NatTrans.ext'CategoryTheory.Functor.associator · cited by 276Functor.associatorFunctor.whiskerLeft_twiceCITED BYCITES

Cites15

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

Cited by21

Results whose statement or proof uses this declaration.