Theorem: $\forall n, m\in\mathbb N$ such that $\gcd (m,n)=1, $ the cyclic group $C_{nm}\cong C_n\times C_m$.
This is a corollary of Chinese Remainder Theorem.
The theorem can be recast as saying that doing cyclic permutation on a list of all elements in the product is equivalent to doing so to each of the components. So, there has to be a more direct and intuitive approach. In other words, my goal is to find a constructive proof by explicitly constructing an isomorphism without using CRT (maybe by induction over $n$?), but I don't know where to start since I'm not familiar with permutations. Can anybody give me a hint?