[Math] Isomorphism between Direct Products of Cyclic Groups

abstract-algebracyclic-groupsdirect-productgroup-isomorphism

How would I be able to tell if two direct products of cyclic groups are isomorphic to one another? I'm working with two pieces of knowledge so far:

1) The order of the direct product is the product of the orders of all the groups that make up the direct product
2) A direct product of cyclic groups $C_m$ and $C_n$ is only cyclic is $(m,n)=1$.

Are there any other techniques I can use? For example, I'm trying to determine is $C_4 X C_25$ is isomorphic to $C_{100}$.

Best Answer

The main technique is the Chinese remainder theorem: $C_m \times C_n \cong C_{mn}$ when $\gcd(m,n)=1$, which follows directly from your two pieces of knowledge.

This gives at once that $C_4 \times C_{25}$ is isomorphic to $C_{100}$.

Using the Chinese remainder theorem repeatedly, you can decompose any direct product of several cyclic groups into a direct product of cyclic groups of prime-power order ($p$-groups); this is called the primary decomposition.

From the primary decomposition, you can reassemble the factors into the form $C_{d_1} \times C_{d_1} \times \cdots \times C_{d_n}$ with $d_1 \mid d_2 \mid \cdots \mid d_n$; this called the invariant factor decomposition.

Both forms are canonical forms and two direct product of cyclic groups are isomorphic iff they have the same canonical forms.

All this is the easy part of the structure theorems for finite abelian groups. The hard part is proving that every finite abelian group is a direct product of cyclic groups. See Simple proof of the structure theorems for finite abelian groups. Uniqueness also takes some work.