Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MonoidalCategory.associator_naturality_right

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

Around this declaration

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

Bimod.AssociatorBimod.hom_right_act_hom' · cited by 5AssociatorBimod.hom_right…Bimod.TensorBimod.actRight_one' · cited by 3TensorBimod.actRight_one'Bimod.TensorBimod.left_assoc' · cited by 3TensorBimod.left_assoc'Bimod.TensorBimod.right_assoc' · cited by 3TensorBimod.right_assoc'Bimod.RightUnitorBimod.hom_inv_id · cited by 2RightUnitorBimod.hom_inv_…CategoryTheory.MonoidalCategory.associator_naturality_right_assoc · cited by 2MonoidalCategory.associat…CategoryTheory.HopfObj.mul_antipode₂ · cited by 1HopfObj.mul_antipode₂CategoryTheory.HopfObj.antipode_comul₁ · cited by 1HopfObj.antipode_comul₁CategoryTheory.MonObj.mul_braiding · cited by 0MonObj.mul_braidingBimod.pentagon_bimod · cited by 0Bimod.pentagon_bimodCategoryTheory.AddMonObj.add_braiding · cited by 0AddMonObj.add_braidingBimod.whiskerRight_id_bimod · cited by 0Bimod.whiskerRight_id_bim…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.Category.comp_id · cited by 2119Category.comp_idCategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.Iso.inv_hom_id · cited by 308Iso.inv_hom_idCategoryTheory.MonoidalCategory.tensor_whiskerLeft · cited by 37MonoidalCategory.tensor_w…MonoidalCategory.associator_n…CITED BYCITES

Cites13

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

Cited by12

Results whose statement or proof uses this declaration.