Prove that
- $(A-B) - C = (A - C) - (B - C)$
- $(A \cup B) \cap C \subseteq A \cup (B \cap C)$
For the first part, I tried picking a general object in the set $(A - B) - C$, showed that it's an element of $A$ and not an element of $B$ and not an element of $C$. I didn't know how to carry on though to show that $(A-B) - C$ is a subset of $(A-C) - (B-C)$.
So, these seem to be pretty standard exercises in basic set theory. A standard method for showing containment $A\subseteq B$ is to take an $x \in A$ and show $x\in B$ by restating your statement in the metatheory (i.e. $x\in A\cup B$ becomes $x$ is in $A$ or $x$ is in $B$).
To show $A=B$ when dealing with sets, we show $A\subseteq B$ and $B\subseteq A$.