I've learnt that in order to prove that X is a subset of Y, you have to show that if $x$ is an element of X, $x$ is also an element of Y. I am stuck on how to elegantly show that if $x$ is an element of (A ∩ B), it is also an element of A.
This is what I have come up with until now:
$ x \in (A \cap B) \equiv x \in A \wedge x \in B $
For $ x \in A \wedge x \in B $ to be true, $ x \in A $ has to be true as well.
Therefore, $ x \in (A \cap B) \implies x \in A $
You are right! Straight-forward, direct from definition proof!
Sometimes, when we talk about this "advanced" mathematical subjects, we expect proofs to be long, complex and perhaps even tedious. When facts can be proven in such a simple way, we have the feeling that we may be missing some detail.
However, if you think about it, the fact you are trying to prove is "obvious", not only from a set theory perspective, but even from the underlying logical one (if both conditions A and B are verified, then contidion A is verified) Simple facts should be easy to proof!
With experience, you will learn that it's precisely the other way around. What should bring you towards suspicion is long, complicated proofs for conclusions that are "clearly true" from the premises.
As an exercise to gain confidence, can you proof $(A \cap B) \subseteq (A \cup B)$ with a similar from scratch one-liner? And can you proof it in a slightly different way, taking the result you've just proven as a starting point?