4

Let $\mu$ be a positive measure on $X$. A sequence $\{f_n\}$ of complex measurable functions on $X$ is said to converge in measure to the measurable function $f$ if to every $\epsilon > 0$ there corresponds an $N$ such that $$\mu(\{x: |f_n(x) - f(x)| > \epsilon) < \epsilon$$ for all $n > N$. Assume $\mu(X) < \infty$ and prove the following statements:

  1. If $f_n(x)\to f(x)$ a.e., then $f_n\to f$ in measure.
  2. If $f_n \in L^p(\mu)$ and $\|f_n-f\|_p\to 0$, then $f_n\to f$ in measure; here $1\le p\le \infty$.
  3. If $f_n\to f$ in measure, then $\{f_n\}$ has a subsequence which converges to $f$ a.e.

Investigate the converses of $(a)$ and $(b)$. What happens to $(a)$, $(b)$, and $(c)$ if $\mu(X) = \infty$, for instance, if $\mu$ is the Lebesgue measure on $\mathbb R$?

My (incomplete) work:

  1. I used Egoroff's theorem to complete the proof.

  2. Fix some $\epsilon > 0$. My approach is similar to the one above: I'm trying to show that $\mu(\{x: |f_n(x) - f(x)| > \epsilon) \xrightarrow{n\to\infty} 0$. (Completed for $1 \le p < \infty$ with help of the hint in the answer. What about $p = \infty$?)

  3. I see that this part has some discussion here. (Completed).

Follow-up Problem: Are the converses of (a) and (b) true? If not, what are some counterexamples? What happens if $\mu(X) = \infty$?


Comment: In many places, I've seen convergence in measure defined as: $f_n\to f$ in measure if for every $\epsilon > 0$, $$\lim_{n\to\infty} \mu(\{x: |f_n(x) - f(x)| > \epsilon) = 0$$ While this implies the definition used by Rudin, I do not see how the two are equivalent (i.e. why does the other implication hold).

Thanks!

1 Answers1

4

The solution to your comment is the following: we wish to show that the sequence $a_n^\epsilon = \mu \left( x\in X \, : \, |f_n(x) - f(x)| \geq \epsilon \right)$ converges to zero. So let $\delta > 0$, and let's construct an $N = N(\delta )$ such that for all $n \geq N$ we have $|a_n^\epsilon| < \delta$.

First, get $N_1$ from Rudin's definition of convergence in measure, so that for all $n \geq N_1$ we have $a_n^\epsilon < \epsilon$. Next, set $\rho = \min (\epsilon , \delta )$. Get $N_2$ from the definition of convergence in measure with $\rho > 0$ and set $N = \max (N_1, N_2)$. Then, by monotonicity of measure, for all $n \geq N$, $$|a_n^\epsilon| = \mu \left( x\in X \, : \, |f_n(x) - f(x)| \geq \epsilon \right) \leq \mu \left( x\in X \, : \, |f_n(x) - f(x)| \geq \rho \right) < \rho \leq \delta$$ This implies $\mu \left( x\in X \, : \, |f_n(x) - f(x)| \geq \epsilon \right) \to 0$ as $n \to \infty$.

I'll use this equivalent definition to give you some hints for the three questions you asked:

  1. Consider the descending sets $E_N = \{ x \, : \, \exists n > N \text{ s.t. }|f_n(x) - f(x) | \geq \epsilon \}$. Since $\mu (E_1) < \infty$, continuity from above gives us $$\lim_{N \to \infty} \mu (E_N) = \mu \left( \bigcap_{N=1}^\infty E_N \right)$$ Convince yourself this last measure equals zero since $f_n \to f$ a.e. Finally, what is the relationship between $E_N$ and $\{ x \, : \, |f_n(x) - f(x)| \geq \epsilon \}$ for $n > N$? Also, look up Egoroff's theorem to see that something stronger actually holds).
  1. Fix $1 \leq p < \infty$, let $E_{n, \epsilon} = \{x \, : \, |f_n(x) - f(x)|^p \geq \epsilon\}$. Consider the inequality $$\int_X |f_n - f|^p \geq \int_{E_{n,\epsilon}} |f_n - f|^p \geq \int_{E_{n,\epsilon}} \epsilon = \epsilon \mu (E_{n,\epsilon})$$ and use this to get convergence in measure. If $p = \infty$, since $\mu (X) < \infty$ we have $L^\infty (X) \subset L^p (X)$, so the result follows by the above.

  2. The discussion you linked to contains a complete proof, which makes it a super-hint!

Edit: In response to your follow-up problem, here are a few (partial) converses you can explore:

  1. On a countable atomic measure space, convergence in measure implies convergence almost everywhere. Moreover, on $(\mathbb{N}, \mathcal{P}(\mathbb{N}), \gamma)$, that is counting measure on $\mathbb{N}$, convergence in measure is equivalent to uniform convergence.

  2. If $(f_n)$ converges in measure to $f$ and $f_n$ is dominated by an integrable majorant $g$, then $f_n \to f$ in $L^1$

Counterexamples when $\mu (X) = \infty$

  1. Consider the indicator $\chi_{[n,n+1]}$ on $\mathbb{R}$ with Lebesgue measure

  2. For $1 \leq p < \infty$, the result also holds when $\mu (X) = \infty$

Jose Avilez
  • 12,710
  • I'm not clear with your proof related to the comment, are you taking $\delta\to 0$? Also, you could just take $\delta < \epsilon$ and you wouldn't have had to define $\rho$, I think. Correct me if I'm wrong, please. – stoic-santiago Jun 14 '21 at 17:28
  • 2
    Let $a_n = \mu (x \in X , : , |f_n(x) - f(x)| \geq \epsilon )$. Given (not chosen!) $\delta > 0$, there is an $N$ such that for all $n \geq N$ we have $a_n < \delta$. Now use the definition of the limit of a sequence with $\delta$ and $N$ (so yes, $\delta \to 0$). – Jose Avilez Jun 14 '21 at 17:30
  • @epsilon-emperor I've edited my answer to make the proof a bit clearer. – Jose Avilez Jun 14 '21 at 17:39
  • @epsilon-emperor I've added a few extra hints. – Jose Avilez Jun 14 '21 at 18:31
  • Thank you so much! I was able to prove them all except (2) for $p = \infty$. I think your hint does not help in that case. I also used Egoroff's theorem in the proof of (1). Do you have any comments or ideas on the follow-up question that the problem asks? ("Investigate the converses...") – stoic-santiago Jun 15 '21 at 19:31
  • @epsilon-emperor See my edit. I recommend you supplement your reading of Rudin's RCA with other texts on measure theory (especially if this is your first course in measure theory!) – Jose Avilez Jun 15 '21 at 19:41
  • So, only partial converses to (1) and (2) hold, not full ones? We should prove that. Also, does (3) go through with $\mu(X) = \infty$? Lastly, could you elaborate on your recommendation a bit? I'm learning measure theory on my own (no course, just self-studying from Rudin). What other books do you recommend and why? – stoic-santiago Jun 15 '21 at 19:46
  • 2
    @epsilon-emperor Yes, (3) doesn't require the finiteness assumption. See the answer you linked to. My recommendation for $p = \infty$? If $||f||\infty < \infty$, then $\int |f|^p \leq ||f||\infty \mu (X) < \infty$, so the proof from $L^p$ carries. I learn measure theory using Folland's Real Analysis, so that's my preferred book, but for a good set of recommendations, see: https://mathoverflow.net/questions/11591/suggestions-for-a-good-measure-theory-book – Jose Avilez Jun 15 '21 at 19:51