Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MonoidalCategory.comp_whiskerRight_assoc

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.MonoidalCategory C] {W X Y : C}
  (f : W ⟶ X) (g : X ⟶ Y) (Z : C) {Z_1 : C} (h : CategoryTheory.MonoidalCategoryStruct.tensorObj Y Z ⟶ Z_1),
  CategoryTheory.CategoryStruct.comp
      (CategoryTheory.MonoidalCategoryStruct.whiskerRight (CategoryTheory.CategoryStruct.comp f g) Z) h =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight f Z)
      (CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight g Z) h)
Defined in
Mathlib.CategoryTheory.Monoidal.Category
Cited by
19 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.MonoidalCategory.leftUnitor_whiskerRight · cited by 9MonoidalCategory.leftUnit…CategoryTheory.Enriched.FunctorCategory.enriched_assoc · cited by 2FunctorCategory.enriched_…CategoryTheory.Enriched.FunctorCategory.enriched_id_comp · cited by 2FunctorCategory.enriched_…CategoryTheory.MonoidalClosed.curry'_whiskerRight_comp · cited by 2MonoidalClosed.curry'_whi…CategoryTheory.eHomWhiskerRight_comp · cited by 2CategoryTheory.eHomWhiske…CategoryTheory.MonoidalClosed.id_comp · cited by 1MonoidalClosed.id_compCategoryTheory.eHom_whisker_exchange · cited by 1CategoryTheory.eHom_whisk…CategoryTheory.MonoidalClosed.assoc · cited by 1MonoidalClosed.assocCategoryTheory.GradedObject.Monoidal.pentagon_inv · cited by 1Monoidal.pentagon_invHomologicalComplex.leftUnitor'_inv · cited by 1HomologicalComplex.leftUn…CategoryTheory.MonoidalCategory.tensorμ_comp_μ_tensorHom_μ_comp_μ · cited by 1MonoidalCategory.tensorμ_…CategoryTheory.MonoidalCategory.Limits.pushout.associator_inv_naturality_right_condition · cited by 1pushout.associator_inv_na…CategoryTheory.MonoidalCategory.DayConvolution.hexagon_reverse · cited by 0DayConvolution.hexagon_re…CategoryTheory.MonObj.Mon_tensor_mul_assoc · cited by 0MonObj.Mon_tensor_mul_ass…CategoryTheory.FreeMonoidalCategory.normalize_naturality · cited by 0FreeMonoidalCategory.norm…CategoryTheory.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.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategory.comp_whiskerRight · cited by 76MonoidalCategory.comp_whi…MonoidalCategory.comp_whisker…CITED BYCITES

Cites8

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

Cited by19

Results whose statement or proof uses this declaration.