If a.a=a prove R is commutative

  • Thread starter Thread starter gottfried
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
gottfried
Messages
118
Reaction score
0

Homework Statement


If a.a=a for all elements of R, prove R is commutative.

The Attempt at a Solution



(a+b)2=a+b=a2+ba+ab+b2=a+ba+ab+b

Then -ba=ab

Any suggestions of how to show that -b=b?
 
Physics news on Phys.org
Are we to assume, here, that R is a group? Then it is always true that ae= a (e is the identity) so if it is also true that aa= a, then we have aa= ae and, multiplying on the left by the inverse of a, a= e. So we have only the "trivial" group containing only the identity.

If R is not a group, what sort of algebraic entity is it?
 
Sorry I should have been more clear but R is ring. So we are trying to show that . is a commutative operation and therefore making (R,+,.) a commutative ring.(At least that is my understanding of a commutative ring)

If I understand correctly I don't think we can assume that R has a multiplicative identity(1).
 
(a+a)(a+a)=a+a
a2+a2+a2+a2=a+a
a+a+a+a=a+a
a+a=0
a=-a for all a in R

Thanks, that makes sense.