[Math] For ring homomorphism $\phi:R\to S$, prove that $\phi$ is an isomorphism iff $\phi$ is onto and $ker(\phi)=\left \{0_{R} \right \}$.

abstract-algebraring-homomorphismring-isomorphismring-theory

Could someone please verify whether my solution is okay? I understand this proposition is considered trivial, but I am not sure whether my proof is correct.

For ring homomorphism $\phi:R\to S$, prove that $\phi$ is an isomorphism iff $\phi$ is onto and $ker(\phi)=\left \{0_{R} \right \}$.

Let $\phi$ be an isomorphism. Then $\phi$ is bijective hence injective and surjective. Since $\phi$ is injective, then for the group homomorphism $\phi:(R,+)\to (S,+)$, $ker(\phi)=\left \{0_{R} \right \}$.

Let $\phi$ be onto and $ker(\phi)=\left \{0_{R} \right \}$. Then the ring homomorphism is bijective and so it is an isomorphism.

Best Answer

The proof works since $\phi$ is injective iff $ker\phi=\{0_R\}$. If you need this fact, it can be proved as follows:

Suppose $\phi$ is injective. Then let $x \in ker\phi$ and consider $\phi(x)=\phi(0).$ Since $\phi$ is a homormorphism $\phi(0_R)=0_S$, and since it is injective $x = 0_R$ and thus $ker\phi=\{0_R\}$.

Now suppose $ker\phi=\{0_R\}$.Let $x,y\in R$ and consider $\phi(x)=\phi(y)$. Multiply by $\phi(x)^{-1}$. Then $$\phi(x)^{-1}\phi(x)=\phi(x)^{-1}\phi(y)=\phi(x^{-1}y).$$ Because $\phi$ is a homomorphism $\phi(x)^{-1}=\phi(x^{-1})$ and $\phi(x^{-1})\phi(x)=\phi(x^{-1}x)=\phi(0_R)=0_S$. Thus also $\phi(x^{-1}y)=0_S$ which means $x^{-1}y \in ker\phi$, and since $ker\phi=\{0_R\}$ it follows $y-x=0$ since $x^{-1}=-x$ in ring $R$. Finally, $x=y$.

Related Question