1
$\begingroup$

I'm looking to construct an isomorphism to show:

$$\mathbb{Z}_{rs}^{\times}\cong \mathbb{Z}_r^{\times} \times \mathbb{Z}_s^{\times}$$

where $\mathbb{Z}_{rs}^{\times}$ represents the invertible elements of $\mathbb{Z}_{rs}$ with multiplication for $r,s$ coprime.

I define $\phi: \mathbb{Z}_{rs}^{\times}\rightarrow \mathbb{Z}_r^{\times} \times \mathbb{Z}_s^{\times}$ as $\phi ([x]_{rs})=([x]_r,[x]_s)$. It's easy to show that such a map is injective. But, surjectivity is giving me trouble. Is this map even surjective? If so, how might I show that?

  • 0
    Have you tried googling Chinese Reminder Theorem? :)2017-02-18

2 Answers 2

2

This should work, for instance https://www.maths.tcd.ie/pub/Maths/Courseware/NumberTheory/ch05.pdf

Thanks to the CRT, if you have $gcd(r,s)=1$ and $m$ mod$(r)$, $n$ mod$(s)$, there exists an $N$ such that $$N\equiv m \mod(r)$$ $$N\equiv n \mod(s)$$ and it is unique mod$(rs)$. From that follows the bijectivity of the map you gave.

  • 0
    Link only answers are discouraged here. Yours, though useful, may be downvoted.2017-02-18
  • 0
    Sorry, I did not know that. Let me fix it.2017-02-18
1

The isomorphism is deduced from the ring isomorphism: \begin{align} \mathbf Z/rs\mathbf Z&\longrightarrow \mathbf Z/r\mathbf Z\times\mathbf Z/s\mathbf Z\\ x\bmod rs&\longmapsto(x\bmod r,\,x\bmod s) \end{align} (An isomorphism between two rings induces by restriction an isomorphism of their groups of units.)

The inverse isomorphism uses a Bézout's relation: $\;ur+vs=1$, and is defined by \begin{align} \mathbf Z/r\mathbf Z\times\mathbf Z/s\mathbf Z&\longrightarrow\mathbf Z/rs\mathbf Z\\ (x\bmod r,\,y\bmod s)&\longmapsto yur+xvs\bmod rs \end{align}

  • 0
    It would be useful to say how this restricts to an isomorphism on the groups of units, and how the group of units of a product of rings is the product of the groups of units of the factors.2017-02-18
  • 0
    Mmm… Isn't all this obvious? Of course, I can add a word about it, but I prefer not to give a fully detailed solution.2017-02-18
  • 0
    There are many things that are obvious to some and not to others. One should be wise and learn when to distinguish such cases.2017-02-18