Let $f,g:[a,b] \to \mathbb{R}$ be two continuous functions, with $f(x)>g(x), \forall x \in [a,b]$. Show that $\exists e > 0, $such that $f(x)>g(x)+e$.
My try is:Let $h(x) = f(x)-g(x), h:[a,b] \to \mathbb{R}$. Then $h$ is continuous in $[a,b]$, and thus continuous $\forall x_o \in [a,b]$. That means that $\forall \epsilon > 0, \exists \delta >0,: |h(x)-h(x_0)|<\epsilon, \forall x \in (x_o - \delta, x_o + \delta)$. Thus:
$$|h(x)| \leq |h(x_0)| + \epsilon$$As $|h(x_0)|> 0 $ and $\epsilon > 0 $, $|h(x_0)|+\epsilon > 0 = e$ and it's proved. Is this correct or am I missing something?