An automorphism of a ring $R$ is an isomorphism from $R$ to itself.
Let $R$ be a ring, and let $f(y)$ be a polynomial in one variable with coefficients in $R$. Prove that the map $R[x,y]\to R[x,y]$ defined by $x\mapsto x+f(y), y\mapsto y$ is an automorphism of $R[x,y]$.
I am a bit lost on that one. To show it's a homomorphism, we have to prove the following:
Let $a,b \in R[x,y]$ and call the map $\phi$. Then:
$\phi(1) = 1$,
$\phi(a+b) = \phi(a)+\phi(b)$,
$\phi(ab) = \phi(a)\phi(b)$.
Since it has to be an isomorphism, it needs to be one-to-one. How can I show that? Also how can I pick elements $a,b$ in $R[x,y]$ to be able to start on the prove?
Thank you very much.