The question asks:
Assume $f$ is continuous at $a$. Assume $f(a) < 4$. Prove there exists an open interval $I$, centred at $a$, such that $\forall x \in I, f(x) < 4$.
I am stuck on this question. I am supposed to use the epsilon-delta definition of "f continuous at a", which I came up as $\forall \epsilon > 0, \exists \delta > 0$ such that $|x-a| < \delta \implies |{f(x) - f(a)}| < \epsilon$. Could anyone provide me a solution or an insight as to what this question actually means?
I was doing this problem and found this solution:
with $4-f(a)>0$ there is $\epsilon>0$,$4-f(a)>\epsilon$.Choose $\delta>0$ with $|x-a|<\delta \implies$ $|f(x)-f(a)|<\epsilon<4-f(a) \implies -4+f(a)<f(x)-f(a)<4-f(a)$
$\implies f(x)\in(-4+2f(a),4)$