The uniform limit theorem states: if (fn) is a sequence of continuous functions
fn:X→R on a metric space
X, and fn→f uniformly
, then f is continuous.
Statement
For metric spaces X and Y: if fn:X→Y are continuous and fn⇉f uniformly (meaning supx∈Xd(fn(x),f(x))→0), then f is continuous.
Proof idea
Given ε>0 and x0∈X:
- Choose N so that ∣fn(x)−f(x)∣<ε/3 for all x and n≥N.
- Use continuity of fN to find δ such that ∣fN(x)−fN(x0)∣<ε/3 when d(x,x0)<δ.
- Triangle inequality: ∣f(x)−f(x0)∣<ε.
Counterexample for pointwise convergence
fn(x)=xn on [0,1] converges pointwise to a discontinuous limit:
f(x)={01x∈[0,1)x=1.The convergence is not uniform.