I am currently refreshing my knowledge in naive set theory, and would like to prove that for all sets $A,B,C$ we have $$A\cap(B \cup C) = (A \cap B) \cup (A \cap C).$$
I understand that this can be done by proving both $$A\cap(B \cup C) \subset (A \cap B) \cup (A \cap C) \ \text{and} \ (A \cap B) \cup (A \cap C) \subset A\cap(B \cup C) $$ hold true.
We can do this by letting $x$ be an arbitrary element of $A\cap(B \cup C)$ and showing that it is an element of $(A \cap B) \cup (A \cap C)$, and vice versa.
But what about when $A \cap (B \cup C)$ is the empty set? Then I would think we can't let $x$ be an arbitrary element of $A \cap (B \cup C)$ since there are none. However, I am aware that $A \cap (B \cup C) \subset (A \cap B) \cup (A \cap C)$ is trivially true in this case.
In the discrete mathematics course I took at my university, I did not see such cases be brought to attention. Should they be mentioned in proofs of such identities? Why / why not?
If so, some suggestions as to how to incorporate them into proofs would be helpful :-).