Prove $(A\cap B=A) \land(A\cup B=B)\iff A\subseteq B$
To prove this both $(A\cap B=A) \land(A\cup B=B)\implies A\subseteq B$ and $A\subseteq B\implies(A\cap B=A) \land(A\cup B=B)$ must hold true. I will refer to them as $(1)$ and $(2)$ respectively.
- To prove $(1)$:
Assume $(A\cap B=A) \land(A\cup B=B)$. Let $x\in A$. Then $x\in A\cup B=B$ so $A\subseteq B$.
Or in another way,
Assume $(A\cap B=A) \land(A\cup B=B)$. Let $x\in A$. Then $x\in A\cap B$ so $x\in A$ and $x\in B$. So $A\subseteq B$.
- To prove $(2)$ we have to prove the following four things assuming $A\subseteq B$ and knowing $A\subseteq B$ means that $x\in A\implies x\in B$:
$$A\cap B\subseteq A\tag{3}$$ $$A\cap B\supseteq A\tag{4}$$ $$A\cup B\subseteq B\tag{5}$$ $$A\cup B\supseteq B\tag{6}$$
To prove $(3)$:
Let $x\in A\cap B$. Then $x\in A$, so $(3)$ is proven.
To prove $(4)$:
Let $x\in A$. Now we know from $A\subseteq B$, that $x\in B$, so $x\in A$ and $x\in B$ so $A\subseteq A\cap B$.
To prove $(5)$:
Let $x\in A\cup B$. Then $x\in A$ or $x\in B$, but $x\in A$ implies $x\in B$ so either ways $x\in B$. Hence $x\in A\cup B\implies x\in B$.
To prove $(6)$:
Let $x\in B$, then $x\in B\cup A$, so $B\subseteq A\cup B$.
Now that all the conditions have been proven we can conclude that $(A\cap B=A) \land(A\cup B=B)\iff A\subseteq B$ is true. $\blacksquare$