Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MonoidalCategory.whisker_exchange_assoc

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.MonoidalCategory C] {W X Y Z : C}
  (f : W ⟶ X) (g : Y ⟶ Z) {Z_1 : C} (h : CategoryTheory.MonoidalCategoryStruct.tensorObj X Z ⟶ Z_1),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft W g)
      (CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight f Z) h) =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight f Y)
      (CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft X g) h)
Defined in
Mathlib.CategoryTheory.Monoidal.Category
Cited by
27 results in Mathlib
Foundations
Depth 8 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategory

Around this declaration

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

CategoryTheory.CartesianMonoidalCategory.whiskerLeft_snd · cited by 19CartesianMonoidalCategory…CategoryTheory.MonoidalClosed.whiskerLeft_curry'_comp · cited by 3MonoidalClosed.whiskerLef…CategoryTheory.HopfObj.one_antipode · cited by 2HopfObj.one_antipodeCategoryTheory.Enriched.FunctorCategory.enriched_assoc · cited by 2FunctorCategory.enriched_…CategoryTheory.Enriched.FunctorCategory.enriched_comp_id · cited by 2FunctorCategory.enriched_…CategoryTheory.Enriched.FunctorCategory.enriched_id_comp · cited by 2FunctorCategory.enriched_…CategoryTheory.eComp_eHomWhiskerLeft · cited by 2CategoryTheory.eComp_eHom…CategoryTheory.Iso.eHomCongr_comp · cited by 2Iso.eHomCongr_compCategoryTheory.MonoidalClosed.curry_pre_app · cited by 2MonoidalClosed.curry_pre_…CategoryTheory.eHomWhiskerLeft_comp · cited by 2CategoryTheory.eHomWhiske…CategoryTheory.eHomWhiskerRight_comp · cited by 2CategoryTheory.eHomWhiske…CategoryTheory.MonoidalCategory.Limits.pushout.associator_naturality_left_condition · cited by 1pushout.associator_natura…CategoryTheory.eHom_whisker_exchange · cited by 1CategoryTheory.eHom_whisk…CategoryTheory.bijection_symm_apply_id · cited by 1CategoryTheory.bijection_…CategoryTheory.MonoidalClosed.assoc · cited by 1MonoidalClosed.assocCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategory.whisker_exchange · cited by 36MonoidalCategory.whisker_…MonoidalCategory.whisker_exch…CITED BYCITES

Cites9

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

Cited by27

Results whose statement or proof uses this declaration.