Answer: Properties of A Ring: I, II, & III True?

  • Thread starter Thread starter darkchild
  • Start date Start date
  • Tags Tags
    Properties Ring
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
darkchild
Messages
153
Reaction score
0

Homework Statement


If [tex]s[/tex] is a ring with the property that [tex]s=s^{2}[/tex] for each
[tex]s\in S[/tex], which of the following must be true?

I. s + s = 0 for each s in S.

II. [tex](s+t)^{2}=s^{2}+t^{2}[/tex] for each s,t in S.

III. S is commutative

Homework Equations



none

The Attempt at a Solution



The answer is I, II, and III. I understand why III is true, but not the other two. How can s + s = 0 for all s?!? In fact, I don't see how this can be a ring at all, since there don't appear to be any additive inverses in the set.

For II, I tried this:
[tex](s+t)^{2}=(s^{2}+t^{2})^{2}[/tex], which is only equal to [tex]s^{2}+t^{2}[/tex] when both s and t are the additive identity element.
 
Physics news on Phys.org
s is its own additive inverse if s + s = 0. Do any of those properties imply each other (two of them together imply a third one.)?
 
deluks917 said:
s is its own additive inverse if s + s = 0. Do any of those properties imply each other (two of them together imply a third one.)?

I don't see how one would figure that s + s = 0, though. As far as my understanding goes, only III is true.
 
Dick said:
(-s)^2=s^2.

Yes, but that doesn't imply that s=-s, right?
 
darkchild said:

Homework Statement


If [tex]s[/tex] is a ring with the property that [tex]s=s^{2}[/tex] for each
[tex]s\in S[/tex], which of the following must be true?

I. s + s = 0 for each s in S.

II. [tex](s+t)^{2}=s^{2}+t^{2}[/tex] for each s,t in S.

III. S is commutative

I:[tex](s+s)^{2}=s + s = 4s^2 = 4s[/tex]

II: [tex](s+t)^{2}=s+t[/tex]
 
lavinia said:
I:[tex](s+s)^{2}=s + s = 4s^2 = 4s[/tex]

II: [tex](s+t)^{2}=s+t[/tex]

Oh, I see how II works now.
 
Hurkyl said:
What identity does this ring satisfy?

Ok, I see. -s must be in S by definition of a ring, and
[tex]-s=(-s)^{2}=s^{2}=s[/tex]. Thanks