I'm having trouble with this task:
We can identify the Boolean algebra of propositions with the Boolean ring $(\Bbb Z/2\Bbb Z,+,·)$ (so, this set has two operations: addition and multiplication - but they’re not the usual ones!) by defining $\neg x:= 1 +x,x∨y:=x+y+x·y,$ and $x\land y:=x·y$, where all arithmetic occurs modulo $2$. It’s not difficult to verify that negation and conjunction so defined are associative operations, however, addition is another matter. Prove that addition so defined is associative.
Associativity means that $a + (b + c) = (b+c)+a$. I'm guessing it wants me to prove that $x + y$ is associative.
Does it want me to use the definition of $x\lor y$ to prove this? Then I suppose I would have to prove $x\lor y=(x+y)+xy$ and $x\lor y=xy+(x+y)$. Is this the right way to go?
The guy must have been falling asleep when he wrote this. Or drunk.
I can only assume (and I could be dead wrong)
That he is defining
Addition = $\lor$, which is defined by $x \lor y = x + y + x\cdot y$.
Multiplication = $\land$ which is defined by $x \land y = x \land y$.
(I have the slightest idea why the #### he brought up negation, which being a unary and not binary operation can't be associative.)
$\land$ is just modulo multiplication so of course it is associative.
But $\lor$ is not so obvious. I'm assuming that is what you must prove is associative. i.e. that $x\lor (y \lor z) = (x\lor y)\lor z$.