Theorems · Theorem · category theory
CategoryTheory.MonoidalCategory.tensorHom_comp_tensorHom
∀ {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₂),
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.tensorHom f₁ f₂)
(CategoryTheory.MonoidalCategoryStruct.tensorHom g₁ g₂) =
CategoryTheory.MonoidalCategoryStruct.tensorHom (CategoryTheory.CategoryStruct.comp f₁ g₁)
(CategoryTheory.CategoryStruct.comp f₂ g₂)Composition of tensor products is tensor product of compositions:
(f₁ ⊗ₘ f₂) ≫ (g₁ ⊗ₘ g₂) = (f₁ ≫ g₁) ⊗ₘ (f₂ ≫ g₂)
- Defined in
- Mathlib.CategoryTheory.Monoidal.Category
- Cited by
- 31 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.
Cites6
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.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement · cited by 587
Cited by31
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoidalCategory.whiskerLeft_compproof · cited by 82
- CategoryTheory.MonoidalCategory.comp_whiskerRightproof · cited by 76
- CategoryTheory.MonoidalCategory.whisker_exchangeproof · cited by 36
- CategoryTheory.MonoidalCategory.tensorHom_comp_tensorHom_assocproof · cited by 14
- CategoryTheory.NatTrans.tensor_naturalityproof · cited by 3
- CategoryTheory.Adjunction.unit_app_tensor_comp_map_δproof · cited by 3
- CategoryTheory.MonoidalCategory.tensorμ_naturalproof · cited by 3
- CategoryTheory.MonoidalCategory.tensor_hom_inv_idproof · cited by 1
- CategoryTheory.MonoidalCategory.tensor_hom_inv_id'proof · cited by 1
- CategoryTheory.MonoidalCategory.tensor_inv_hom_idproof · cited by 1
- CategoryTheory.MonoidalCategory.tensor_inv_hom_id'proof · cited by 1
- CategoryTheory.MonoidalCategory.hom_inv_id_tensorproof · cited by 1