Assume the group $G = \mathbb{Z}^*_{29} = \{1,2,\dots, 28 \}$ with operation of multiplication modulo $29$.
Since $G$ is cyclic, for every $d \in \{1,2,4,7,14,28 \}$, there exists a $H \leq G$ with $|H| = d$.
- $d=1$: $H_1 = \{1\}$
- $d = 2$: $H_2 = \{1, 28\}$, since $28^2 \mod 29 = 1$
- $d= 4$: $H_3 = \{1,12,17,28 \}$, since $12 \cdot 17 \mod 29 = 1$ and we have closure.
Is there a way to yield the subgroups of order $7$ and $14$, without having to check all the possible combinations to assert closure?
$28^2 \equiv 1 \pmod{29}$
: $28^2 \equiv 1 \pmod{29}$. – Théophile Nov 04 '20 at 17:19