0

I proved that $\binom{mp^n}{p^n}\cong m$ (mod $p$) for every prime number $p$ and positive integer $m$. But in my book $m$ is assumed to be coprime to $p$, while my proof did not make use of that assumption. Is the identity without that assumption really correct?

Proof sketch: We first expand $(1+x)^{mp^n}$ in the field $\mathbb F_p$ using the binomial theorem. Then we expand it in another way: since $(a+b)^p=a^p+b^p$ in $\mathbb F_p$, we have $(1+x)^{mp^n}=(1+x^{p^n})^m$. Now equating the coefficients of $x^{p^n}$, we get the result.

1 Answers1

1

Yes, it is true. It follows from Lucas's theorem $$ {a \choose b} \equiv \prod_k {a_k \choose b_k} \mod p $$ where $a = \sum_{k} a_k p^k$ and $ b = \sum_k b_k p^k$ are the base-$p$ representations of $a$ and $b$.

Robert Israel
  • 448,999