Monoid Object
Table of Contents
1. Definition
Let \((\cat{C}, \otimes, I)\) be a monoidal category.
Then a Monoid Object consists of an object \(M\in\cat{C}\) equipped with
- a multiplication map \(\mu\colon M\otimes M\to M\)
- a unit \(\eta\colon I\to M\)
such that
- the pentagon diagram holds (i.e., the multiplication map is associative)
- the left and right unit
2. Morphisms
Given two monoids \((M,\mu,\eta)\) and \((M', \mu', \eta')\) in a monoidal category \(\cat{C}\), a morphism \(f\colon M\to M'\) is a Morphism of Monoids when
- \(f\circ\mu = \mu'\circ(f\otimes f)\)
- \(f\circ\eta = \eta'\)