AΔB=(A\B)∪(B\A)
I) Check whether Δ distributes over ∩;
II) Show that AΔ∅=A,AΔA=∅;
III) Prove that AΔB=(A∩B′)∪(A′∩B).
Solution:
I)
AΔB does distribute over A∩B because symmetric difference is equivalent
to the union in both relative complements. The equality in this non-strict
inclusion has occurred because there are disjoint sets. The symmetric differenc
e is thus commutative and associative.
II)
An empty set is a neutral set and
AΔ∅=(A\∅)∪(∅\A)=A∪∅=A;
AΔA=(A\A)∪(A\A)=∅∪∅=∅.
III)
AΔB=(A\B)∪(B\A)=(A∩B′)∪(B∩A′)=(A∩B′)∪(A′∩B)
The symmetric difference in AΔB means that all elements belong to A or B
but not in their intersection.
Comments