Working on part A of this problem:
Prove each of the following results without using Venn diagrams of membership tables. (Assume a universe $\mathscr U$.)
a) If $A\subseteq B$ and $C\subseteq D$, then $A\cap C\subseteq C\cap D$ and $A\cup C\subseteq C\cup D$.
b) $A\subseteq B$ if and only of $A\cap\overline B=\emptyset$.
b) $A\subseteq B$ if and only of $\overline A\cup B=\emptyset$.
I worked out the first part like this:
If $A$ is a subset of $B$ then $\forall~x~[x\in A \implies x\in B]$
Same goes for $C$ being a subset of $D$ (If $x$ is in $C$ it is in $D$)
If $A\cap C$, then $x\in A \wedge x\in C$
$x\in B ~\wedge x\in D$ (From steps $1$ and $2$)
Since $A\cap B \implies B\cap D$ we can say $A\cap C \subseteq B\cap D $
I'm wondering if I've made any errors in proving the first part of the consequent?
Starting with $(3)$ I would instead assume $x \in A\cap C$.
Therefore $x \in A \cap C \rightarrow x \in B\cap D$. (Having assumed $x \in A\cap C$, we derived $x \in B\cap D.$, Hence this implication is justified.)
Finally we conclude $A\cap C \subseteq B\cap D$.