The following question was in one of my assignment:
Question 1: $G$ a finite group that for each number $d$ the number of elements that $x^d=1_G$ is at most $d$. Prove that $G$ cyclic.
I solve this question by getting its higher element order. I was thinking on this question with the a little narrowing its assumption:
Question 2: $G$ a finite group that for each number $d$ the number of elements with order $d$ is at most $d$. Prove that $G$ cyclic.
I am not sure even it is correct for all $|G|=n$. I have tried lots of inequalities but I could not reach any thing. In the way that we use Sylows Theorem and the $|G|=n$, odd number, we can see $G$ is a cyclic group as following:
Assume $|G|=n=p_1^{\beta_1}p_2^{\beta_2}\dots p_k^{\beta_k}$ then we have subgroups with the $p_i^{\beta_i}$ order.
Lemma 1: A group with $p^{\beta}$ order with the assumption that for each $p^{\alpha}$ that $\alpha \le \beta$. the number of elements with this order is less that $p^{\alpha}$, then the group is cyclic.
Proof: Assume that there is not any element with the $p^{\beta}$ order. Thus each element has order $p^{\alpha}$ that $\alpha \lt \beta$, and we have at most $p^{\alpha}$ this elements.
$$p^{\beta} \le \sum_{i=0}^{\beta-1}p^{i}=\frac{p^{\beta}-1}{p-1}<p^{\beta}$$
As a result, we should have at least one element with the $p^{\beta}$ order.$\blacksquare$
Now we should show that each of this sylow subgroups are normal, and with the use of above lemma we will get that the result. For being normal proof see that each sylow subgroup is a cyclic and there are $p^{\beta -1}(p-1)$ members that have $p^{\beta}$ order. If we have another sylow subgroup then we have at least $2.p^{\beta -1}(p-1)$ elements of $p^{\beta}$. With the assumption that all $|G|$ is odd, and the number of elemnts of order $p^{\beta}$ is less than $p^{\beta}$, we can conclude that it could not happen. As a result, there are only one p-sylow subgroup. and this means that each of them are Normal. With the use of Lemma 1, each of them are cyclic too. So, $G$ is the product of cyclic sylow subgroups, then it is cyclic too.
My Question:
- Is my proof Okay, or I am missing something.
- Is there any basic solution. Like using inequalities or counting numbers?
- Any other proof for first or the second question will be great.
Thanks.