2

I have to determine the subgroup lattice for $\mathbb{Z}_{20}$.

The order of all subgroups divides the order the group.

So, since $|\mathbb{Z}_{20}|=20$, the orders of the subgroups are: $20,10,5,4,2,1$.

But how can I find these subgroups??

Mary Star
  • 13,956
  • 1
    If $\gcd(n,m)=1$ then $\Bbb Z_{nm}\simeq\Bbb Z_n\times \Bbb Z_m$. –  Jun 22 '14 at 15:06

2 Answers2

3

Hint: Consider the canonical projection $\mathbb Z \to \mathbb Z_{20}$ and use the isomorphism theorem that relates the subgroups of the image with the subgroups that contain the kernel.

lhf
  • 216,483
2

Use the fact that if $C_n = \{1,x,x^2,\ldots,x^{n-1} \}$ is a cyclic group generated by $x$, then every subgroup of $C_n$ has the form $\langle x^d \rangle$ for some $d$ dividing $n$. Thus, $C_{20}$ has exactly six subgroups: $\langle x^d \rangle$ for $d=1,2,4,5,10,20$. The lattice should be clear.

Ashwin Ganesan
  • 4,045
  • 11
  • 10