When are the product of cyclic groups also cyclic? [duplicate]

In general, products of cyclic groups are not cyclic. If $C_n$ is the cyclic group of order $n$, $C_{22} \times C_{33}$ is not cyclic. But is there an easy way to tell when such a product will be cyclic?


Solution 1:

Yes, the direct product of two cyclic groups, $C_m \times C_n$ is cyclic if and only if the $$\gcd(m, n) = 1$$ (where $m$ is the order of one of the cycle groups, and $n$ the order of the other.)

Note, we must have a Direct product of order $mn$.

  • If the $\gcd(m, n)\neq 1$, then the largest order of any element in the direct product is $\text{lcm}\,(m, n)\lt mn$, where $mn$ is the order of the Direct Product, and hence no element in the direct product could generate the entire direct product. And so, the direct product would not be a cyclic group.

  • When $\gcd(m,n) = 1$, then it follows that the largest order of any element in the direct product is of order $\text{lcm}\,(m, n) = mn$, and so there exists an element of order $mn \in C_m \times C_n$. Since we know that the order of $C_m\times C_n$ is $\,mn\,$ then there exists an element in $C_m\times C_n\,$ which generates the entire direct product. Hence, the direct product must by cyclic.

If $\gcd(m, n) = 1$, we have $C_m \times C_n \cong C_{mn}\cong \mathbb Z_{mn}$, a cyclic group.

So as you note, $C_{22}\times C_{33} \not\cong C_{22\cdot 33}$ and is not cyclic precisely because $\gcd(22, 33) = 11 \neq 1$.


As Jared very aptly commented: "the product of finitely many cyclic groups $C_{n_1}\times C_{n_2}\times\ldots\times C_{n_m}$ is cyclic if and only if the $n_i$ are pairwise relatively prime": if and only if $\gcd(n_i, n_j) = 1$ for all $i, j,\;\; 1\leq i,j, m,\;\;i\neq j$. And since the orders of such groups would be pairwise relatively prime, the order of the the group which is the direct product is $\;n_1\cdot n_2\cdot \ldots \cdot n_m$

Solution 2:

If gcd$(m, n)=1$, we can say that $C_m\times C_n\cong C_{mn}$. The proof is simple, there must be an element $a\in C_m$ of order $m$ and an element $b\in C_n$ of order $n$. Then, $(a,b)$ will have order $mn$, which means $C_m\times C_n$ must be cyclic.