Prove that $p^n \nmid ((p - 1)n!)$ for all primes $p$ .
First I am thinking maybe modular arithmetic will help (although I am not sure) , and I don't know a quick and a general proof of this . Can anyone help ?
Prove that $p^n \nmid ((p - 1)n!)$ for all primes $p$ .
First I am thinking maybe modular arithmetic will help (although I am not sure) , and I don't know a quick and a general proof of this . Can anyone help ?
It is well-known that the maximal $k$ with $p^k\mid m!$ is given by $$ k=\left\lfloor\frac mp\right\rfloor +\left\lfloor\frac m{p^2}\right\rfloor +\left\lfloor\frac m{p^3}\right\rfloor+\cdots<\frac mp+\frac m{p^2}+\frac m{p^3}+\cdots=\frac m{p-1}$$ When $m=(p-1)n$, this implies $k<n$, as desired.