1

I am working through a number theory text and I am given a set $S=\{A,B\}$ and it has the properties:

1) $A+A=A$
2) $B+B=A$
3) $A+B=B+A=B$
4) $A(A)=A$
5) $A(B)=B(A)= A$
6) $B(B)=B$

I am to verify this set conforms to the axioms of a field but the associative properties of addition and multiplication are defined using three numbers. How do I go about showing the set satisfies the associative properties given only two numbers? - thanks

Vincent
  • 2,329
  • 2
    You're given a set and two operations. To prove it is a field it is you who should take the initiative in taking three arbitrary elements $x,y, z$ (not necessarily distinct, in fact given that $|S|=2$, it's not even possible for all of them to be distinct) and prove the properties. – Git Gud Aug 06 '14 at 02:45

1 Answers1

2

The associative property isn't defined for three different elements, just three elements. For example:

$1+(1+1) = (1+1)+1$

So you need to verify, for example, that $A+(A+B)=(A+A)+B$, et cetera.

Andrew Dudzik
  • 30,074