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.