Ok, this question has been giving me trouble for the last few hours. I need help for a test tomorrow.
Let $\Bbb Z _{20}$ be the cyclic group of integers mod 20 with addition. Let $H$ and $K$ be distinct nontrivial proper subgroups of $G$ such that $H$ is also a nontrivial subgroup of $K$ and $4$ is not in $K$. Describe $H$ and $K$.
$\Bbb Z_{20}= \{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 \}$
where $20=e=0$
When I attempted this, i found the groups generated by:
$ \langle 1 \rangle , \langle 2 \rangle, \cdots \langle 20 \rangle $.
in which some subgroups were identical to $\Bbb Z_{20}$ and other subgroups were the same other subgroups, i.e. $\langle 5 \rangle = \langle 15 \rangle $.
so my question is, is there a way to know if a certain generator like $\langle 5 \rangle $ will be equal to $\langle 15 \rangle $ without actually computing it? how do i know which generators will be unique?
also what is the simplest way of finding non trivial subgroups of a given group?
a subgroup is a set in which is closed, associative, has an identity and an inverse.
nontrivial excludes subgroups such as $ \{e \} $.
and proper means that $ H \leq K $ for a group $ K $
Edit: I've weeded out all of the same subgroups generated by $ \langle 1 \rangle , \langle 2 \rangle, \cdots \langle 20 \rangle $.. and found that the subgroups that do not contain 4 are:
$ \langle 17 \rangle = \{ 17,14,11,8,15,12,9,6,3,0 \} \\ \langle 5 \rangle= \{5,10,15,0\} \\ \langle 10 \rangle = \{10,0\} $
all of the other subgroups are either equal to $\Bbb Z_{20}$ or contain a $4$. is this right? is there an easier way to find the proper nontrivial subgroups without computing all of $ \langle 1 \rangle , \langle 2 \rangle, \cdots \langle 20 \rangle ?$