In the ring, $\mathbb{Z}_p$, $p$ a prime, prove that $(a+b)^p=a^p+b^p$. The hint that is given to us says that the binomial expansion works in commutative rings, but I think I used something much more simple?
I said that $\mathbb{Z}_p$ of prime order is cyclic, so $\langle x\rangle = \mathbb{Z}_p$ is generated by $x$. So therefore $x^p \bmod p = x$. Thus in $\mathbb{Z}_p,(a+b)^p = a+b = a^p +b^p$
The only thing I am unsure of is if I have to prove that $x^p \bmod p = x$, and then if I can apply it to $(a+b)^p$.
If this way is super is super goofy and, even if it works somehow, requires a lot of proof, then how might I get started on the binomial theorem? Thanks team.
Your argument seems perfectly fine to me!
The reason the question gives this hint is that the same result holds in any commutative ring of characteristic $p$, and you obviously can't use the same proof for rings of order $\neq p$.
So to prove the result in general, let $R$ be a commutative ring of characteristic $p$, and let $a, b \in R$. Then by the Binomial Theorem, we have $$ (a+b)^p = a^p + \binom{p}{1}a^{p-1}b + \binom{p}{2}a^{p-2}b^2 + \ldots + \binom{p}{p-1}ab^{p-1} + b^p. $$
Now, for $1 \leq k \leq p - 1$, we have $$ \binom{p}{k} = \frac{p!}{k!(p-k)!}, $$ and $p$ divides the numerator but not the denominator (since $p$ is prime), so $\binom{p}{k}$ is a multiple of $p$, and hence it is zero in $R$. Therefore, all the terms in our big sum are zero, except for the first and last ones, which gives us $$ (a+b)^p = a^p + b^p. $$