1

Let a prime number $p$ and a natural number $m$. Prove that $m^p-m$ is divisible by $p$.

We were given a hint to use a multinomial coefficient. But I'm not really sure how it helps me. If I say that $m=1+1+...+1$ I get : $$\sum_{k_{1},k_{2},\ldots,k_{m}}^{p}{p \choose k_{1},k_{2},\ldots,k_{m}}$$ I remember we proved something in class abount $p \choose k$ being divisible by $p$ only if $1\leq k < p$ but I'm not really sure how it helps me here...

draks ...
  • 18,449
Nescio
  • 2,426

2 Answers2

2

If $p\mid m, p\mid(m^p-m)$

else $(m,p)=1$

We know, $S:\{r,1\le r<p\}, T: \{mr,1\le r<p, (m,p)=1\}$ are equivalent

as if $mr_1\equiv mr_2\pmod p$ where $1\le r_1<r_2<p$

$\implies p\mid(r_2-r_1)$ which is clearly impossible.

So, $\prod_{r,1\le r<p}r\equiv \prod_{r,1\le r<p}mr\pmod p$

$\implies p\mid (m^{p-1}-1)\prod_{r,1\le r<p}r$

$\implies p\mid (m^{p-1}-1)$ as $(p,\prod_{r,1\le r<p}r)=1$

1

The ideas you have written down are in a great direction to solving this problem. Try to remember the proof/reason why $\binom{p}{k}$ is divisible by $p$ if and only if $1\leq k < p$, and then use the same idea to see which of the terms in your sum are divisible by $p.$

Ragib Zaman
  • 35,127