Show that $\mathbb{Z}_{2} \times \mathbb{Z}_{4}$ is not a cyclic group

Show that $\mathbb{Z}_{2} \times \mathbb{Z}_{4}$ is not a cyclic group. This question is from the book 'Of Abstract Algebra' by Pinter. Now $\mathbb{Z}_{2} \times \mathbb{Z}_{4}$ containt 8 elements. I found them to be as follows: $$(0,0),(0,1),(0,2),(0,3),(1,0),(1,1),(1,2),(1,3)$$ Now if $\mathbb{Z}_{2} \times \mathbb{Z}_{4}$ were cyclic, one of these elements should be a generator of the entire group. However, for every element listed we find that repeated repetitions of the group operation yields the identity element already before having to apply the group operation eight times. Therefore, using any of these elements as a single element would result in a subgroup of order less than 8, in this case it will have either order 4, order 2 or order 1. Therefore the group is not cyclic. Now I am quite sure this constitutes a correct proof but I am wondering if a more elegant way exist to show this result. This might be especially useful when investigating similar questions for much larger groups. Thanks in advance

P.S. I have been posting more questions from this book because I find them very interesting, but I am reading it on my own so I am sometimes unsure if the methods I use are the most elegant and quick. So far I have received great help and I am grateful to the stackexchange community for this :)


Solution 1:

I think your approach of studying the order of the elements is the right one. If you want to do that in a more systematic way, you may study order of elements in a direct product. Namely, say we have $G_1, \ldots, G_r$ some groups, some element $g = (g_1, \ldots g_r) \in G_1 \times \ldots \times G_r$ in the direct product, and we want to know the order of $g$ inside $G_1 \times \ldots \times G_r$. It turns out that if $n_i$ denotes the order $g_i \in G_i$, then the order of $g$ is $\operatorname{lcm}(n_1,\ldots,n_r)$. In particular, since the order $g_i$ divides $|G_i|$ (the number of elements of the group), then order of $g$ divides $\operatorname{lcm}(|G_1|,\ldots,|G_r|)$.

In your example, take $G_1 = \mathbb{Z}_2$ and $G_2 = \mathbb{Z}_4$. We know the order of any element inside $G_1 \times G_2$ divides $\operatorname{lcm}(|G_1|,|G_2|) = \operatorname{lcm}(2,4) = 4$. So there is no element of order $8$.

Using the same principle we may see for example that $ \mathbb{Z}_2 \times \mathbb{Z}_3$ is cyclic. Indeed, we know $(1,1)$ has order $\operatorname{lcm}(2,3)= 6$.

Solution 2:

Observe that $2$ and $4$ are not relatively prime. In general, assume that $(a,b)$ is an element in the group $\mathbb{Z}_m\times\mathbb{Z}_n$, and let $c=\operatorname{lcm}(m,n)$. Then $(a,b)^c=(0,0)$, so the order of $(a,b)$ is a divisor of $c$. But $c$ is strictly smaller than the number of elements $mn$ if $m$ and $n$ are not relatively prime, so the group cannot be cyclic.

Solution 3:

A good theorem to use in checking the direct product of cyclic groups is the following:

$$\mathbb Z_m\times \mathbb Z_n \cong \mathbb Z_{(mn)} \; \underbrace{\iff}_{\text{ IF AND ONLY IF }\;} \gcd(m, n) = 1$$

This holds for any number of factors: $\mathbb Z_{n_1} \times \mathbb Z_{n_2} \times \cdots \times \mathbb Z_{n_n} \cong \mathbb Z_{n_1\cdot n_2\cdots n_n}$ if and only if the $n_i$ are pairwise prime.