So basically this question is from Serge Lang "Undergraduate Algebra" Third Edition, III, $\S$3, exercise 2.
Show that a ring-homomorphism of a field $K$ into a ring $R \neq {0}$ is an isomorphism of $K$ onto its image
My attempt:
let $f : K \rightarrow R$ is a ring-homomorphism.
Need to show that $K \cong f(K)$.
It is enough to show that $f$ is bijective with respect to sets $K$ and $f(K)$.
(injectivity) $$ \begin{align*} x &\neq y \\ x - y &\neq 0 \\ f(x-y) &\neq 0 \\ f(x) - f(y) &\neq 0 && (*) \\ f(x) &\neq f(y) \end{align*} $$ (surjectivity)
From the definition $f(K)$ is an image of $K$ under $f$, so it must be surjective.
From this follows that $f: K \rightarrow f(K)$ is a bijection, and thus two sets are isomorphic.
(note) In $(*)$ we assume that $R \neq 0$, otherwise injectivity fails
Question:
I am not sure whether this solution is correct or not, because I did not use the fact that $K$ is a field. Could you please verify it?