Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MonoidalCategory.associator_naturality_left

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.MonoidalCategory C] {X X' : C}
  (f : X ⟶ X') (Y Z : C),
  CategoryTheory.CategoryStruct.comp
      (CategoryTheory.MonoidalCategoryStruct.whiskerRight (CategoryTheory.MonoidalCategoryStruct.whiskerRight f Y) Z)
      (CategoryTheory.MonoidalCategoryStruct.associator X' Y Z).hom =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.associator X Y Z).hom
      (CategoryTheory.MonoidalCategoryStruct.whiskerRight f (CategoryTheory.MonoidalCategoryStruct.tensorObj Y Z))
Defined in
Mathlib.CategoryTheory.Monoidal.Category
Cited by
10 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…Bimod.AssociatorBimod.hom_left_act_hom' · cited by 5AssociatorBimod.hom_left_…Bimod.AssociatorBimod.hom_right_act_hom' · cited by 5AssociatorBimod.hom_right…Bimod.TensorBimod.middle_assoc' · cited by 3TensorBimod.middle_assoc'CategoryTheory.MonoidalCategory.associator_naturality_left_assoc · cited by 2MonoidalCategory.associat…CategoryTheory.HopfObj.mul_antipode₂ · cited by 1HopfObj.mul_antipode₂CategoryTheory.HopfObj.antipode_comul₂ · cited by 1HopfObj.antipode_comul₂CategoryTheory.HopfObj.mul_antipode₁ · cited by 1HopfObj.mul_antipode₁Bimod.pentagon_bimod · cited by 0Bimod.pentagon_bimodBimod.whiskerRight_comp_bimod · cited by 0Bimod.whiskerRight_comp_b…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.Iso.hom_inv_id_assoc · cited by 187Iso.hom_inv_id_assocCategoryTheory.MonoidalCategory.whiskerRight_tensor · cited by 37MonoidalCategory.whiskerR…MonoidalCategory.associator_n…CITED BYCITES

Cites10

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

Cited by10

Results whose statement or proof uses this declaration.