$$(x \in A \wedge x \notin B) \lor (x \in B \wedge x \notin A) \\ $$
Wende die Distributivität für ∧ und ∨ an. Das ist ausführlich
$$\Leftrightarrow (x \in A \lor x \in B) \wedge (x \in A \lor x \notin A) \wedge (x \notin B \lor x \in B) \wedge (x \notin B \lor x \notin A)$$
$$\Leftrightarrow (x \in A \lor x \in B) \wedge 1 \wedge 1 \wedge (x \notin B \lor x \notin A)$$
De Morgan anwenden:
$$\Leftrightarrow (x \in A \lor x \in B) \wedge \lnot(x \in B \wedge x \in A)$$
<=> x ∈ A∪B ∧ x∉ A∩B
<=> x ∈ (A∪B) \ ( A∩B )