For a set to be a monoid, it must be associative and must have an identity element. I've proved that is it associative but don't know how to prove that it has a identity element.
- Let $\mathbb{R}^3$ be the set of all ordered triples of numbers, and let $\otimes$ be the binary operation on $\mathbb{R}^3$ defined such that $$\left(x_1, y_1, z_1\right) \otimes \left(x_2, y_2, z_2\right) = \left(x_1x_2, x_1y_2+y_1z_2, z_1z_2\right)$$ for all $\left(x_1, y_1, z_1\right), \left(x_2, y_2, z_2\right) \in \mathbb{R}^3$. Prove that $\left(\mathbb{R}^3, \otimes\right)$ is a monoid. What is the identity element of this monoid? Is the monoid $\left(\mathbb{R}^3, \otimes\right)$ a group?
Suppose that there exist a tuple $(x_2,y_2,z_2)$ such that $(x_1,y_1,z_1)\otimes (x_2,y_2,z_2)=(x_1,y_1,z_1)$ for all $(x_1,y_1,z_1)\in \mathbb{R}^3$. Looking at the first coordinate of your formula we get $x_1x_2=x_1$ for all $x_1$ and this implies that $x_2=1$. In the same way, but looking at the third coordinate, we get $z_1z_2=z_1$ for all $z_1$, so that $z_2=1$. Now, it is easy get $y_2=0$. Since the law it is not commutative you need to check the other way around. This is an easy computation and it shows that $(1,0,1)$ is indeed the identity.
This monoid is not a group. For example the element $(0,0,0)$ does not have an inverse because if $(x,y,z)$ were such inverse then $(0,0,0)\otimes (x,y,z)$ would be $(1,0,1)$ but $(0,0,0)\otimes (x,y,z)=(0,0,0)$.