On convergence a.e and convergence measure

672 Views Asked by At

I have a question. First, I know that convergence in measure of a sequence of functions $f_n$ is different than convergence a.e., wich means there are sequences that converge in measure but not a.e. but this excercise got me in doubt if there is some kind of duality between convergence in measure and convergence a.e.

Excercise: Let $f, f_n \in L_1$, and suppose that $f_n \rightarrow f$ a.e. Show that $||f_n -f||_1 \rightarrow 0$ if and only if $||f_n||_1 \rightarrow ||f||_1$ (Note that this result also hold if "a.e." is replaced by "in measure")

My attempt at Proof:

$\big($$\Leftarrow$ : If $||f_n||_1 \rightarrow ||f||_1$ and $f_n \rightarrow f$ a.e. then, $$\lim\int |f_n -f| \leq \lim \int |f_n| + |f| = 2\int|f|$$

Now applying Fatou's Lemma:

$$0 = \int \lim|f_n - f| = \int \underline{\lim}|f_n - f| \leq \underline{\lim}\int |f_n - f|$$ $$\leq \overline{lim} \int |f_n - f| \leq \int \overline{\lim}|f_n - f| = 0$$

$\big($$\Rightarrow$ : $$0 \leq \lim \int ||f_n| - |f|| \leq \lim\int |f_n - f| \leq \int \lim |f_n - f|= 0$$ Wich completes the proof for $f_n \rightarrow f$ a.e.

Now, and this part I'm not that sure, if $f_n \rightarrow f$ in measure, suppose $\lim \int |f_n - f| \neq 0$, that is there is some $\delta > 0$ and a subsequence $f_{n_k}$ such that $\lim \int |f_{n_k} - f| \geq \delta$. But we know that every sequence wich converges in measure to some $f$ has a subsequence that converges a.e., in this case there exists a sub-subsequences $f_{n_{k_j}} \rightarrow f$ a.e. But now $0 = \lim \int |f_{n_{k_j}} - f| \geq \delta$ wich is a contradiction.

The question is: Can we generalize the process above?

For example is P is property on $f_n$ a sequence of functions, can we assure that a result will hold if we replace "a.e." by "in measure" in general? Can you provide a counter-example to 2)?

  1. If $f_n \rightarrow f$ in measure and P is valid for $f_n$, then if $f_n \rightarrow f$ a.e. it would mean $f_n \rightarrow f$ in measure too so P would still be valid.

  2. But if $f_n \rightarrow f$ a.e. and P is valid for the sequence, can we arrive that is valid if we replace convergence a.e. by convergence in measure?

1

There are 1 best solutions below

0
On

I think that 2) holds if you are referring to property P as one of the convergence theorems like monotone convergence or dominated convergence theorem. The point is that Fatou's lemma remains valid if we replace a.e. convergence with convergence in measure. Try to prove this.