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:
- If $f_n(x)\to f(x)$ a.e., then $f_n\to f$ in measure.
- 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$.
- 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:
I used Egoroff's theorem to complete the proof.
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$?)
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!