1-Lipschitz and weak convergence implies strong convergence in $L^3$

387 Views Asked by At

Can anyone give small hint for me to solve the following:

Suppose $f_n:[0,1]\rightarrow \mathbb{R}$ are $1$-Lipschitz. If $f_n\rightarrow 0$ weakly in $L^3[0,1]$, then $f_n\rightarrow 0$ strongly in $L^3[0,1]$.

My attempt: Let $x_0\in[0,1]$. We have $|f_n(x)-f_n(x_0)|\leq |x_0-x|\leq 1$. Then

$\int_0^1 |f_n|^3=\int_0^1 |f_n-f_n(x_0)+f_n(x_0)|^3\leq 8(\int_0^1 |f_n-f_n(x_0)|^3+\int_0^1 |f_n(x_0)|^3)$.

Now $f_n\rightarrow 0$ weakly in $L^3[0,1]$ means that $\int_0^1 f_ng\rightarrow 0$ for any $g\in L^{3/2}[0,1]$.

I do not know what $x_0$ and what $g$ I should choose. I am completely lost.

2

There are 2 best solutions below

2
On BEST ANSWER

Suppose $|f_n(x) | \ge 2$ for some $x,n$, then $|f_n(x')| \ge 1$ for all $x'$ and furthermore $f_n(x), f_n(x')$ have the same sign. Hence $|\int f_n| \ge 1$. Since $\int f_n \to 0$, we can assume (by renumbering if necessary) that $|f_n(x)| \le B$ for all $x$, and for all $n$.

If we can show that $\lim_n f_n(x) = 0$ for all $x$ then the dominated convergence theorem shows that $\int |f_n|^3 \to 0$.

Suppose there is some $x'$ such that $\delta=\limsup_n |f_n(x')| > 0$. By considering $-f_n$ if necessary we can assume that there is some subsequence $n_k$ such that $f_{n_k}(x') \ge {\delta \over 2}$. Hence $f_{n_k}(x) \ge f_{n_k}(x')-|x-x'|\ge {\delta \over 2} - |x-x'|$ and so $\int_{|x-x'| \le {\delta \over 2}} f_{n_k} \ge ({\delta \over 2})^2$. By choosing $g=1_{[x'-{\delta \over 2},x'+{\delta \over 2}]}$ we get $\int g f_{n_k} \ge ({\delta \over 2})^2$, a contradiction. Hence $\lim_n f_n(x) = 0$.

(Note that this proof holds for any $p \in [1,\infty)$, not just $p=3$.)

4
On

The space $\text{Lip}([0,1])$ of Lipschitz continuous functions on $[0,1]$ equals the Sobolev space $W^{1,\infty}([0,1])$. Since $[0,1]$ is a finite measure space (with Lebesgue measure), $W^{1,\infty}([0,1]) \subseteq W^{1,3}([0,1])$. One can show that since the sequence of Sobolev derivatives $(f_{n}')_{n \in \mathbb{N}}$ is bounded in $L^{\infty}([0,1])$, the derivatives $(f_{n}')_{n \in \mathbb{N}}$ converge weakly to zero in $L^{3}([0,1])$. In particular, $(f_{n},f_{n}')_{n \in \mathbb{N}}$ converges weakly to zero in $W^{1,3}([0,1])$. By the Rellich-Kondrachov Theorem, it follows that $f_{n} \to 0$ strongly in $L^{3}([0,1])$.

There may be a simpler proof, particularly since we're working in one dimension, but I don't see it yet.