How can one show that a set is empty? For example, let the set $A = \{1,2,3\}$ and let the set $B = \{4,5,6\}$. I want to show that $A \cap B = \emptyset$.
I know that the typical approach to showing set equality would be, for this case, to show that $A \cap B \subseteq \emptyset$ and that $\emptyset\subseteq A \cap B $. Is this the correct approach?