Sobolev space and equivalence of norms

2.1k Views Asked by At

I'm considering the space $W\{n,p\}[0,1]$ of functions with $n-1$ continuous derivatives $f^{(n-1)}$ is absolutely continuous and $f^{(n)}$ is in $L^p[0,1]$. The usual norm is the sum of the $p$-norms of each derivative from $1$ to $n$ and the $p$ norm of the function.

Now just consider the $p$ norm of the function + $p$ norm of the $n^{th}$ derivative, i.e.$(\int |f(x)|^p)^{1/p}$ + $(\int |f^{(n)}|^p)^{1/p}$ I want to show that this is equivalent to the usual norm defined above.

This requires finding positive constants and sandwiching this new norm. In one direction it's obvious since the new norm is less than the usual norm for every $x$, say $\|x\|_2 \leq \|x\|_1$. I'm not sure how to show the other direction.

1

There are 1 best solutions below

2
On

By the fundamental theorem of calculus, $f^{(k)}(x) = \int_0^x f^{(n+1)}(y) dy$. Thus $$ \|f^{k}\|_{L^p} =\left [\int_0^1 \left(\int_0^x f^{(k+1)}(y) dy\right)^p\right]^{1/p} $$ Minkowski's integral inequality tells us that $$ \left[\int_0^1 \left(\int_0^x f^{(k+1)}(y) dy\right)^p\right]^{1/p} \leq \int_0^1 \left(\int_0^x |f^{(k+1)}(y)|^{p} dy\right)^{1/p}dx \leq \|f^{(k+1)}\|_{L^p} $$ Now we see by induction that $$ \sum_{k=1}^n \|f^{(k)}\|_{L^p} \leq (n-1)\|f^{(n)}\|_{L^p} $$ So the norm equivalence easily follows. Note that the calculations here are much easier because the total measure space is one, as we're working on $[0,1]$.