Question : If $p$ is prime, and $0< k< p$ show that $ p \mid {p \choose k}$
${p \choose k}$ can be rewritten as:
$${p(p-1)(p-2)\dots(p-(k-1))(p-k)! \over (p-k)!\cdot k(k-1)(k-2)\dots3\cdot2\cdot1}$$
Now the $(p-k)!$ cancels out. Since in the numerator we have k consecutive integers, k divides one of them (not p as p is prime and $k <p$). Then k-1 divides another one or two terms in the k consecutive terms (again not p). This reasoning continues until 3 and 2.
This means that ${p \choose k}$ can be rewritten as pq implying $p | {p \choose k}$
What if any of this proof is wrong. I am worried about any 'overlaps', i.e. say k-6 divides terms that k-3 divides invalidating the argument.
P.S. I hope the above is legible as I am new to this site. Thank you!
We have $${p\choose k}=\frac{p}{k}{{p-1}\choose {k-1}}$$ and since $(p,k)=1$, then $p|{p\choose k}$.