Fiveable

🔢Category Theory Unit 11 Review

QR code for Category Theory practice questions

11.1 Definition and examples of monoidal categories

11.1 Definition and examples of monoidal categories

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔢Category Theory
Unit & Topic Study Guides

Monoidal categories extend regular categories by adding a tensor product and unit object. These new elements allow us to combine objects and morphisms in interesting ways, creating richer structures.

The tensor product lets us multiply objects, while the unit object acts like a neutral element. This setup mirrors familiar mathematical structures, making monoidal categories a powerful tool for understanding various algebraic systems.

Monoidal Categories

Components of monoidal categories

  • Objects the objects of the underlying category C\mathcal{C}
  • Morphisms the morphisms of the underlying category C\mathcal{C}
  • Tensor product a bifunctor :C×CC\otimes: \mathcal{C} \times \mathcal{C} \to \mathcal{C} assigns to each pair of objects (A,B)(A, B) an object ABA \otimes B
    • Also defined on morphisms for f:AAf: A \to A' and g:BBg: B \to B', there is a morphism fg:ABABf \otimes g: A \otimes B \to A' \otimes B'
  • Unit object an object ICI \in \mathcal{C} serves as an identity for the tensor product
  • Coherence conditions the tensor product and unit object satisfy
    • Associativity a natural isomorphism αA,B,C:(AB)CA(BC)\alpha_{A,B,C}: (A \otimes B) \otimes C \to A \otimes (B \otimes C) for all objects A,B,CA, B, C
    • Left unit a natural isomorphism λA:IAA\lambda_A: I \otimes A \to A for all objects AA
    • Right unit a natural isomorphism ρA:AIA\rho_A: A \otimes I \to A for all objects AA
Components of monoidal categories, Teaching and Learning with Structured Knowledge Maps: An Analysis about the New Approach

Examples of monoidal categories

  • Category of sets Set\mathbf{Set} with the Cartesian product ×\times as the tensor product and the singleton set {}\{*\} as the unit object
    • For sets AA and BB, the Cartesian product A×BA \times B is the set of ordered pairs (a,b)(a, b) with aAa \in A and bBb \in B
    • The singleton set {}\{*\} satisfies A×{}A{}×AA \times \{*\} \cong A \cong \{*\} \times A for all sets AA
  • Category of vector spaces VectK\mathbf{Vect}_K over a field KK with the tensor product K\otimes_K and the field KK as the unit object
    • For vector spaces VV and WW, the tensor product VKWV \otimes_K W is the vector space generated by elements of the form vwv \otimes w with vVv \in V and wWw \in W, subject to certain relations
    • The field KK satisfies VKKVKKVV \otimes_K K \cong V \cong K \otimes_K V for all vector spaces VV
Components of monoidal categories, Hallmarking quantum states: unified framework for coherence and correlations – Quantum

Constraints in monoidal categories

  • Associativity constraint the natural isomorphism αA,B,C:(AB)CA(BC)\alpha_{A,B,C}: (A \otimes B) \otimes C \to A \otimes (B \otimes C) ensures the tensor product is associative up to isomorphism
    • Allows for unambiguous expressions like ABCA \otimes B \otimes C without specifying parentheses
    • Satisfies the pentagon identity, which ensures coherence when reassociating tensor products of four objects
  • Unit constraints the natural isomorphisms λA:IAA\lambda_A: I \otimes A \to A and ρA:AIA\rho_A: A \otimes I \to A ensure the unit object II behaves as an identity for the tensor product
    • Allows for expressions like IAI \otimes A and AIA \otimes I to be identified with AA
    • Satisfy the triangle identity, which ensures coherence when combining the associativity and unit constraints

Interactions in monoidal categories

  • Tensor product is a bifunctor compatible with composition of morphisms
    • For morphisms f:AAf: A \to A', g:BBg: B \to B', h:AAh: A' \to A'', and k:BBk: B' \to B'', we have (hk)(fg)=(hf)(kg)(h \otimes k) \circ (f \otimes g) = (h \circ f) \otimes (k \circ g)
  • Unit object II interacts with morphisms
    • For any morphism f:ABf: A \to B, there are morphisms fidI:AIBIf \otimes \mathrm{id}_I: A \otimes I \to B \otimes I and idIf:IAIB\mathrm{id}_I \otimes f: I \otimes A \to I \otimes B
    • These morphisms are compatible with the unit constraints ρB(fidI)=fρA\rho_B \circ (f \otimes \mathrm{id}_I) = f \circ \rho_A and λB(idIf)=fλA\lambda_B \circ (\mathrm{id}_I \otimes f) = f \circ \lambda_A