2

I have $R$ a commutative ring with unity and $a\in R$ such that $a^3=0$. How do I show that $1-a$ is a unit?

If $a=0$, we are done, so I assume that $a\neq 0$, then can I say that $a$ and $a^2$ are zero divisors?

Also, if there exists $b\in R$ such that $(1-a)b=1$, what should I do with this?

I don't really have much light on this one; can someone help me out, please?

Akaichan
  • 3,424
  • 4
  • 34
  • 60

2 Answers2

9

We have$$(1-a)(a^2+a+1)=-a^3+1=1.$$

Clayton
  • 24,751
1

Also, if there exists a $b$ such that $(1-a)b=1$, what should I do with this?

That's a nice idea how to come up with the inverse.

If $(1-a)b=1$, then $b=1+ab$, hence $b=1+a(1+ab)$, hence $b=1+a(1+a(1+ab))=1+a+a^2$ since $a^3=0$. Now you have to check that, in fact, $1+a+a^2$ is the inverse.

More generally, if $a^n=0$, then $1+a+\dotsc+a^{n-1}$ is inverse to $1-a$.