Suppose that $A$, $B$ and $C$ are sets, and $A\setminus B\subseteq C$. Show that $A\setminus C\subseteq B$.
$A\setminus B\subseteq C$ means that there are $x\in A, x\notin B$ and $x\in C$.
Using contradiction, we say that $C \not\supset A\setminus B$ therefore $x\in A, x\notin B$ and $x\notin C$, however this contradicts my hypothesis.
Is this right? It looks kind of weird.
$A\setminus B \subseteq C$ means that whenever there exists $x \in A,x \notin B,$ then we must have $x \in C.$
Using contradiction, we assume $A \setminus C \not\subseteq B,$ then there must exist $x\in A,x \notin C$ such that $x \notin B.$ Thus $x \in A \setminus B \subseteq C,$ so $x \in C$ which contradicts the given hypothesis.
When proving by contradiction, you assume that the hypothesis is true but the assertion is false.