Let $R$ and $S$ be rings. If $f : R \rightarrow S$ is a surjective ring homomorphism, then $$\bar{f} : R / \ker(f) \longrightarrow S, x + \ker(f) \longmapsto f(x)$$ is an isomorphism.
First, I wanted to show that $\ker(f)$ is an ideal. I let $r \in R$ and $x \in \ker(f)$. Since $f$ is a homomorphism, we have $$f(rx)=f(r)f(x)=f(r)\cdot 0 = 0$$which means $rx \in \ker(f)$. Similarly, we have$$f(xr)=f(x)f(r)=0 \cdot f(r) = 0$$ which means $xr \in \ker(f)$ as well. Hence, $\ker(f)$ is an ideal, which means $$(x+\ker(f))(y+\ker(f))=xy+\ker(f)$$ and $$(x+\ker(f))+(y+\ker(f))=x+y+\ker(f)$$
We have, for multiplication, \begin{align} \bar{f}((x+\ker(f))(y+\ker(f)))&=\bar{f}(xy+\ker(f))\\ &=f(xy)\\ &=f(x)f(y)\\ &=\bar{f}(x+\ker(f))\bar{f}(y+\ker(f)) \end{align} and, for addition, \begin{align} \bar{f}((x+\ker(f))(y+\ker(f)))&=\bar{f}(x+y+\ker(f))\\ &=f(x+y)\\ &=f(x)+f(y) \\ &=\bar{f}(x+\ker(f))+\bar{f}(y+\ker(f)) \end{align} so $\bar{f}$ is a ring homormorphism.
Do I also show that $\bar{f}$ is surjective, so that I have everything I need to establish that $\bar{f}$ is an isomorphism?