TheoremComplete

Convergence Theorems - Main Theorem

TheoremBounded Convergence Theorem

Let (X,F,μ)(X, \mathcal{F}, \mu) be a finite measure space (i.e., μ(X)<∞\mu(X) < \infty). Suppose {fn}\{f_n\} is a sequence of measurable functions such that:

  1. fn(x)β†’f(x)f_n(x) \to f(x) for almost every x∈Xx \in X
  2. There exists M>0M > 0 such that ∣fn(x)βˆ£β‰€M|f_n(x)| \leq M for all nn and almost every xx

Then ff is integrable and: lim⁑nβ†’βˆžβˆ«Xfn dΞΌ=∫Xf dΞΌ\lim_{n \to \infty} \int_X f_n \, d\mu = \int_X f \, d\mu

The Bounded Convergence Theorem is a special case of the Dominated Convergence Theorem where the dominating function is the constant MM and the measure space is finite. Its simplicity makes it a useful tool for finite measure spaces.

ExampleApplication to Probability

In probability theory, where μ\mu is a probability measure (so μ(X)=1<∞\mu(X) = 1 < \infty), the Bounded Convergence Theorem is particularly useful.

Suppose XnX_n are random variables (measurable functions) with ∣Xnβˆ£β‰€M|X_n| \leq M almost surely, and Xnβ†’XX_n \to X almost surely. Then: E[X]=lim⁑nβ†’βˆžE[Xn]\mathbb{E}[X] = \lim_{n \to \infty} \mathbb{E}[X_n]

This applies to bounded random variables on probability spaces, such as indicators, truncated variables, or variables taking values in compact sets.

Remark

The Bounded Convergence Theorem can be seen as a corollary of DCT:

  • The dominating function is g(x)=Mg(x) = M
  • Since ΞΌ(X)<∞\mu(X) < \infty, we have ∫Xg dΞΌ=Mβ‹…ΞΌ(X)<∞\int_X g \, d\mu = M \cdot \mu(X) < \infty
  • Thus gg is integrable, and DCT applies

However, BCT is often stated separately because its hypotheses are simpler to verify: just check that the functions are uniformly bounded and the measure space is finite.

Counterexample without finite measure: On R\mathbb{R} with Lebesgue measure, let fn=Ο‡[n,n+1]f_n = \chi_{[n, n+1]}. Then ∣fnβˆ£β‰€1|f_n| \leq 1 and fnβ†’0f_n \to 0 pointwise, but ∫fn=1β†’ΜΈ0=∫0\int f_n = 1 \not\to 0 = \int 0. The failure occurs because Ξ»(R)=∞\lambda(\mathbb{R}) = \infty.

The Bounded Convergence Theorem is particularly valuable in probability and statistics, where probability measures are finite by definition, and many random variables of interest are bounded or can be truncated to bounded versions for approximation purposes.