if $C \subseteq B$ then $A - B \subseteq A-C$
I know $C \subseteq B$ translates to
$\forall x (x \in C \implies x \in B)$
And $A - B \subseteq A-C$ is
$\forall x (x \in A \land x \notin B \implies x \in A \land x \notin C)$
But I'm not sure what the next step is to prove it.
Suppose $x \in A-B$, then it must be that $x\in A$ and $x \notin B$. But, since $C \subseteq B$, $x \notin B$ implies that $x \notin C$.