This is straight out of Fraleigh's book, "A first course in abstract algebra":
Let $\mathbb{R}^*$ be the set of all real numbers except $0$. Define $*$ on $\mathbb{R}^*$ by $a * b = |a|b.$
One of the problems is to show there is a left identity and right inverse, but I can't (obviously by design) get unique solutions out of the problem:
Suppose there's a left identity: $e * x = x \implies |e| = 1$, which gives us two possible identities. If I try to find a right identity, the solution is similar (though possibly different in sign): $e = \frac{x}{|x|}$.
For the right inverse ($x'$), the same problem comes up: $x * x' = e \implies |x|x' = e \implies x' = \frac{e}{|x|}$.
R. Burton: It's nothing but $\mathbb{R} - {0}$.
– Not Legato Jun 05 '19 at 20:53