Let $p$ be a prime number. Prove that in the field $\mathbb Z_p$ the following is true $(x+y)^p= x^p + y^p$
My idea to do this is to apply the binomial theorem, namely:
$$(x+y)^p = x^p + px^{p-1}y+ {p \choose 2}x^{p-2}y^2+ \dots+ {p \choose {p-2}}x^2y^{p-2}+ pxy^{p-1} + y^p$$
Now, I have made an observation (I do not know if this is true):
$$(\forall n)((n \in \mathbb Z_5 \land n \ne 0 \land n \ne p) \Rightarrow (\exists q\in \mathbb Z_p)({p\choose n}= pq) $$
And so all of these elements corresponding to $n \in \{1,2, \dots, p-2, p-1 \}$ will turn into zeros, and the only remaining elements will be $x^p$ and $y^p$. Is my reasoning good? If so, should I have used induction here?