2

Let $R$ be a ring with unit element $1$ such that $(ab)^2=(ba)^2$ for all $a,b$ in $R$. If in $R$, $2x=0$ implies $x=0$, how do I show that R is commutative?

Is there any general approach to attack this kind of problem?

Jack Schmidt
  • 55,589
Mohan
  • 14,856

1 Answers1

5

Here is the proof in Martin's link (so this question doesn't go unanswered and we don't have to link out):

Let $F(a,b) = (ab)^2 - (ba)^2 = abab - baba = 0 $. Then routine verification shows $ F(1+x, 1+y) - F(1+x,y) - F(x,1+y) + F(x,y) = -2yx+ 2xy $ so $ 2(xy-yx) = 0 $, which implies $xy=yx.$

Ragib Zaman
  • 35,127