Fang mal rechts an:
x∈ (A \ C ) \ ( B \ C )
<=> x∈ A \C und x ∉ B\C
<=> (x∈ A und x∉C ) und ¬ (x ∈ B\C )
<=> (x∈ A und x∉C ) und ¬ (x ∈ B und x ∉ C )
Hier De Morgan !
<=> (x∈ A und x∉C ) und (x ∉ B oder x ∈ C )
Weil in der ersten Klammer x∉C steht, ist x ∈ C
in der 2. Klammer immer falsch, kann also in der
oder-Verbindung weggelassen werden:
<=> (x∈ A und x ∉ C ) und x ∉ B
"und" ist assoziativ und kommutativ
<=> (x∈ A und x ∉ B ) und x ∉ C
<=> x∈ A\B und x ∉ C
x∈ (A \ B ) \ C