I'm trying to prove that Euler's $\phi$ function is multiplicative i.e. $\phi(mn) = \phi(m)\phi(n)$ when m and n are coprime. A key step in the proof is this:
$A = \{a \mid 1 ≤ a < m, \gcd(a, m) = 1\}$
$B = \{b\mid 1 ≤ b < n, \gcd(b, n) = 1\}$
$C = \{c \mid 1 ≤ c < mn, \gcd(c, mn) = 1\}.$
Then we have that |A| = φ(m), |B| = φ(n), and |C| = φ(m × n). I need to show that C has equally many elements as the set A × B = {(a, b) | a ∈ A, b ∈ B}, from which the claim follows. By using the Chinese remainder theorem by which the mapping $\mathbb{Z}_{mn} → \mathbb{Z}_m × \mathbb{Z}_n$, is bijective in case of m and n coprime. Now it should be enough to prove that $A ⊂ \mathbb{Z}_{m}$, $B ⊂ \mathbb{Z}_n$, and $C ⊂ \mathbb{Z}_{mn}$. I'm not able to prove it. Could you clarify what's the relation between the sets A,B, and C and the quotient set $\mathbb{Z}_{x}$?