In the theorem is it necessary for ring $R$ to be commutative?

115 Views Asked by At

According to the statement of theorem that a commutative ring $R$ with prime characteristic $p$ satisfies

$$\begin{align} (a+b)^{p^n} = a^{p^n} + b^{p^n} \end{align}$$

$$\begin{align} (a-b)^{p^n} = a^{p^n} - b^{p^n} \end{align}$$

Where a,b $\in$ $R$, n $\geq 0$ and n $\in \mathbb{Z}$

I have thoroughly checked the proof many times but I don't understand why the condition of commutativity is important.

2

There are 2 best solutions below

0
On BEST ANSWER

Take the polynomial ring in noncommuting variables $R=F_2\langle x,y \rangle$ where $F_2$ is the field of two elements.

Everything clearly has additive order $2$, but $(x+y)^2=x^2+xy+yx+y^2\neq x^2+y^2$. If the last equality did hold then $xy+yx=0$, but $xy$ and $yx$ are linearly independent in this $F_2$ algebra, so it cannot be the case.

0
On

The commutative property is key in proving (for example, by induction) the Binomial Formula for commutative rings $A$ with $1$:

$$ (a+b)^n = \sum_{k=0}^n {n \choose k} a^k b^{n-k} $$ for all $a,b\in A$.

In prime characteristic $p$, we can then use $p | {p^n \choose k}$, $k<p^n$ and $k>0$.