Uniform limit theorem

The uniform limit of continuous functions is continuous.
Uniform limit theorem

The uniform limit theorem states: if (fn)(f_n) is a sequence of fn:XRf_n: X \to \mathbb{R} on a XX, and fnff_n \to f , then ff is continuous.

Statement

For metric spaces XX and YY: if fn:XYf_n: X \to Y are continuous and fnff_n \rightrightarrows f uniformly (meaning supxXd(fn(x),f(x))0\sup_{x \in X} d(f_n(x), f(x)) \to 0), then ff is continuous.

Proof idea

Given ε>0\varepsilon > 0 and x0Xx_0 \in X:

  1. Choose NN so that fn(x)f(x)<ε/3|f_n(x) - f(x)| < \varepsilon/3 for all xx and nNn \geq N.
  2. Use continuity of fNf_N to find δ\delta such that fN(x)fN(x0)<ε/3|f_N(x) - f_N(x_0)| < \varepsilon/3 when d(x,x0)<δd(x, x_0) < \delta.
  3. Triangle inequality: f(x)f(x0)<ε|f(x) - f(x_0)| < \varepsilon.

Counterexample for pointwise convergence

fn(x)=xnf_n(x) = x^n on [0,1][0, 1] converges pointwise to a discontinuous limit:

f(x)={0x[0,1)1x=1. f(x) = \begin{cases} 0 & x \in [0,1) \\ 1 & x = 1 \end{cases}.

The convergence is not uniform.