Proving Z is a Ring with Addition and Subtraction

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

Homework Statement


Prove that Z with the following addition and subtraction is a ring.



Homework Equations


a[tex]\oplus[/tex]b = a + b - 1 and a[tex]\odot[/tex]b = ab - (a + b) + 2



The Attempt at a Solution

I proved all the axioms for addition. I'm stuck on the multiplication part.

(a[tex]\odot[/tex]b)[tex]\odot[/tex]c = (ab-(a+b)+2)c - (ab-(a+b)+2+c) + 2

a[tex]\odot[/tex](b[tex]\odot[/tex]c) = a(bc-(b+c)+2) - (a+bc-(b+c)+2) + 2

How are these equal? I know it's a ring because a couple problems later, my books wants me to prove that it's an integral domain...
 
Physics news on Phys.org
I think they are equal. Just expand them out.
 
(ab-(a+b)+2)c - (ab-(a+b)+2+c) + 2 =

abc-ac-bc+2c-ab+a+b-2-c+2 = abc-ac-bc-ab+c+a+b

a(bc-(b+c)+2) - (a+bc-(b+c)+2) + 2 =

abc-ab-ac+2a-a-bc+b+c-2+2 = abc-ab-ac-bc+a+b+c

It looks so much clearer now. My own handwriting was deceiving me... Gah, that's the second stupid question I've posted this weekend...