How to show that $\mathbb Z_{mn}$ is isomorphic to $\mathbb Z_m \times\mathbb Z_n$ when $m$ and $n$ are coprime? It is easy to show that the natural map from $\mathbb Z_{mn}$ to $\mathbb Z_m \times\mathbb Z_n$ is a ring homomorphism. How to show that it is bijective?
2026-04-23 02:14:04.1776910444
$\mathbb Z_{mn}$ isomorphic to $\mathbb Z_m\times\mathbb Z_n$ whenever $m$ and $n$ are coprime
14.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
You define $f:\mathbb{Z}\rightarrow \mathbb{Z}/n\mathbb{Z}\times\mathbb{Z}/m\mathbb{Z}$ by $f(a)=(a\bmod{n},a\bmod{m})$ which is a ring homomorphism.
Then you can verify that $\ker{f}=mn\mathbb{Z}$ and to show that $f$ surjective:
$\gcd{(m,n)}=1$ so there exists $x,y$ such that $xn+ym=1$, so for $(s,t)\in\mathbb{Z}/n\mathbb{Z}\times\mathbb{Z}/m\mathbb{Z}$ consider $a=sxn+tym$. Then since: $$ xn\equiv 1\bmod{m}\text{ and } ym\equiv 1\bmod{n} $$ you have $f(a)=(t,s)$.