In Spivak's Calculus there is problem 21 in chapter 1. which says:
Prove that if
$|x - x_0| <\min \Bigl(\frac{\varepsilon}{2(|y_0| + 1)}, 1\Bigr)$ and $|y - y_0| < \frac{\varepsilon}{2(|x_0| + 1)}$
then
$|xy - x_0 y_0| < \varepsilon$.
I'd like to at least follow along some of the proofs I found for this, because I know it's used later in the book. But I get confused, because I can't really understand what's the significance is of $2(|x_0| + 1)$ and $2(|y_0| + 1)$.
I know the theorem used for delta/epsilon later on, but I'd like to get an intuitive understanding.
I found one intuition behind the theorem:
If you have a rectangle with sides lengths $x_0$ and $y_0$ and you want to lengthen or shorten each side in such way that area of the rectangle changes by no more than $\epsilon$, then you can do so by changing $x_0$ side by less than $\text{min}(1, \frac{\epsilon}{2(y_0 + 1)})$ and $y_0$ by less than $\frac{\epsilon}{2(x_0 + 1)}$.
But unfortunately I can't see it. How does it relate to a rectangle?
Maybe someone has another explanation of what we are trying to proof in this theorem.