Prove that if $A \oplus B = A \oplus C$, then $B=C$
Note: $ A\oplus B= (A \cup B) \setminus (A \cap B)= (A \setminus B) \cup (B \setminus A)$
This is what I have done so far:
Claim: B=C
Proof: Case 1: show that $B \subseteq C$
Case 2: Show that $C \subseteq B$
Case 1: Let $x \in B$, either $x \in A$ or $x \notin A$.
If $x \in A$, then $x \in A \cup B$ $\Rightarrow x \in C \cup A $ (because $A \oplus B = B \oplus A$) Hence, $x \in C \setminus A \Rightarrow x\in C$.
If $x \notin A \Rightarrow x \in B\setminus A$. Hence, either $ x \in A \setminus C$ or $ x \in C \setminus A $. But, $ x \in C \setminus A$ since $ x \notin A$.
Is this thinking process correct? Any help is appreciated.