ConceptComplete

Uniform Convergence

Uniform convergence requires that a sequence of functions converges at the same rate across the entire domain. Unlike pointwise convergence, uniform convergence preserves continuity, differentiability (under additional conditions), and allows term-by-term integration. It is the correct notion for many applications in analysis.


Definition

Definition7.1Uniform convergence

A sequence (fn)(f_n) converges uniformly to ff on a set EE if for every Ο΅>0\epsilon > 0, there exists NN (depending only on Ο΅\epsilon, not on xx) such that

∣fn(x)βˆ’f(x)∣<Ο΅forΒ allΒ x∈EΒ andΒ nβ‰₯N.|f_n(x) - f(x)| < \epsilon \quad \text{for all } x \in E \text{ and } n \geq N.

RemarkUniform means the same N for all x

The key difference from pointwise convergence: the same NN works for all x∈Ex \in E simultaneously. The supremum norm βˆ₯fnβˆ’fβˆ₯∞=sup⁑x∈E∣fn(x)βˆ’f(x)∣\|f_n - f\|_\infty = \sup_{x \in E} |f_n(x) - f(x)| must go to zero.

Examplef_n(x) = x/n converges uniformly on [0, 1]

Let fn(x)=x/nf_n(x) = x/n on [0,1][0, 1]. Then f(x)=0f(x) = 0 is the pointwise limit. For x∈[0,1]x \in [0, 1],

∣fn(x)βˆ’f(x)∣=xn≀1n.|f_n(x) - f(x)| = \frac{x}{n} \leq \frac{1}{n}.

Given Ο΅>0\epsilon > 0, choose N>1/Ο΅N > 1/\epsilon. Then for nβ‰₯Nn \geq N and all x∈[0,1]x \in [0, 1], ∣fn(x)βˆ’f(x)∣<Ο΅|f_n(x) - f(x)| < \epsilon. Thus fnβ†’ff_n \to f uniformly.

Examplef_n(x) = x^n does NOT converge uniformly on [0, 1]

Let fn(x)=xnf_n(x) = x^n on [0,1][0, 1]. The pointwise limit is f(x)=0f(x) = 0 for x∈[0,1)x \in [0, 1) and f(1)=1f(1) = 1. Then

βˆ₯fnβˆ’fβˆ₯∞=sup⁑x∈[0,1]∣xnβˆ’f(x)∣=1β†’ΜΈ0.\|f_n - f\|_\infty = \sup_{x \in [0, 1]} |x^n - f(x)| = 1 \not\to 0.

(The supremum is attained near x=1x = 1.) Thus fnf_n does not converge uniformly to ff.


Preserves continuity

Theorem7.1Uniform limit of continuous functions is continuous

If (fn)(f_n) is a sequence of continuous functions on EE converging uniformly to ff, then ff is continuous on EE.

ProofSketch

Fix x0∈Ex_0 \in E and Ο΅>0\epsilon > 0. Choose NN such that ∣fn(x)βˆ’f(x)∣<Ο΅/3|f_n(x) - f(x)| < \epsilon/3 for all x∈Ex \in E and nβ‰₯Nn \geq N. Since fNf_N is continuous, there exists Ξ΄>0\delta > 0 such that ∣fN(x)βˆ’fN(x0)∣<Ο΅/3|f_N(x) - f_N(x_0)| < \epsilon/3 for ∣xβˆ’x0∣<Ξ΄|x - x_0| < \delta. Then for ∣xβˆ’x0∣<Ξ΄|x - x_0| < \delta,

∣f(x)βˆ’f(x0)βˆ£β‰€βˆ£f(x)βˆ’fN(x)∣+∣fN(x)βˆ’fN(x0)∣+∣fN(x0)βˆ’f(x0)∣<Ο΅.|f(x) - f(x_0)| \leq |f(x) - f_N(x)| + |f_N(x) - f_N(x_0)| + |f_N(x_0) - f(x_0)| < \epsilon.

Thus ff is continuous at x0x_0.

β– 

Weierstrass M-test

Theorem7.2Weierstrass M-test

If (fn)(f_n) is a sequence of functions on EE and there exist constants MnM_n such that ∣fn(x)βˆ£β‰€Mn|f_n(x)| \leq M_n for all x∈Ex \in E and βˆ‘Mn<∞\sum M_n < \infty, then βˆ‘fn\sum f_n converges uniformly on EE.

ExampleGeometric series of functions

Let fn(x)=xn/2nf_n(x) = x^n/2^n on [0,1][0, 1]. Then ∣fn(x)βˆ£β‰€1/2n|f_n(x)| \leq 1/2^n and βˆ‘1/2n=1<∞\sum 1/2^n = 1 < \infty. By the M-test, βˆ‘xn/2n\sum x^n/2^n converges uniformly on [0,1][0, 1].


Summary

Uniform convergence is the correct notion for preserving properties:

  • Same NN works for all xx (not point-dependent).
  • Preserves continuity, allows term-by-term integration.
  • Weierstrass M-test gives a practical criterion for uniform convergence of series.

See Power Series and Weierstrass Approximation for applications.