Property of a ring homomorphism

  • Thread starter Thread starter Geekster
  • Start date Start date
  • Tags Tags
    Property Ring
Geekster
Messages
38
Reaction score
0

Homework Statement



Suppose that f:R->Q (reals to rationals) is a ring homomorphism. Prove that f(x)=0 for every x in the reals.

Homework Equations



Homomorphisms map the zero element to the zero element.
f(0) = 0
Homomorphisms preserve additive inverses.
f(-a)=-f(a)

and finally,
f(a - b) = f(a) - f(b)


The Attempt at a Solution



My guess is go with contradiction and say, Suppose that f(a != 0) != 0 for some a in the reals.

But I don't see where to go from there. A hint or suggestion would be nice.
 
Physics news on Phys.org
I think I have an answer, let me know if you think my proof is ok.

Suppose there exists some a in the reals such that f(a)!=0. Then f(1*a)=f(1)*f(a)=f(a).
So f(1) must be the identity in Q. But that allows us to get numbers like 2 since f(1+1)=f(1)+f(1)=2. But then we have 2=f(2)=f(sqrt(2)*sqrt(2))=f(sqrt(2))*f(sqrt(2)),
and we know that there is no rational who's square is 2, hence our assumption that there exist some a in the reals such that f(a)!=0 is false.

Therefore, f(x)=0 for all x in the reals.

Let me know if there is anything wrong with the proof.

Thanks
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top