Show Rationals and Integers are not Isomorphic

  • Thread starter Thread starter miqbal
  • Start date Start date
  • Tags Tags
    Integers
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 9K views
miqbal
Messages
27
Reaction score
0

Homework Statement


Show that the groups [tex]\textbf{Q}[/tex] and [tex]\textbf{R}[/tex] are not isomorphic (both under addition).

This was already answered before https://www.physicsforums.com/showthread.php?t=294687", but using different theory (generators and cyclic groups). We haven't covered that stuff in class yet. See below.

Homework Equations


Two groups, G and H, are NOT isomorphic if:
1) |G| [tex]\neq[/tex] |H|
2) Let [tex]\varphi[/tex] be a map from G to H. Then G, H are not isomorphic if for some [tex]x \in \textbf{G}, |x| \neq |\varphi(x)|[/tex]
3) G is abelian, H is not abelian or vice versa.

Two groups are isomorphic iff there exists [tex]\varphi:\textbf{G} \rightarrow \textbf{H}[/tex] s.t:
1) [tex]\varphi[/tex] is a homomorphism.
2) [tex]\varphi[/tex] is a bijection.

Homomorphism:
[tex]\varphi(xy) = \varphi(x)\varphi(y)[/tex].

The Attempt at a Solution


I know it is possible to set up a bijection from Z to Q because Q is countable (isomorphic to N) and so is Z. Then the solution must be that no homomorphism exists from Z to Q.

Proof
p,q are rational. p < q. a,b are integers. [tex]\varphi:{\bftext{Q} \rightarrow \bftext{R}[/tex], assume it is a homomorphism.
If [tex]\varphi(p)=a, \varphi(q) = b[/tex], then [tex]\varphi(p + q)=\varphi(p)+\varphi(q) = a + b[/tex]. But consider p + (q - p)/2. This must map to an integer in between a and b. Why? (I'm not sure, i'll have to investigate this rigorously). Since there are finitely many integers between a and b, but infinitely many rationals between p and q, [tex]\varphi[/tex] cannot be bijective. Which means that there is no homomorphic map from the rationals to the integers that is also bijective. So Q cannot be isomorphic to R.

Is this sufficient?
 
Last edited by a moderator:
Physics news on Phys.org
Yeah got it.

If [tex]f^{-1}(1) = p[/tex], then [tex]\varphi(\frac{p}{2}+\frac{p}{2})=1[/tex] but that implies [tex]0<\varphi(\frac{p}{2})<1[/tex] which is impossible since no integer exists between 0 and 1.

Thanks man.