How does Chinese Remainder theorem help prove $\phi(ab) = \phi(a)\phi(b)$?

305 Views Asked by At

I understand that one to one correspondence refers to one element in set A, for example, mapping to only 1 distinct element in set B. How does this one to one correspondence arise after applying Chinese Remainder theorem to the referred system of equations in the image?

ELelmentary number theory from Nielsen and Chuang's Quantum COmputation and Quantum Information, Appendix 4

2

There are 2 best solutions below

0
On

The order of $(\mathbb{Z}/n\mathbb{Z})^{\times}$ is given by $\varphi(n)$. If $a$ and $b$ are coprime, we get $(\mathbb{Z}/ab\mathbb{Z})^{\times} \cong (\mathbb{Z}/a\mathbb{Z})^{\times} \times (\mathbb{Z}/b\mathbb{Z})^{\times}$ by the chinese remainder theorem, such that the orders coincide which means that $\varphi(ab) = \varphi(a)\varphi(b)$.

0
On

Let $\Phi(n)=\{k\in\{0,1,\ldots,n-1\}\mid (k,n)=1\}$. Then $\varphi(n)=\#\Phi(n)$. So,$$\varphi(ab)=\varphi(a)\varphi(b)\iff\#\Phi(ab)=\#\Phi(a)\times\#\Phi(b).$$And the Chinese Remainder Theorem is exctly what you need in order to define a bijection between $\Phi(ab)$ and $\Phi(a)\times\Phi(b)$, whose existence is equivalent to the equality $\#\Phi(ab)=\#\Phi(a)\times\#\Phi(b)$.