Monoidal Categories

Now things are getting interesting! We are ready to start exploring things in more depth. In case a definition is left outside of this it can be found on Abelian Categories or on Categories. These notes follow EGNO - Tensor Categories very closely.

Definitions

As every proper set of notes in category theory we start with a set of definitions. The intuition behind monoidal categories is some kind of categorification of monoids. These objects are defined as.

Definition: A monoid is a set C with an associative multiplication map (x,y)xy with an element 1C such that 12=1 and x1x and xx1 are bijections CC.

Corollary: A monoid is a semi-group, and 1x=x1=x.

Proof: Since 11=1 we have that

1(1x)=(11)x=1x

now since 1x is a bijection let y=1x for some x. This implies 1y=y.

This bijectivity property might seem an unnecessary complication in the definition of a monoid, but in reality it is a nice path to lead us to the correct abstract concept. Also recall, that equivalently a monoid is a category with a single object.

Definition: A category C is monoidal if there exists a functor :C×CC called the tensor product with a natural isomorphism α:()() implementing associativity, and a unit object 1C be an object with an isomorphism 111 such that

  1. (Pentagon Axiom) the following diagram commutes

    ((WX)Y)Z(W(XY))Z(WX)(YZ)W((XY)Z)W(X(YZ))

    for all objects W,X,Y,ZC and with suitably chosen natural isomorphisms α.

  2. (Unit Axiom) The functors X1X and XX1 are equivalences in C.