Group Theory – How to Find Subgroups of Z2 x Z6

abelian-groupsabstract-algebracyclic-groupsgroup-theory

I am reading a first course in algebra and there is an example saying that "find all the subgroups of $\Bbb{Z}_2\times\Bbb{Z}_6$ and decide which of them are cyclic. I know that $$\Bbb{Z}_2\times\Bbb{Z}_6=\{(0,0),(0,1),\ldots,(0,5),(1,0),\ldots,(1,5)\}$$ consisting of $12$ elements and since its order is $12$, the subgroups can be of order $1$, $2$, $3$, $4$, $6$ or $12$.

But I do not know how to find the subgroups and decide whether which of them are cyclic. Can anyone help?

Thanks

Best Answer

Hint: Recall the theorem highlighted below, and note that it follows that $$\quad \mathbb Z_{\large 2} \times \mathbb Z_{\large 6} \quad \cong \quad \mathbb Z_{\large 2} \times \mathbb Z_{\large 2}\times \mathbb Z_{\large 3}$$

This might help to make your task a bit more clear, noting that each of $\mathbb Z_2, \; \mathbb Z_3,$ and $\,\mathbb Z_6 \cong \mathbb Z_2 \times \mathbb Z_3$ are cyclic, but $\;\mathbb Z_2 \times \mathbb Z_2,\;$ of order $\,4,\,$ is not cyclic. Indeed, there is one and only one group of order $4$, isomorphic to $\mathbb Z_2\times \mathbb Z_2$, i.e., the Klein $4$-group.


Theorem: $\;\mathbb Z_{\large mn}\;$ is cyclic and $$\mathbb Z_{\large mn} \cong \mathbb Z_{\large m} \times \mathbb Z_{\large n}$$

if and only if $\;\;\gcd(m, n) = 1.$

This is how we know that $\mathbb Z_6 = \mathbb Z_{2\times 3} \cong \mathbb Z_2\times \mathbb Z_3$ is cyclic, since $\gcd(2, 3) = 1.\;$

It's also why $\,\mathbb Z_2\times \mathbb Z_2 \not\cong \mathbb Z_4,\;$ and hence, is not cyclic, since $\gcd(2, 2) = 2 \neq 1$.


Good-to-know Corollary/Generalization:

The direct product $\;\displaystyle \prod_{i = 1}^n \mathbb Z_{\large m_i}\;$ is cyclic and $$\prod_{i = 1}^n \mathbb Z_{\large m_i}\quad \cong\quad \mathbb Z_{\large m_1m_2\ldots m_n}$$ if and only if the integers $m_i\,$ for $\,1 \leq i \leq n\,$ are pairwise relatively prime, that is, if and only if for any two $\,m_i, m_j,\;i\neq j,\;\gcd(m_i, m_j)=1$.

Related Question