0

Let $p$ be a prime. How do we prove the following?

$\sum_{k=0}^{p-1} {k \choose l}$ is divisible by p for $0\leq l \leq p-2$

I have brute-forced verified this for the special case $p=5$, but I fail to see a trick that will let me prove this for arbitrary prime $p$.

Just to give some context, I am attempting to solve this Irreducibility issue. If I can prove the above statement, I should be able to apply Eisenstein's Criterion and be done.

1 Answers1

3

Hint: $$\sum_{k=0}^{p-1} \binom{k}l = \binom{p}{l+1}$$ holds for all positive integers $p$. This can be proven by induction on $p$ and by using Pascal's identity.

Mike Earnest
  • 75,930