Prove that $A \subset B$ if and only if $A \setminus B = \emptyset$.
What is the correct and mathematically strict way to prove the above? (slightly different than Prove that if $A \setminus B = \emptyset$, then $A \subseteq B$ )
Prove that $A \subset B$ if and only if $A \setminus B = \emptyset$.
What is the correct and mathematically strict way to prove the above? (slightly different than Prove that if $A \setminus B = \emptyset$, then $A \subseteq B$ )
\begin{align} A \subset B \ \ :\Leftrightarrow \ \ & \forall x \ : \ (x \in A) \rightarrow (x \in B) \\ \Leftrightarrow \ \ & \forall x \ : \ \lnot (x \in A) \lor (x \in B) \end{align}
\begin{align} A \backslash B = \emptyset \ \ :\Leftrightarrow \ \ & \forall x \ : \ x \notin A \backslash B \\ \Leftrightarrow \ \ & \forall x \ : \ \lnot (x \in A \backslash B) \\ \Leftrightarrow \ \ & \forall x \ : \ \lnot ((x \in A) \land \lnot (x \in B)) \\ \Leftrightarrow \ \ & \forall x \ : \ \lnot (x \in A) \lor \lnot(\lnot (x \in B)) \\ \Leftrightarrow \ \ & \forall x \ : \ \lnot (x \in A) \lor (x \in B) \\ \Leftrightarrow \ \ & A \subset B \ \ \ \end{align}