A⊕B={x∣x∈A⊕B}
By the definition of symmetric difference A⊕B , x then has to be an element of A or an element of B, but not an element of both.
={x∣(x∈A∨x∈B)∧¬(x∈A∧x∈B)}
By the definition of the union:
={x∣(x∈A∪B)∧¬(x∈A∧x∈B)}
By the definition of the intersection:
={x∣(x∈A∪B)∧¬(x∈A∩B)}
By the definition of the difference:
={x∣x∈(A∪B)−(A∩B)}=(A∪B)−(A∩B)
Hence Proved
Comments