How to prove that, if $\forall \varepsilon > 0, a > 1 - \varepsilon^2$ then $\forall\varepsilon>0,a>1−2\varepsilon$, where $a \in \mathbb R$/.
I tried to manipulate the inequality, but I couldn't find a way of showing it. Conceptually, I know that this is right. Essentially, the first inequality is saying that $a$ is, at the very least, equal to 1. Thus, anything you subtract from 1 and you will give you something less than a. Right?
Fix $\varepsilon>0$, and put $\delta=\sqrt{2\varepsilon}$. Then $\delta>0$, so by hypothesis, $$a>1-\delta^2=1-2\varepsilon.$$ Since $\varepsilon>0$ was arbitrary, the result follows.