[Math] prove : if $G$ is a finite group of order $n$ and $p$ is the smallest prime dividing $|G|$ then any subgroup of index $p$ is normal

abstract-algebrafinite-groupsgroup-theory

Prove:

If $G$ is a finite group of order $n$ and $p$ is the smallest prime dividing $ |G| $ then any subgroup of index $p$ is normal
where $ |G| $ is the order of $G$

This is a result in Abstract Algebra by Dummit and Foote at page 120 .

The proof is produced but there is some points which is not obivous for me !

First, in page 121 in the proof, it says, all divisors of $ (p-1)!$ are less than $p$.
why this is true ? can any one explain?

Second, why does "every prime divisor of $ k$ is greater than or equal to $p$ "force that k=1 ??

Why does $ k = 1 $ under this condition??

Third, if $ k=1 $
Then, the order of $ K$ = the order of $H$
Why does this mean that $ K=H $ in this case??

Can you help in explaining these three things?

Best Answer

For the second question, notice that in the proof $[H:K]=k$, so $k\mid |H|\mid |G|$ since $H\leq G$. So any prime divisor of $k$ is also a divisor of $|G|$. But every prime divisor of $k$ divides $(p-1)!$, hence is less than $p$. Since $p$ is the least prime dividing $|G|$, $k$ cannot have any prime divisors, else we would have a prime divisor of $|G|$ strictly less than $p$. But the only positive integer with no prime factors is $1$, so $k=1$.

But then $[H:K]=1$, and since $H$ and $K$ are finite groups, that means $|H|=|K|$, so necessarily $H=K$.

Added: For the first question, recall that if $q$ is a prime, and $q\mid ab$, then either $q\mid a$ or $q\mid b$. This is Euclid's Lemma. So if $q$ is a prime factor of $(p-1)!=1\cdot 2\cdot 3\cdots p-1$, we must have $q\mid j$ for some $j=1,2,\dots,p-1$. So necessarily $q<p$.

If you're not familiar with that property of primes, another way to see this is to observe that the prime factorization of $(p-1)!$ is the product of the prime factorizations of $1,2,\dots,p-1$. But for each $1\leq j\leq p-1$, the prime factorization of $j$ must not have any prime factors greater or equal to $p$. So the prime factorization of $(p-1)!$ consists only of primes less than $p$.

Related Question