Let $f : \mathbb{Q} → \mathbb{Q}$ be a ring homomorphism. Show that f is the identity.
Im having trouble with this problem. I started considering two elements in $\mathbb{Q}$ and the definition of ring homomorphism:
Let $x, y \in \mathbb{Q}$ such that $x = \frac{m}{n}, y=\frac{m'}{n'}$with $m,m',n,n'\in \mathbb{Z}$ then:
$f(\frac{m}{n}*\frac{m'}{n'}) = f(\frac{m}{n})*f(\frac{m'}{n'})$
and
$f(\frac{m}{n}+\frac{m'}{n'}) = f(\frac{mn'+m'n}{nn'})=f(\frac{m}{n})+f(\frac{m'}{n'})$
Clearly, my goal is to show that:
$f(\frac{m}{n}*\frac{m'}{n'}) =\frac{m}{n}*\frac{m'}{n'}$
or
$f(\frac{m}{n}+\frac{m'}{n'}) =\frac{m}{n}+\frac{m'}{n'}$
I've been thinking for like an hour and still achieve nothing, any ideas/hints?