I proved it but I don't understand what was the point of proving it. I can rephrase this 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)}$.
Spivak Answers book says "See chapter 5" which is about limits, so I would guess it's a way for us ot define $\delta(\epsilon)$ to prove that $\forall \epsilon \exists \delta$ something something.
