Question: I was working on the problem below, and I have a proof, but I can't seem to remember why a certain part of the proof implies a group is cyclic. Here's the problem:
Show a group of order $2002$ has an abelian subgroup of index $2$.
Proof. Using Sylow, $n_{13}=1$, $n_{11}=1$, and $n_7=1$. Let $P\in Syl_{13}(G)$, $Q\in Syl_{11}(G)$, and $R\in Syl_7(G)$. As $P, Q, R\trianglelefteq G$, we have $PQR\trianglelefteq G$. Since $(|P|, |Q|, |R|)=1$, we have $P\cap Q\cap R=\langle 1\rangle$, so $|PQR|=7\cdot11\cdot13$. Thus, $|G:PQR|=2$ (so we have our subgroup of index $2$), and to show $PQR$ is abelian we show that it is cyclic since $13\not\equiv 1\bmod11$, $13\not\equiv 1\bmod 7$, $11\not\equiv 1\bmod13$, and so on.
But, I can't seem to remember what theorem or why we can claim a group is cyclic based on the last line above. Can anyone point me in the right direction?
Thank you.