Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MonoidalCategory.associator_naturality

∀ {C : Type u} {𝒞 : CategoryTheory.Category.{v, u} C} [self : CategoryTheory.MonoidalCategory C] {X₁ X₂ X₃ Y₁ Y₂ Y₃ : C}
  (f₁ : X₁ ⟶ Y₁) (f₂ : X₂ ⟶ Y₂) (f₃ : X₃ ⟶ Y₃),
  CategoryTheory.CategoryStruct.comp
      (CategoryTheory.MonoidalCategoryStruct.tensorHom (CategoryTheory.MonoidalCategoryStruct.tensorHom f₁ f₂) f₃)
      (CategoryTheory.MonoidalCategoryStruct.associator Y₁ Y₂ Y₃).hom =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.associator X₁ X₂ X₃).hom
      (CategoryTheory.MonoidalCategoryStruct.tensorHom f₁ (CategoryTheory.MonoidalCategoryStruct.tensorHom f₂ f₃))

Naturality of the associator isomorphism: (f₁ ⊗ₘ f₂) ⊗ₘ f₃ ≃ f₁ ⊗ₘ (f₂ ⊗ₘ f₃)

Defined in
Mathlib.CategoryTheory.Monoidal.Category
Cited by
11 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms
Assumes
CategoryTheory.MonoidalCategory

Around this declaration

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

CategoryTheory.MonoidalCategory.whiskerRight_tensor · cited by 37MonoidalCategory.whiskerR…CategoryTheory.MonoidalCategory.tensor_whiskerLeft · cited by 37MonoidalCategory.tensor_w…CategoryTheory.MonoidalCategory.whisker_assoc · cited by 31MonoidalCategory.whisker_…CategoryTheory.MonoidalCategory.tensorμ_natural · cited by 3MonoidalCategory.tensorμ_…CategoryTheory.MonoidalCategory.associator_inv_conjugation · cited by 1MonoidalCategory.associat…CategoryTheory.MonoidalCategory.id_tensor_associator_naturality · cited by 1MonoidalCategory.id_tenso…CategoryTheory.MonoidalCategory.associator_naturality_assoc · cited by 0MonoidalCategory.associat…CategoryTheory.AddMonObj.add_associator · cited by 0AddMonObj.add_associatorCategoryTheory.AddMonObj.zero_associator · cited by 0AddMonObj.zero_associatorCategoryTheory.MonObj.one_associator · cited by 0MonObj.one_associatorCategoryTheory.MonObj.mul_associator · cited by 0MonObj.mul_associatorCategoryTheory.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.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.MonoidalCategoryStruct.tensorHom · cited by 587MonoidalCategoryStruct.te…MonoidalCategory.associator_n…CITED BYCITES

Cites8

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

Cited by11

Results whose statement or proof uses this declaration.