0

Let $R$ be a ring in which $r^2=r$ for all $r \in R$. Show that $r=-r$ for all $r \in R$ and that $R$ is commutative.

I was given a hint to start with $(r+r)^2$. I got that $$(r+r)^2=r^2+2r^2+r^2=4r^2.$$ So $4r^2=4r \implies 4(r^2-r)=0 \implies r^2-r=0$ but from here I only get back to the assumption. Is there something else I should consider?

Jen
  • 127
  • 4

1 Answers1

3
  1. For every $r\in R$, $$r+r = (r+r)^2 = (r+r)(r+r) = r^2+r^2+r^2+r^2 = r+r+r+r$$ so we get $r+r=0$ giving $r = -r$.

  2. For any $a,b\in R$, $$a+b = (a+b)^2 = a^2 + ab+ba+b^2 = a+ab+ba+b$$ giving $ab + ba = 0$. From the above property, $ba = -ba$, so we have $ab = ba$, i.e. $R$ is a commutative ring.