I'm reading through Contemporary Abstract Algebra by Joseph A. Galian and I stumbled upon the following problem:
Suppose $G$ is an Abelian group of order $35$ and every element of $G$ satisfies $x^{35} = e$. Prove that $G$ is cyclic.
My approach was the following:
I divided the problem into these three cases:
- $G$ has elements of order $5$ and elements of order $7$
- Every non-trivial element of $G$ has order $5$
- Every non-trivial element of $G$ has order $7$
My idea was that if I manage to prove in the first case we will have an element of order $35$ and that the remaining two cases are impossible, I would have proved that $G$ must have at least an element of order $35$ which will make $G$ cyclic.
I dealt the first case as follows: Let $a\in G$ and $b\in G$ such that $\lvert a\rvert = 5$ and $\lvert b\rvert = 7$. In that case, $(ab)^5 = b^5 \not = e$ and $(ab)^7 = a^2 \not = e$, which means that $\lvert ab\rvert = 35$ hence $G =\lt ab \gt$.
However, I got stuck in the remaining two cases. Thank you in advance.