I'm asked to prove $A - B \subseteq A$ and would like to verify if my proof is well-written, correct, and see how I can improve it.
Proof:
For $A - B \subseteq A$, we would need that $$\forall x(x\mid x \in (A-B) \to x \in A).\tag{$i$}$$
Since $A - B = \{ x \mid x \in A\, {\rm and }\, x \notin B\}$, we know that $A - B \subseteq A.$
If we return to $(i)$, we are left with the implication that $\forall x(x \in A \to x \in A)$, which is true.
Therefore, $A - B \subseteq A $.
Is this a good way for proving this? What other elementary method could I use to analyze this problem, since I'm still staring to learn this subject?
Here's an alternative proof . . .
We have $x\in A\setminus B$ iff both $x\in A$ and $x\notin B$. But, surely, if both $x\in A$ and $x\notin B$, then, in particular, $x\in A$. Thus $A\setminus B\subseteq A$.