Cartesian Product Definition

Definition of Cartesian Product

The Cartesian product of two sets A and B is a set formed by pairing each element of A with each element of B. It is denoted as A x B and is defined as:
A×B=(a,b):aA,bBA \times B = {(a, b) : a \in A, b \in B}
This means for every element 'a' from set A and every element 'b' from set B, the ordered pair (a, b) is included in the Cartesian product.