I have to show that $(a+b)^p=a^p+b^p$ in $\mathbb Z/p\mathbb Z$ for $p$ prime. In other word that $p$ divide $\binom{p}{k}$ for $0<k<p$. I tryied many thing but impossible to conclude algebraically. But can I do like this: $$\binom{p}{k}=\frac{p!}{k!(p-k)!}=\frac{(p-k+1)(p-k+2)... (p-1)p}{k!}\in\mathbb N$$ Since $p$ is prime, not in $1\leq i\leq k$ divide $p$ and thus $\frac{(p-k+1)...(p-1)}{k!}\in\mathbb N$ therefore $$\frac{(p-k+1)(p-k+2)... (p-1)p}{k!}=mp$$ for $m\in\mathbb N$ and thus $p$ divide $\binom{p}{k}$.
Do you think it work ? The problem is i'm not sure that (if $m<n$) $$\frac{a_1\cdot ...\cdot a_n}{b_1\cdot ...\cdot b_m}\in\mathbb N\implies \forall a_i, \exists b_j: b_j\mid a_i.$$
What do you think ?