I need help proving that there is no isomorphism between the structures $(\mathbb{R},+)$ and $(\mathbb{R}^+,\cdot)$
I think I'm very close to the answer and I need some hint how to get there:
It has to do with the fact, that in $\mathbb{R}^+$, $y_1\cdot y_2= 1$ holds if and only if $y_1,y_2=1$.
For example, if $0$ gets mapped to $1$ (by the isomorphism),
then $\phi(x_1)\cdot\phi(x_2)=1\Rightarrow\phi(x_1+x_2)=1$
Therefore we have the conditions:
- $x_1 = x_2$
- $x_1 + x_2 = 0$
However, there are many elements in $\mathbb{R}$ which can be zero when added, for example $-3$ and $3$. Since these elements are not equal, we have a contradiction.
Am I on the right track with this? How should I proceed?