Let $C^0([a,b])$ denote the space of continuous function $f:[a,b]→\Bbb R$. Define $ d(f,g)= \sup_{[a,b]}|f-g| $. We define $F:C^0([a,b])→\Bbb R$ to be $F(f)=\int_a^b f$. I want to show that $F$ is a continuous map.
As always, take sequence ${f_n}$ s.t $d(f_n,f)→ 0$. Then I want to show that $F(f_n)→F(f)$. And this is pretty simple as well. Then I am done with it? I thought I need to use Lipschitz to prove its continuity?
So fix $\epsilon > 0$. You wanna find $\delta > 0$ such that if $d(f, g) \leq \delta$, then $|F(f) - F(g) | < \epsilon$. We may note that $F$ is linear, so $|F(f) - F(g)| = |F(f - g)|$. Now find an upper bound on $|F(f - g)|$ in terms of $d(f, g)$.