The function $f (x)$ is defined for $−∞ < x < ∞$. In addition, we have
$$\lim_{x \to 0} f(x) = 2$$
(a) Give the $\epsilon$-$δ$-definition of $\lim_{x \to 0} f(x) = 2$.
(b) Prove (using this definition) that a number $δ > 0$ exists such that $f(x) > \frac{3}{4}$ if $|x| < δ$.
So the first part is easy:
$ \forall\epsilon>0\ \exists\delta>0$ such that if $0<|x-0|<\delta$ then $|f(x)-2|<\epsilon$
The second part is where I'm having trouble. I know that when $f(x)>\frac{3}{4}$ we are at a point where $\frac{5}{4}<\epsilon$.
How do I proceed?