2022-06-19

305: Monoid

<The previous article in this series | The table of contents of this series | The next article in this series>

A definition of monoid

Topics


About: monoid

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of monoid.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Definition


Any set, S, with any binary operation (called 'monoid operation'), \(\bullet: S \times S \rightarrow S\), such that for any elements, \(p_1, p_2, p_3 \in S\), 1) \((p_1 \bullet p_2) \bullet p_3 = p_1 \bullet (p_2 \bullet p_3)\); 2) \(i \in S\) (called 'identity element') such that \(i \bullet p_1 = p_1 \bullet i = p_1\)


References


<The previous article in this series | The table of contents of this series | The next article in this series>