0

Question: Prove that $\mathbb{Q}$ under addition is not isomorphic to $\mathbb{R^{+}}$ under multiplication.

I wonder what is a good way to approach this? Would constructing a map be more helpful?

Thank in advance. Hints only*

4 Answers4

5

Hint: To have isomorphism, you need a bijection. Why can't a bijection exist?

manthanomen
  • 3,186
3

Hint: An isomorphism must in particular be a bijection.

Eric Wofsey
  • 330,363
2

Hint: $\;\mathbb{Q}\,$ is countable, $\,\mathbb{R}^+\,$ is not.

dxiv
  • 76,497
  • I have to admit this is good. – Mathematicing Jun 24 '17 at 06:04
  • 1
    @Mathematicing That's essentially what the other answers were hinting at as well. – dxiv Jun 24 '17 at 06:06
  • I got it. 0/1 maps to 0 in the natural, 1/1 maps to 1 in the natural, 2/1 maps to 2 in the naturals, and so on. There exists a one-to-one correspondence with the natural. This cannot be said to be the same for the positive reals. – Mathematicing Jun 24 '17 at 06:13
  • @Mathematicing I don't think you've actually described a bijection to the naturals: what does 3/4 go to? But you should be able to find a proof that $\mathbb{Q}$ is countably infinite very easily in your favorite resource on introductory set theory. – diracdeltafunk Jun 24 '17 at 06:52
1

The group $\mathbb{R}^+$ with respect to multiplication is isomorphic to $\mathbb{R}$ with respect to addition, via logarithm and exponential.

The group $\mathbb{Q}$ has the property that for all $x$ and $y$ there exist integers $m$ and $n$, not both zero, such that $$ mx+ny=0 $$

Does $\mathbb{R}$ share this property?

egreg
  • 238,574
  • You're not wrong, but this is too involved. A cardinality argument is much easier. – diracdeltafunk Jun 24 '17 at 06:53
  • @diracdeltafunk A different point of view. The isomorphism between $\mathbb{R}^+$ with multiplication and $\mathbb{R}$ with addition is basic knowledge. Pointing to an algebraic property that holds in one group and not in the other one is the prime method for showing they're not isomorphic. – egreg Jun 24 '17 at 06:58