[Math] Prove that the additive groups $\mathbb{Z}$ and $\mathbb{Q}$ are not isomorphic.

abstract-algebragroup-isomorphismgroup-theoryproof-verification

Is my proof below correct? What specific property of rationals did I exploit in my proof? It looks like the property I exploited is the following: Given any positive rational, I can always write it as sum of arbitrary number of positive rationals, whereas given any positive integer I cannot write it as a sum of arbitrary number of positive integers. Has it got to do with the fact that $\mathbb{Q}$ is a field?


Problem Prove that the additive groups $\mathbb{Z}$ and $\mathbb{Q}$ are not isomorphic.

Solution Let there exist an isomorphism between $\mathbb{Z}$ and $\mathbb{Q}$. Now consider the element $1_{\mathbb{Q}}$. We then have $\phi(1_{\mathbb{Q}}) = z \in \mathbb{Z}$. Since $\phi$ has to be a bijection, $z$ cannot be zero, since $\phi(0) = 0$.

Now consider the element $\left(\dfrac1{z+1}\right)_{\mathbb{Q}}$. We now have $$z = \phi(1_{\mathbb{Q}}) = \phi\left(\underbrace{\left(\dfrac1{z+1}\right)_{\mathbb{Q}} + \left(\dfrac1{z+1}\right)_{\mathbb{Q}} + \cdots + \left(\dfrac1{z+1}\right)_{\mathbb{Q}}}_{z+1 \text{ times }} \right) = (z+1) \phi\left(\left(\dfrac1{z+1}\right)_{\mathbb{Q}}\right)$$
However, there is no element in $y \in \mathbb{Z}$ such that $(z+1)y = z$.


First update

Actually I realize that I complicated it unnecessarily. Instead, we can do like this. Since $\phi$ is an isomorphism, we have $\phi(q_{\mathbb{Q}}) = 1_{\mathbb{Z}}$ for some $q \in Q$. However, $$\phi(q) = \phi(q/2+q/2) = 2\phi(q/2)$$ And there is no $y \in Z$, such that $2y=1$. Hence, $\phi(q/2)$ remains unmapped.


Thanks

Best Answer

Another proof is as follows:

Suppose that $\phi : \mathbb{Q} \to \mathbb{Z}$ is an isomorphism. Then there is some $r \in \mathbb{Q}$ such that $\phi(r) = 1_{\mathbb{Z}}$.

So what is $\phi(r/2)$? We would have to have

$$ 1_{\mathbb{Z}} = \phi(r) = \phi\big(2(r/2)\big) = 2\phi(r/2) $$

or equivalently that $\phi(r/2) = \frac{1}{2}$. But this is not in $\mathbb{Z}$, so there can be no such morphism.

Related Question