Theorems · Theorem · category theory
CategoryTheory.GradedObject.Monoidal.tensorHom_comp_tensorHom_assoc
∀ {I : Type u} [inst : AddMonoid I] {C : Type u_1} [inst_1 : CategoryTheory.Category.{v_1, u_1} C]
[inst_2 : CategoryTheory.MonoidalCategory C] {X₁ X₂ X₃ Y₁ Y₂ Y₃ : CategoryTheory.GradedObject I C} (f₁ : X₁ ⟶ X₂)
(f₂ : X₂ ⟶ X₃) (g₁ : Y₁ ⟶ Y₂) (g₂ : Y₂ ⟶ Y₃) [inst_3 : X₁.HasTensor Y₁] [inst_4 : X₂.HasTensor Y₂]
[inst_5 : X₃.HasTensor Y₃] {Z : CategoryTheory.GradedObject I C}
(h : CategoryTheory.GradedObject.Monoidal.tensorObj X₃ Y₃ ⟶ Z),
CategoryTheory.CategoryStruct.comp (CategoryTheory.GradedObject.Monoidal.tensorHom f₁ g₁)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.GradedObject.Monoidal.tensorHom f₂ g₂) h) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.GradedObject.Monoidal.tensorHom (CategoryTheory.CategoryStruct.comp f₁ f₂)
(CategoryTheory.CategoryStruct.comp g₁ g₂))
h- Cited by
- 1 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.MonoidalCategorystatement and proof · cited by 3,095
- AddMonoidstatement and proof · cited by 2,864
- CategoryTheory.GradedObjectstatement and proof · cited by 239
- CategoryTheory.GradedObject.Monoidal.tensorObjstatement and proof · cited by 54
- CategoryTheory.GradedObject.HasTensorstatement and proof · cited by 49
- CategoryTheory.GradedObject.Monoidal.tensorHomstatement and proof · cited by 23
- CategoryTheory.GradedObject.Monoidal.tensorHom_comp_tensorHomproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.GradedObject.Monoidal.pentagonproof · cited by 0