Lets say you do A x B with A being an arbitrary set and B being the empty set. How could a cartesian point actually be constructed...
2026-04-12 17:07:13.1776013633
What happens if you do a cartesian product of a set by the empty set?
647 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
For all sets $A$ one has that $A\times \emptyset = \emptyset = \emptyset \times A$.
This is seen directly as a result of the definition of cartesian product: $A\times B = \{(a,b)~:~a\in A,b\in B\}$ . In the case of $A\times \emptyset$ this is the set of all ordered pairs $(a,b)$ where $a\in A$ and $b\in \emptyset$. Since there are no elements in the empty set, there are no such valid choices for $b$ hence no valid ordered pairs $(a,b)$ to reside in the cartesian product.
Note further the multiplication rule: $|A\times B| = |A|\times |B|$.
You have that $|A\times \emptyset| = |A|\times |\emptyset| = |A|\times 0 = 0$ and the only set with zero elements is the empty set.