Basic examples of monoids?

6.6k Views Asked by At

What are some (simple/elementary) examples of noncommutative monoids with no additional structure? I'm having a hard time thinking of examples of "pure" monoids that aren't monoids simply because they are groups...

I've read this and this and some of this, but would like more examples that presuppose little to no algebra.

2

There are 2 best solutions below

2
On BEST ANSWER

Free monoids are pretty intuitive at heart: strings of letters under a concatenation operation.

Also, the set of functions $X\to X$ on a set (no stipulation of being bijective). More generally the set of endomorphisms of an arbitrary object of an arbitrary category caries a monoid structure under composition, so in particular functions on a set and linear maps on a vector space (categories in general constitute an abstract algebra background, but sets and vector spaces not as much).

If $G$ is an arbitrary group (which is admittedly an essentially algebraic concept), in your case noncommutative, one can adjoin a zero element (in the literature's lingo, an absorption element) and easily make the set $G\cup\{0\}$ into a monoid that is not a group. (For fun, this process can be continued indefinitely to create bigger and bigger monoids.) This idea is pretty straightforward.

0
On

A generic answer is the monoid of all functions from a set $E$ into itself under the composition of functions. This example is generic since every monoid is isomorphic to a submonoid of such a monoid. In particular, take any set of functions from $E$ to $E$ and close under composition: you will get a monoid. See this link. This type of example occurs frequently in automata theory.

You could also consider partial functions or relations on $E$, still under composition. The monoid of $n \times n$ matrices over a ring under the usual multiplication of matrices is also a quite natural example. If you have a monoid $M$, the set $\mathcal{P}(M)$ of all subsets of $M$ is also a monoid under multiplication defined by $XY = \{ xy \mid x \in X, y \in Y \}$ (where $X, Y \in \mathcal{P}(M)$).