Here is a structured question of my assignment:
Given the operator $K:C[0,1]\mapsto C[0,1]$ defined by$$(Kf)(t)=\int_{0}^{1}k(t,s)f(s)ds.$$
(1) Prove that $K$ is bounded linear operator and $$\left \| K \right \|\leq \max_{t\in [0,1]}\int_{0}^{1}\left | k(t,s) \right |ds.$$
(2) Denote $$M = \max_{t\in [0,1]}\int_{0}^{1}\left | k(t,s) \right |ds,$$ which is the RHS of the inequality (1).
Prove that there exists $t_0 \in [0,1]$ such that $$M=\int_{0}^{1} \left | k(t_0,s) \right |ds.$$
(3) Prove that $$F(x)=\int_{0}^{1}k(t_0,s)x(s)ds$$ is a bounded linear functional.
(4) Prove that $\left \| F \right \|=M.$
(5) Prove that $$\left \| K \right \|= \max_{t\in [0,1]}\int_{0}^{1}\left | k(t,s) \right |ds.$$
Here is my idea:
(1) I can prove that $K$ is linear but is it the way to use Cauchy Schwarz inequality to prove $K$ is bounded? If yes, would you please to show me the detail if sup-norm is used?
(2) I think the existence of $t_0$ is ensured by Extreme Value Theorem. Is it correct?
(3) Similar to (1), I manage to prove linear but I have no idea to prove that it is bounded. Show I would like to have some steps so that I can learn the trick behind.
(4) I can manage to prove=)
(5) I do not know how to combine the previous results to finish this part.
Thanks for reading and any helps would be appreciated.