Let $E=\mathcal{C}[0,1]$ provide with $\|\cdot\|_\infty$ norm. Let $f:E\to \mathbb{R}$, given by $f(p)=e^{\int_0^1 p}$. I need to prove that $f$ is differentiable.
My approach: Let $p,q\in\mathcal{C}[0,1]$ then, $$f(p+tq)-f(p)=e^{\int_0^1 p+tq}-e^{\int_0^1 p}=e^{\int_0^1 p}\left( e^{t\int_{0}^1 q}-1\right)=f(p)\left(1+t\int_{0}^1q+t\ o(1)-1 \right)$$ The last equality is true, just applying Taylor's Formula. Then we have $$\lim_{t\to 0}\frac{f(p+tq)-f(p)}{t}= f'_{q}(p)=f(p)\int_{0}^1 q$$ So I deduce that if $f$ is differentiable, then $Df(p)=f(p)T$, where $T(q)=\int_{0}^1q$. The operator $f(p)T$ is linear because $T$ is linear, and is continuous because: $\left|f(p)\int_{0}^1 q \right|\leq f(p)\|q\|_{\infty}$, from this I know that $\left(\int_{0}^1q\right)^2\leq \|q\|_{\infty}^2$.
Maybe my question is silly, but how can I prove that: $$f(p+q)-f(p)=f(p)T(q)+\|q\|_{\infty}\ o(1)$$
I tried for longer but finally I'm stuck! Thanks in advance.