For a group $G$ let $i(G) = \{n \ge 1 \mid \exists g \in G, \mathrm{ord}(g)=n \}$ denote the set of integers that occur as order of an element in $G$. Which of the following is/are true?
- If $n,m \in i(G)$ then $\gcd(n,m) \in i(G)$.
- If $n,m \in i(G)$ then $\mathrm{lcm}(n,m) \in i(G)$.
- For any prime $p$ and natural number $n$ there exists $G$ such that $i(G) = \left\{1,p,p^2,...,p^n\right\}$.
I am adding now my answers and I just need verification:
From Lagrange's theorem, every order of a subgroup (even of an element) divides the order of the group itself. So, if $n,m \in i(G)$ and $o(G)$ is the order of $G$, we have that: $n|o(G)$ and $m|o(G)$. So, if let's say $n \ge m$, $\gcd(n,m)=m$ (the smaller number) and $\mathrm{lcm}(n,m)=n$ (the bigger number) and both are in $i(G)$ (first two questions are true). For the 3rd question, using Lagrange's theorem again we have that: $p|o(G),p^2|o(G) \implies o(G)=kp,o(G)=lp^2 \implies p=\frac{k}{l} \implies $ let us choose $k=p$ and $l=1$. That means $o(G)=p^2$, but that can be made to be not possible, if we choose $n=p^2$ and so $|i(G)|=p^2+1>p^2$, a contradiction. So the last question is false.