10

Supposing that, for example, we have two sets $A$ and $B$ where $\;A = \varnothing \;$ and $\,B = \{a,b\}$.

What is the result of the cross product of those sets?

My first intuition would be to say that the resulting set would be the empty set as well since you can't set up any ordered pairs of $B$.

Am I correct?

amWhy
  • 209,954

2 Answers2

8

Yes, you're correct: For all sets $B$, if $A = \varnothing$, then $$A \times B = \varnothing \times B = B\times A = B\times \varnothing = \varnothing$$ and for the reason you argue: there exist no ordered pairs in $\varnothing \times B$, by the definition of the Cartesian Product.

amWhy
  • 209,954
6

Yes, you are correct.

The cartesian product is defined as $$A \times B = \{(a,b) \mid a\in A, b\in B\}.$$

In the case that one or both of the sets $A$ and $B$ are empty, there is no single index pair $(a,b)$ such that $a\in A$ and $b\in B$, which means $A\times B = \emptyset$.

azimut
  • 22,696