codethrasher

Cartesian Product

If XX and YY are sets, then we define the Cartesian Product X×YX \times Y to be the collection of ordered pairs, e.g. (x,y)(x, y), whose first component lies in XX and whose second component lies in YY

X×Y={(x,y)xX,yY}X \times Y = \{(x, y) | x \in X, y \in Y\}

An example would be R×R=R2\mathbb{R} \times \mathbb{R} = \mathbb{R}^{2} (i.e. the cartesian plane). R2\mathbb{R}^{2} is the cartesian product of “crossing” R\mathbb{R} with itself.

← Cardinality Configuration Space →