let us consider the space $C[a,b]$ with supnorm. let $g$ be a fixed element in $C[a,b]$. let us now define a mapping $$ \lambda_g(f)=\int_{a}^{b}f(x)g(x)dx. $$ Show that $\lambda_g$ is a bounded linear functional on $C[a,b]$. Further find $||\lambda_g||$.
Now i can show the boundedness of $\lambda_g$.
Infact,
$$ \begin{align*} |\lambda_g(f)| &=|\int_{a}^{b}f(x)g(x)dx|\\ & \leq \int_{a}^{b}|f(x)g(x)|dx\\ & \leq \int_{a}^{b}|f(x)||g(x)|dx\\ & \leq \int_{a}^{b} (max_{x\in [a,b]}|f(x)|)|g(x)|dx\\ &=||f||\int_{a}^{b}|g(x)|dx \end{align*}$$ Taking $\int_{a}^{b}|g(x)|dx=k$ we see that, $$ |\lambda_g(f)|\leq k||f|| $$ So the functional is bounded.
To find the norm of $\lambda_g$
we notice that,$|\lambda_g(f)|\leq ||f||\int_{a}^{b}|g(x)|dx$.
So taking supremum on all $f$ with $||f||=1$ we have $$ ||\lambda_g||\leq \int_{a}^{b}|g(x)|dx $$ For the otherside inclusion i am clueless. please anyone help me out. thanks.