foxjwill
- 350
- 0
Homework Statement
Is the derivative operator D:L^2(0,1)\to L^2(0,1) bounded? In other words, is there a c>0 such that for all f\in L^2(0,1),
\|Df\|\leq c\|f\|?
Homework Equations
For all f\in L^2(0,1),
\|f\| = \int_0^1 |f|^2\,dx.
The Attempt at a Solution
I'm pretty sure the answer is no. Here's my work:
Suppose c^2>0 satisfies the above requirements. Define f(x)=e^{(c+1)x}. Then
\|Df\| = \int_0^1 (c+1)^2e^{2(c+1)x}\,dx = (c+1)^2\|f\| > c^2\|f\|.
But this contradicts the fact that \|Df\|\leq c^2\|f\|. Thus, D is unbounded. Q.E.D.Is this correct?