Let $-1\le x\le 2$ and $-2\le y\le 3$. I have to bound $xy$. I can do it case by case. E.g
Case1 \begin{cases} 0\le -x\le 1\\ 0\le -y\le2 \end{cases} Taking the product term by term yields $\boxed{0\le xy\le 2}$
Case2 \begin{cases} 0\le -x\le 1\\ 0\le y\le3 \end{cases} Again I take the product to have $\boxed{-3\le xy\le0}$
Case3
\begin{cases} 0\le x\le 2\\ 0\le -y\le2 \end{cases} then $\boxed{-4\le xy\le 0}$
Case 4
\begin{cases} 0\le x\le 2\\ 0\le y\le3 \end{cases} then $\boxed{0\le xy\le6}$
Combining all these stuffs gives finally $-4\le xy\le 6$.
Does someone have an alternative method, more simpler and not as long as this thing above.
Proof without words:
$\hspace{5cm}$