[Math] Proving a set (R, *) is a monoid

abstract-algebramonoid

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.

  1. 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?

Best Answer

Looks suspiciously like the set of matrices \begin{equation} \begin{bmatrix} x & y\\ 0 & z \end{bmatrix} \end{equation} under matrix multiplication.

Related Question