It's Problem 22. from Chapter 1. I'm given:
$y_0 \neq 0$
$|y - y_0| < \frac{|y_0|}{2}$
$|y - y_0| < \frac{\epsilon|y_0|^2}{2}$
and I must use them to prove that:
$y \neq 0$
$|\frac{1}{y} - \frac{1}{y_0}| < \epsilon$
I haven't really ever done proof based problems before this book, so I'm having a little hard time.I can do the problems once I get the general direction, but I'm not sure how exactly to start.Can someone offer a hint where to start?I'm also confused by this:
$|y - y_0| < \frac{\epsilon|y_0|^2}{2} , |y - y_0| \geq 0 => \frac{\epsilon|y_0|^2}{2} > 0 => \epsilon > 0, y_0 > 0$
(you can just use the $\frac{|y_0|}{2}$ part, but the 2nd part also tells you about $\epsilon$)
However $y_0 \neq 0$ is already granted at the start, even tho it's obviously the first thing you notice, so does it mean the author is hinting at something with this?
PROOF:
Step 1: $|y| > \frac{|y_{0}|}{2}$, since $|y|-|y_{0}| < |y-y_{0}| < \frac{|y_{0}|}{2}$.
Step 2: $|\frac{y - y_{0}}{y\cdot y_{0}}|<\frac{|y-y_{0}|}{(\frac{|y_0|^{2}}{2})} < \varepsilon\cdot \frac{(\frac{|y_{0}|^{2}}{2})}{(\frac{|y_{0}|^{2}}{2})} = \varepsilon$.
I hope this helps.