If $f(x)$ is continuous at $x = a$ and $f(a) > 0$, show that the domain $f$ contains an open interval about $a$ where $f(x) > 0$.
This seems very obvious (a simple diagram will show), but how can I rigorously prove this statement?
Update:
I think I came up with a proof, but I need it verified.
$|f(a)-f(a+\delta)| < f(a)$
$-f(a) < f(a)-f(a+\delta) < f(a)$
$-2f(a) < -f(a+\delta) < 0$
$2f(a) > f(a+\delta) > 0$
$0 < f(a+\delta)$
$\square$