Let $A=\{\phi\in C[0,1]:\phi(0)=0\}$ with the supremum norm.
Further let $F:A\rightarrow\mathbb{F}$ with $F(\phi)=\int^1_0 \phi(x)dx$.
How do I show that
- $F$ is bounded?
- $||F||=1$?
- Is there an $\phi\in A$ such that $||\phi||=1$ and $|F(\phi)|=||F||$?
What I know:
1 Bounded means that there exists a constant $C$ such that $||F(\phi)||\leq C||\phi||$ for all $\phi\in A$. Further the supremum norm is $||\phi||=\sup\{|\phi(x)|:x\in[0,1]\}$.
Thus I want $\sup\{|\int_0^1\phi(x)dx|\}\leq C \sup\{|\phi(x)|\}$. What is the constant $C$?
2 The norm of $F$ is $||F||=\sup\{|F(\phi)|:||\phi||\leq1\}$. How can I show that this equals $1$?
3 I think there must, but I can't think of a concrete example.