Is "Multiplication Commutative in Rings?

  • Context: Undergrad 
  • Thread starter Thread starter 1MileCrash
  • Start date Start date
  • Tags Tags
    Ring
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
1MileCrash
Messages
1,338
Reaction score
41
Is (-x) * y = x * (-y) true for all rings?

It seems simple enough but I feel like * must be commutative when trying to prove this.
 
Physics news on Phys.org
Never mind, I have it.

But how can I show that -1 * -1 = 1 where 1 is the multiplicative identity?
 
Last edited:
lurflurf said:
Use the distributive property with
(-1)(1+(-1))=0
Cool,

(-1)(1) + (-1)(-1) = 0
-1 + (-1)(-1) = 0

(-1)(-1) = 1 by definition
 
1MileCrash said:
Cool,

(-1)(1) + (-1)(-1) = 0
-1 + (-1)(-1) = 0

(-1)(-1) = 1 by definition
Not by definition.

1 + (-1) = 0 since 1 and -1 are additive inverses of each other
-1(1 + (-1)) = -1(0) = 0, since 0 times anything is 0.
-1(1) + (-1)(-1) = 0
Since -1(1) and (-1)(-1) add to zero, they are additive inverses.
We know that -1(1) = -1, since 1 is the multiplicative identity,
so -1(-1) must equal 1.
 
Mark44 said:
Not by definition.

1 + (-1) = 0 since 1 and -1 are additive inverses of each other
-1(1 + (-1)) = -1(0) = 0, since 0 times anything is 0.
-1(1) + (-1)(-1) = 0
Since -1(1) and (-1)(-1) add to zero, they are additive inverses.
We know that -1(1) = -1, since 1 is the multiplicative identity,
so -1(-1) must equal 1.

Yes, exactly.