For example- $\{1,3\} \times \{1,2\}$. Here $4$ elements will be formed. So if i write $\{1,2\}$ before $\{1,3\}$, is there any difference?
2026-04-02 23:44:28.1775173468
In cartesian product, is the order of factors important?
3.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Yes, the elements of a Cartesian product are ordered tuples.
The Cartesian product is not commutative. The order of its operation is significant.
$$\rm \forall A\neq\emptyset~,\forall B\neq\emptyset\qquad A\neq B~\to~ A\times B\neq B\times A$$
As per your example:
$\{1,3\}\times\{1,2\} = \{(1,1),(1,2),(3,1),(3,2)\}$
$\{1,2\}\times\{1,3\} = \{(1,1),(1,3),(2,1),(2,3)\}$
Since the order in the tuples is significant, these are not the same sets.
If, however, you meant the order of the tuples within the product; the product is a set so that is not important.
$\{(1,1),(1,2),(3,1),(3,2)\}=\{(1,1),(3,1),(1,2),(3,2)\}$ et cetera.