Prove that if $F$ is a field with $p^n$ elements and $\alpha,\beta \in F$, then $$(\alpha + \beta)^{p^n} = \alpha^{p^n} + \beta^{p^n}$$
From Newton identity, we have that $$(a + b)^n = \sum_{i = 0}^n \binom ni a^i b^{n - i}$$ However, I'm already stuck because in a finite field we cannot necessarily compute the binomial, since we may divide by zero. How do I get around this?
Furthermore, since $F$ has characteristic $p$, isn't it $p^n = 0$? How does it make sense in the first place? I'm a bit confused.
First consider the case $n=1$. We take the $p$th power as follows: $(a+b)^p = a^p + {p \choose 1} a^{p-1} b + \cdots + b^p$. Observe that except for the first and last term in this sum, the coefficient of each term is a multiple of $p$. Since the field has characteristic $p$, these are zero. Hence, $(a+b)^p=a^p+b^p$. Now take the $p$th power again, and repeat this process $n$ times.