Assuming Cauchy Schwarz inquality as follows... $$\left|\int_a^b{f(x)g(x)dx} \right|\le \left(\int_a^b{|f(x)|^2}dx\right)^{1/2}\left(\int_a^b{|g(x)|^2}dx\right)^{1/2} $$ Where $g(x)=0$ and $f(x)=f'(x)$. Show that...$$\left(\int_a^b{|f(x)|^2dx}\right)^{1/2}\le C\left(\int_a^b{|f'(x)|^2}dx\right)^{1/2} $$
You can suppose that $f$ is a smooth function supported on [a,b] implying f is absolutely integrable and square integrable such that $\mathscr F f$ is well defined. C will depend on $b-a$. The problem is outlined in three steps.
a) To begin, use the fundamental theorem of calculus to write formula for f(x) in terms of integral of its derivative, you must use the fact that f is zero at the endpoints. b) Invoke Cauchy Schwarz as explained above... c) Integrate the expression.
One possibility is to use integration by parts such that $\int_a^bf(x)dx=-\int_a^bxf(x)dx$ where x might be replaced with a specific x-C.
However, I have had more luck with the following, though it concerns me because it does not follow the steps given... $$\int_a^b f(x)^2 dx = \int_b^a \left(\int_a^x f'(y)dy\right)^2dx$$ $$\int_a^x f'(y)dy\le\left(\int_a^x|f'(y)|^2dy\right)^{1/2}\left(\int_a^x1^2dy\right)^{1/2}=\left(\int_a^x|f'(y)|^2dy\right)^{1/2}\left(\sqrt{x-a}\right)$$ Using the Cauchy Schwarz inequality as describe above and that $f(a)=0$. Then substituting this... $$\int_a^b f(x)^2 dx \le\int_a^b\left(\left(\sqrt{x-a}\right)\left(\int_a^x|f'(y)|^2dy\right)^{1/2}\right)^2dx$$ Taking the square root of both sides gives ALMOST the answer, but there are obvious problems: I do not know if it is legal to move the square root through the first integral. I am not sure how to evaluate the double integral to obtain C from $\sqrt{x-a}$ and obtain the correct bounds for what should only be one integral (but is a double integral).
$$\left(\int_a^b f(x)^2 dx\right)^{1/2} \le\int_a^b\left(\sqrt{x-a}\right)\left(\int_a^x|f'(y)|^2dy\right)^{1/2}dx$$
I have certainly tried some other alternatives, but this one has gotten me the closest.
Any help is much appreciated!