Suppose $\epsilon> 0$ and $\displaystyle\delta = \min \left\{1,\frac{\epsilon}{10}\right\}$
If $0 < |x -1 |< \delta$, does this imply $|x^{2}-1|<\epsilon$?
I have verified that for $\epsilon=20$, $\delta=1$ and $x=1.9$, it is true.
I have also verified that for $\epsilon=5$, $\displaystyle\delta=\frac{1}{2}$ and $x=1.2$, it is true.
I am having problems proving it.
Now $|x^{2}-1|<\epsilon$ is $|x-1|\cdot|x+1|<\epsilon$
And I know $\displaystyle2<|x+1|<\frac{\epsilon}{10}+2$, or
$2<|x+1|<3$
But not sure where to go next.