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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.associatorstatement · cited by 667
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement · cited by 587
Cited by11
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoidalCategory.whiskerRight_tensorproof · cited by 37
- CategoryTheory.MonoidalCategory.tensor_whiskerLeftproof · cited by 37
- CategoryTheory.MonoidalCategory.whisker_assocproof · cited by 31
- CategoryTheory.MonoidalCategory.tensorμ_naturalproof · cited by 3
- CategoryTheory.MonoidalCategory.associator_inv_conjugationproof · cited by 1
- CategoryTheory.MonoidalCategory.id_tensor_associator_naturalityproof · cited by 1
- CategoryTheory.MonoidalCategory.associator_naturality_assocproof · cited by 0
- CategoryTheory.AddMonObj.add_associatorproof · cited by 0
- CategoryTheory.AddMonObj.zero_associatorproof · cited by 0
- CategoryTheory.MonObj.one_associatorproof · cited by 0
- CategoryTheory.MonObj.mul_associatorproof · cited by 0