How would I prove this?
I know that I must show $f(a)=f(b) \Rightarrow a = b$
I also know I must use the definition of homomorphism, ie:
$f(a+b)=f(a)+f(b)$
$f(ab)=f(a)f(b)$
$f(1)=1$
I am assuming that a contradiction would be a good approach to solve this, but not quite sure on specifics.
Suppose $f(a) = f(b)$, then $f(a-b) = 0 = f(0)$. If $u = (a-b) \ne 0$, then $f(u)f(u^{-1}) = f(1) = 1$, but that means that $0 f(u^{-1}) = 1$, which is impossible. Hence $a - b = 0$ and $a = b$.