A bit of homework that I'm not sure on. The question reads:
Let $A=\{a\}$ and $B=\{1,2\}$. Find the following:
$$\mathcal{P}(A) \times \mathcal{P}(B)$$
The worked out solution is as follows.
$\{ (\emptyset, \emptyset), (\emptyset, \{1\}), (\emptyset, \{2\}), (\emptyset, \{1, 2\}), (\{a\}, \emptyset\}), (\{a\}, \{1\}), (\{a\}, \{2\}), (\{a\}, \{1, 2\}) \}$
I know that $(\emptyset, \{1\})$ would make a horizontal line at the $y$-coordinate of $\{1\}$ (right?), but I'm not sure what would be drawn on a plane at $(\emptyset, \emptyset)$.
Any help would be appreciated. Thanks!