Trying to prove the following identity:
(A\B) ∪ (B\C) = (A∪B) \ (B∩C)
I worked algebraically on the expression on the left and reached:
(A\B) ∪ (B\C)
= (A∩B') ∪ (B ∩ C')
= ((A∩B') ∪ B) ∩ ((A∩B') ∪ C')
.
.
.
= (A∪B) \ (B∩C) \ (C\A)
I couldn't find a way to show that "\ (C\A)" has no influence on the whole expression, even though it is true.
I also tried manipulating the other side of the equation, but with no luck.
Thanks for your help!

In my opinion, the easiest way to show, for sets $A,B$, that $A=B$ is that you show $A \subseteq B$ and $B \subseteq A$. That is, to show the equality, you would show $x \in A \implies x \in B$ and $x \in B \implies x \in A$.
So, we want to show that $(A\setminus B) ∪ (B\setminus C) = (A∪B)\setminus (B∩C)$.
I'll show the first necessary condition, $(A\setminus B) ∪ (B\setminus C) \subseteq (A∪B)\setminus (B∩C)$, and leave the other direction up to you.
So we begin by assuming $x \in (A\setminus B) ∪ (B\setminus C)$. We want to, in effect, "unravel" what this means, in the sense that we want to figure out which of $A,B,C$ the element $x$ is a member of.
From the definition of the union of sets, $x \in P \cup Q$ would mean either $x \in P$ or $x \in Q$ or possibly both. Thus, we conclude $x\in A \setminus B$ or $x \in B \setminus C$. Since at least one of the two must hold, everything that follows has to be taken by cases.
Similarly, from the definition of set difference, if $x \in P \setminus Q$ then $x \in P$ and $x \not \in Q$. From this, we conclude:
This is all we can say at this point. In the first case, we don't know if $x$ is in $C$, and similarly for $x$ and $A$ in the second case.
We handle each case separately at this point as we try to construct the right-hand side of the equality we want to prove.
Case 1: Suppose $x \in A, x\not \in B$, and $C$ is a set which $x$ may or may not be in. Since $x \in A$, then $x \in A \cup B$. Since $x \not \in B$, then $x \not \in B \cap C$ (since $x$ must be in both to be in the intersection). Then from the definition of set difference, $x$ is in the set difference of this union and intersection noted; that is, $x \in (A \cup B) \setminus (B \cap C)$, the result desired.
Case 2: This follows much the same logic as the previous. Suppose $x \in B, x \not \in C$, and $A$ is a set which $x$ may or may not be in. Since $x \in B$, then $x \in A \cup B$. Since $x \not \in C$, $x \not \in B \cap C$. As a consequence, we have $x \in (A \cup B) \setminus (B \cap C)$, the result desired.
Both cases lead to the result we want, and thus we conclude our initial assumption implies $x \in (A∪B)\setminus (B∩C)$. In turn, thus,
$$(A\setminus B) ∪ (B\setminus C) \subseteq (A∪B)\setminus (B∩C)$$
From here, you need to prove the reverse, i.e. $(A∪B)\setminus (B∩C) \subseteq (A\setminus B) ∪ (B\setminus C)$ by a similar process.
This will allow you to claim equality and end the proof.