My first thought was to expand it with the binomial theorem and then see that all the coefficients are $0$ mod 2 except the first and the second, but this is not true, unless i'm missing something. Like if p=13 then the coefficient of the second term in the expantion would be 13 which reduces to 1 mod 2.
2026-03-27 18:57:06.1774637826
Why does $(x+y)^p=x^p+y^p$ over $\mathbb{Z_2}$?
76 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Just take values $x,y\in{\Bbb Z}_2$ and check the equation. If $x=y=0$, then $(0+0)^p=0=0^p+0^p$. If either $x=1$ or $y=1$, then $(1+0)^p =1^p= 1^p+0^p$. If $x=y=1$, then $(1+1)^p = 0^p=0$ and $1^p+1^p=0$.