Proving Commutativity in a Ring with s2 = s

  • Thread starter Thread starter AKG
  • Start date Start date
  • Tags Tags
    Ring
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Messages
2,561
Reaction score
4
Let S be a ring such that for all s in S, s2 = s. Prove that S is commutative.

I've proved that for all s and t in S, (s + t)2 = s2 + t2, and also that s + s = 0. How would I go about proving that for all s and t, st = ts? Thanks. By the way, this isn't exactly homework, I was just practicing for the GREs.
 
Physics news on Phys.org
s + t = (s + t)2 [by hypothesis]
s + t = s2 + st + ts + t2 [expanding]
s + t = s + st + ts + t [by hypothesis]
0 = st + ts [cancelling]
-st = ts [cancelling]
st = ts [since st + st = 0]

Thanks.