Proof 1


We will show that given a Set D, the Symmetric Difference Operator over the set P D ={A:AD} forms a group. So, we will show that: <P D ,+> is a Group.

Definition: AB=(A-B)(B-A)

Proof: We need to show that the Symmetric Difference Operator over P D : a) is Associative b) has an Identity Element c) has an Inverse Element

a) Associativity - In order to prove Associativity, we will show that (AB)C=A(BC) Let us first show the LHS of the equation: AB=(A-B)(B-A) So, (AB)C=((A-B)(B-A))C Which is (AB)C=(A-B-C)(C-(A-B) Now, looking at the RHS of the equation: BC=(B-C)(C-B) So, A(BC)=A((B-C)(C-B)) Which is A(BC)=(A-(B-C)(C-B))((B-C)(C-B)-A) Now, this can be written, using AB=A+B-AB: A(BC)=(A-(B-C+C-B-(B-C)(C-B)))((B-C+C-B-(B-C)(C-B))-A)=(A+(B-C)(C-B))(-A-(B-C)(C-B))=(A-B-C)(C-B+A)=(AB)C Therefore, the Symmetric Difference Operator is Associative.

2) Existence of Identity Element: For the identity element, we need the condition that: AE=A So, by definition, ϕP D ,D Now, AE=(A-E)(A+E)=A We see that, if E=ϕ, then, A-E=A-ϕ=A Similarly, E-A=ϕ-A=ϕ So, Aϕ=(A-ϕ)(ϕ-A)=Aϕ=A Therefore, the Identity Element is E=ϕ

3) Inverse Element: For the Inverse Element AP D ,,AD, we need to show that A ' P D ,,AA ' =E Now, (A-A ' )(A ' -A)=ϕ So, we need, (A-A ' )=ϕ and (A ' -A)=ϕ Therefore, this implies that A ' =A Therefore, the Inverse Element for an element A is the element itself.

Now, as AB,A,BP D for some D is associative, has an identity element and an inverse element: <P D ,> is a Group.

QED.