Theorems · Theorem · category theory
CategoryTheory.MonoidalCategory.tensorHom_comp_tensorHom_assoc
∀ {C : Type u} {𝒞 : CategoryTheory.Category.{v, u} C} [self : CategoryTheory.MonoidalCategory C] {X₁ Y₁ Z₁ X₂ Y₂ Z₂ : C}
(f₁ : X₁ ⟶ Y₁) (f₂ : X₂ ⟶ Y₂) (g₁ : Y₁ ⟶ Z₁) (g₂ : Y₂ ⟶ Z₂) {Z : C}
(h : CategoryTheory.MonoidalCategoryStruct.tensorObj Z₁ Z₂ ⟶ Z),
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.tensorHom f₁ f₂)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.tensorHom g₁ g₂) h) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.tensorHom (CategoryTheory.CategoryStruct.comp f₁ g₁)
(CategoryTheory.CategoryStruct.comp f₂ g₂))
hComposition of tensor products is tensor product of compositions:
(f₁ ⊗ₘ f₂) ≫ (g₁ ⊗ₘ g₂) = (f₁ ≫ g₁) ⊗ₘ (f₂ ≫ g₂)
- Defined in
- Mathlib.CategoryTheory.Monoidal.Category
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses Quot.sound
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 and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement and proof · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement and proof · cited by 587
- CategoryTheory.MonoidalCategory.tensorHom_comp_tensorHomproof · cited by 31
Cited by14
Results whose statement or proof uses this declaration.
- CategoryTheory.GradedObject.Monoidal.tensorHom_comp_tensorHomproof · cited by 3
- CategoryTheory.GradedObject.Monoidal.ιTensorObj₃_tensorHomproof · cited by 2
- CategoryTheory.Enriched.FunctorCategory.homEquiv_compproof · cited by 2
- CategoryTheory.MonObj.mul_mul_mul_commproof · cited by 1
- CategoryTheory.MonObj.mul_mul_mul_comm'proof · cited by 1
- CategoryTheory.AddMonObj.add_add_add_commproof · cited by 1
- CategoryTheory.AddMonObj.add_add_add_comm'proof · cited by 1
- CategoryTheory.GradedObject.Monoidal.ιTensorObj₃'_tensorHomproof · cited by 1
- CategoryTheory.GradedObject.Monoidal.hexagon_forwardproof · cited by 0
- CategoryTheory.GradedObject.Monoidal.hexagon_reverseproof · cited by 0
- CategoryTheory.Enriched.FunctorCategory.functorHomEquiv_compproof · cited by 0
- CategoryTheory.EnrichedCat.comp_whiskerRightproof · cited by 0