I am really new to proofs, and I don't know why I am having some troubles understanding this and how do they get to the solution to this question:
For all sets $A$ and $B$, if $A \subseteq B$ then $(A \cap C) \subseteq (B \cap C)$
My teacher's explanation: \begin{align} \forall x \in A \cap C &\Longleftrightarrow x \in A \wedge x \in C & \text{By definition of intersection} \\ &\Longleftrightarrow x \in B \wedge x \in C & \text{Since } A \subseteq B\\ &\Longleftrightarrow x \in (B \cap C) & \text{As intersection mandates} \end{align}
$\therefore A \cap C \subseteq B \cap C$
I asked him more explanation about it, and the only thing he told me it's because $A$ and $B$ are subsets of $C$ thus the whole thing is possible. I kind of understood that, and that $A$ is a subset of $B$. But then standing to what my book says, you have to be clear in math to proof, and I would not say it like the above, because I seriously don't understand it.
I guess my question is, first of all, how comes the above is valid if $A \subseteq B$ then $(A \cap C) \subseteq (B \cap C)$. Second, can I represent it like this if I wanted to:
$$(A \Longrightarrow B) \Longrightarrow ((A \wedge C) \Longrightarrow (B \wedge C))$$
and third how would I prove it?
Thank you so much in advance, sorry for the silly question.