last updated: May 9, 2024

Probability with Measure

2.3 Convergence of functions

We’ve thought about convergence of (extended) real numbers in Sections 2.1 and 2.2. In this section we will think about convergence of functions, defined on a general measure space (S,Σ,m). We will write this section for functions taking values in R, but it applies equally to functions taking values in R.

First we need to introduce pointwise definitions of functions. This is best done by example. If f and g are functions defined from SR then we define the function f+g:SR by setting (f+g)(x)=f(x)+g(x). We can apply the same idea to fg to define the function (fg)(x)=f(x)g(x), and so on.

  • Definition 2.3.1 Let fn and f be functions defined from :SR. We say that fnf pointwise if fn(x)f(x) as n, for all xS.

Pointwise convergence is the simplest type of convergence of functions. You’ve already seen one other type: if supxA|fn(x)f(x)|0 as n, then we say that fnf uniformly on the set A. We will use pointwise and uniform convergence within this course, but for us the most interesting type of convergence is something slightly different. Recall the term ‘almost all’ from Section 1.8. A property holds for almost all xS if the set of x on which it fails is a null set.

  • Definition 2.3.2 Let fn and f be functions defined from :SR. We say that fnf almost everywhere if fn(x)f(x) for almost all xS.

We will sometimes abbreviate fnf almost everywhere as fna.e.f. Unpacking the terminology in Definition 2.3.2, we have that fna.e.f if and only m({xS;fn(x)f(x)})=0.

Convergence almost everywhere is very similar to pointwise convergence. The difference is that we allow fn(x)f(x) to fail on some null set of xS. This is much more natural from the perspective of measure theory, because we want to forget about things that have measure zero.

  • Example 2.3.3 Let fn:RR by fn(x)=enx2 and let f(x)=0. We take our measure space to be (R,B(R),λ), and note that as n we have fn(x)0 for all xR except x=0 (at which fn(0)=1). The set {0} is Lebesgue null, so fna.e.f.

  • Lemma 2.3.4 Let fn and f be functions from SR.

    • 1. If fnf uniformly then fnf pointwise.

    • 2. If fnf pointwise then fnf almost everywhere.

Proof: For the first claim, if supxA|fn(x)f(x)|0 then, for any xA, we have fn(x)f(x). For the second claim, pointwise convergence implies that the set {xS;fn(x)f(x)} is empty, hence it has measure zero.   ∎

Example 2.3.3 shows that we can have convergence almost everywhere without having pointwise convergence. Exercise 2.7 gives an example of functions that converge pointwise but not uniformly.