2

My question is how can I prove that a Group $G$ of order $|G|=p_{1} \cdots p_{k}$ has a normal sylow subgroup by counting elements ?

For example, let's assume no sylow subgroups are normal in G. Let $N_{p} $ be the number of $p$- sylow subgroups. Then $N_{p_{i}} >1$ for all $i$ as sylow subgroups are conjugate.

Since distinct sylow subgroups intersect trivially, the number of elements of prime order is $\sum_{i=1}^{k} N_{p_{i}}(p_{i}-1) > \sum_{i=1}^{k} (p_{i}-1)$.

Now according to https://arxiv.org/pdf/1104.3831.pdf this gives a contradiction as this sum is $>|G|$, but I fail to see why (however obvious it may be).

Could someone show how to finish the proof via this method if this is indeed correct?

1 Answers1

3

I don't think the argument given works.

If $N_{p_i} > 1$ for all $i$, then $N_{p_i} \geq p_i + 1$ by Sylow's theorem. This gives a lower bound $$\sum_{i = 1}^k N_{p_i} (p_i - 1) \geq (p_i + 1)(p_i - 1) = \left( \sum_{i = 1}^k p_i^2 \right) - k$$ But in general this is not $\geq \prod_{i = 1}^k p_i$, for example for $|G| = 2 \cdot 3 \cdot 5 \cdot 7$. I think the argument works if $k = 2$ or $k = 3$, but fails for $k > 3$.

Atleast I believe you need more detailed information on the number of elements of prime order, or the number of Sylow $p$-subgroups etc. In its current form the argument given in https://arxiv.org/pdf/1104.3831.pdf does not work.

spin
  • 12,267