Show that $$\lim(M_n)=\sup\{f(x):x\in[a,b]\}$$ If $f$ is continuous on $[a,b]$, $f(x)\geq0$ for all $x\in[a,b]$, and $M_n=\left(\int_a^b f(x)^n dx\right)^{1/n}$.
I don't have any idea to solve this. What I know is that $\lim(M_n)\leq \sup\{f(x):x\in[a,b]\}$. I don't know how to prove that LHS and RHS are same. Could you give me any clue, please?
EDITED: After I saw comment form Chilango, I want to try to solve this:
I want to prove that $\lim(M_n)\geq\sup\{f(x):x\in[a,b]\}$. Let $M=\sup\{f(x):x\in[a,b]\}$ and $D=\{x:f(x)\geq M-\delta\}$ with $\delta>0$ be arbitrary. Then $$\left(\int_a^b f(x)^n dx\right)^{1/n} \geq \left(\int_D (M-\delta)^n d\mu\right)^{1/n}$$ $$M_n\geq(M-\delta)\mu(D)^{1/n}$$ Then we can say $$\lim(M_n)\geq\lim((M-\delta)\mu(D)^{1/n})=M-\delta$$ Because $\delta$ is arbitrary, It's proved. Is this way correct?