Definition
The cartesian product of two sets X,Y is an ordered pair (x,y) where x∈X and y∈Y
Formally:
X×Y={(x,y):x∈X and y∈Y}
Note: (2,5)=(5,2)
Example
Let X={1,2} and Y={a,b,c}
Then:
X×Y={(1,a),(1,b),(1,c),(2,a),(2,b),(2,c)}
and:
Y×X={(a,1),(a,2),(b,1),(b,2),(c,1),(c,2)}
In general, if
X=Y⇒X×Y=Y×X
So What?
If we take the cartesian product of the Real numbers with itself we get R2 or the 2 dimensional real plane. Intuitively, higher dimensional analogs of sets can be constructed using solely the base set as well as this Cartesian Product operation.
Formally:
R×R=R2