I know that the Cartesian product $[0,1]\times[0,1]$ represents a unit square in the first quadrant. Is it possible to write the triangular region with vertices $(0,0)$, $(0,1)$ and $(1,1)$, interior included, as a Cartesian product o two sets? I think one can have $A=\{x\in\mathbb{R}\, |\,0\leq x\leq 2\}$ and $B=\{y\in\mathbb{R}\, |\, x\leq y\leq 2, 0\leq x\leq 2\}$. Then one can consider $A\times B$.
However, consider the ordered pair $(1,0.5)$, which is not in the region in question. Is this ordered pair in $A\times B$? Clearly $x=1\in A$, and $y=0.5\in B$ if one picks $x=0$ (which is in $A$), so that $y=0.5$ satisfies $0\leq 0.5\leq 2$. Or does the $x$ that I choose to determine the $y$ have to be $x=1$? So that for $x=1$, the $y$ values in $(1,y)$ can only come from $1\leq y\leq 2$? If so, then it works. Thanks!