ConceptComplete

Convergence Theorems - Core Definitions

Understanding different modes of convergence for sequences of measurable functions is essential for analysis. Each type of convergence has distinct properties and applications.

DefinitionTypes of Convergence

Let (X,F,μ)(X, \mathcal{F}, \mu) be a measure space and {fn}\{f_n\} a sequence of measurable functions. We say fnf_n converges to ff:

  1. Pointwise: if fn(x)f(x)f_n(x) \to f(x) for all xXx \in X

  2. Almost everywhere (a.e.): if fn(x)f(x)f_n(x) \to f(x) for almost every xx, i.e., μ({x:fn(x)↛f(x)})=0\mu(\{x : f_n(x) \not\to f(x)\}) = 0

  3. In measure: if for every ϵ>0\epsilon > 0: limnμ({x:fn(x)f(x)ϵ})=0\lim_{n \to \infty} \mu(\{x : |f_n(x) - f(x)| \geq \epsilon\}) = 0

  4. In LpL^p: if Xfnfpdμ0\int_X |f_n - f|^p \, d\mu \to 0 (for 1p<1 \leq p < \infty)

  5. Uniformly: if supxXfn(x)f(x)0\sup_{x \in X} |f_n(x) - f(x)| \to 0

These modes of convergence form a hierarchy with different implications. Understanding their relationships is crucial for applying convergence theorems correctly.

ExampleImplications Between Convergences

The following implications hold (with caveats):

UniformPointwiseAlmost everywhere\text{Uniform} \Rightarrow \text{Pointwise} \Rightarrow \text{Almost everywhere}

UniformLpIn measure\text{Uniform} \Rightarrow L^p \Rightarrow \text{In measure}

On finite measure spaces, convergence a.e. implies convergence in measure. However, convergence in measure does not imply a.e. convergence (though a subsequence converges a.e.).

For LpL^p spaces, if μ(X)<\mu(X) < \infty and pqp \leq q, then LqL^q convergence implies LpL^p convergence.

Remark

Important observations:

  1. A.e. vs. in measure: On R\mathbb{R} with Lebesgue measure, let fn=χ[n,n+1]f_n = \chi_{[n, n+1]}. Then fn0f_n \to 0 pointwise (hence a.e.), but NOT in measure, since λ({x:fn(x)1/2})=1\lambda(\{x : |f_n(x)| \geq 1/2\}) = 1 for all nn.

  2. In measure vs. a.e.: Convergence in measure does not imply a.e. convergence. Consider the "typewriter sequence" on [0,1][0,1]: χ[0,1]\chi_{[0,1]}, χ[0,1/2]\chi_{[0,1/2]}, χ[1/2,1]\chi_{[1/2,1]}, χ[0,1/3]\chi_{[0,1/3]}, χ[1/3,2/3]\chi_{[1/3,2/3]}, χ[2/3,1]\chi_{[2/3,1]}, etc. This converges to 00 in measure but not pointwise anywhere.

  3. L1L^1 vs. a.e.: L1L^1 convergence does not imply a.e. convergence, but combined with a bound on norms, it implies convergence in measure.