I think I need to prove the implication both ways. But how do I do this?
I think ($ \Rightarrow $) is correct because if $ x $ belongs to $ A $ then it belongs to $ B $ which means that certainly overlap of $ A $ and $ B $ will be $ A $. But is there a formal way to prove this? Both of these implications?
($\Rightarrow$) Let $A\subset B$. Take $x\in A\cap B$. Then $x \in A$ and $x \in B$. The important is that $x \in A$. On the other hand, if $x\in A$, since $A\subset B$, we have $x\in B$, therefore $x\in A\cap B$. We conclude that $A\cap B = A$.
($\Leftarrow$) Assume that $A\cap B = A$. Let $x \in A$. Since $A=A\cap B$, then $x \in B$ as well. But $x\in A \Rightarrow x\in B$ means that $A\subset B$, which finishes the proof.