category_theory.monoidal_category

In a monoidal category, we can take the tensor product of objects, X ⊗ Y and of morphisms f ⊗ g. Tensor product does not need to be strictly associative on objects, but there is a specified associator, α_ X Y Z : (X ⊗ Y) ⊗ Z ≅ X ⊗ (Y ⊗ Z). There is a tensor unit 𝟙_ C, with specified left and right unitor isomorphisms λ_ X : 𝟙_ C ⊗ X ≅ X and ρ_ X : X ⊗ 𝟙_ C ≅ X. These associators and unitors satisfy the pentagon and triangle equations.

category_theory.tensor_iso

The tensor product of two isomorphisms is an isomorphism.

category_theory.monoidal_category.tensor

The tensor product expressed as a functor.

category_theory.monoidal_category.left_assoc_tensor

The left-associated triple tensor product as a functor.

category_theory.monoidal_category.right_assoc_tensor

The right-associated triple tensor product as a functor.

category_theory.monoidal_category.tensor_unit_left

The functor λ X, 𝟙_ C ⊗ X.

category_theory.monoidal_category.tensor_unit_right

The functor λ X, X ⊗ 𝟙_ C.

category_theory.monoidal_category.associator_nat_iso

The associator as a natural isomorphism.

category_theory.monoidal_category.left_unitor_nat_iso

The left unitor as a natural isomorphism.

category_theory.monoidal_category.right_unitor_nat_iso

The right unitor as a natural isomorphism.