-1
$\begingroup$

An element of a ring $R$ is nilpotent if $a^n=0$ for some $n \ge 1$.

How do I show that additive inverse of $a$ , $-a$ is also nilpotent?

The ring is commutative but may not have a unit element.

2 Answers 2

3

Using the distributive property, $ab+(-a)b=(a+(-a))b=0\cdot b=0$. Therefore, $ (-a)b=-(ab)\tag{1a} $ Also, $ab+a(-b)=a(b+(-b))=a\cdot0=0$. Therefore, $ a(-b)=-(ab)\tag{1b} $ Furthermore, since $a+(-a)=0$, we have $ -(-a)=a\tag{2} $ Using $(1)$ and $(2)$, it is easy to show by induction that $ (-a)^k=\left\{\begin{array}{}a^k&\text{if }k\text{ is even}\\-(a^k)&\text{if }k\text{ is odd}\end{array}\right.\tag{3} $ The fact that $a$ is nilpotent and $(3)$ shows that $-a$ is nilpotent.

  • 0
    I am simply filling in the details of Kb100's suggestion and including $-(-a)=a$, which is needed to show $(3)$.2011-11-13
6

Try first proving that $a(-b)=(-a)b=-(ab)$ and then (by induction) that $(-a)^n$ is $a^n$ if $n$ is even and $-(a^n)$ if $n$ is odd.