Uniform Continuity
Uniform continuity strengthens ordinary continuity by requiring the same to work for all points simultaneously. While continuity is a local property (checked at each point), uniform continuity is a global property. On compact sets, continuity implies uniform continuity — a fundamental result with applications to integration, approximation, and differential equations.
Definition
A function is uniformly continuous on if for every , there exists such that for all ,
For ordinary continuity, may depend on both and the point . For uniform continuity, depends only on and works uniformly for all pairs of points.
Let on . Given , let (if ; if , any works). Then for ,
The same works for all .
A function is Lipschitz if there exists such that for all . Every Lipschitz function is uniformly continuous (take ).
For example, is Lipschitz with (since by the Mean Value Theorem), hence uniformly continuous on .
Let on . Then is continuous everywhere but not uniformly continuous on .
Proof: Take . For any , choose large enough that . Let and . Then , but
Thus no works for .
Let on . Then is continuous on but not uniformly continuous.
Proof: Take . For any , choose such that . Let and . Then
but
Thus no works.
Uniform continuity on compact sets
If is compact and is continuous, then is uniformly continuous on .
Suppose not. Then there exist and sequences in with but for all . By compactness, extract convergent subsequences and . Since , we have . By continuity, and , so , contradicting .
Since is compact, every continuous is uniformly continuous. For instance, is uniformly continuous on (even though it's not uniformly continuous on ).
Applications
Uniform continuity is essential for proving that continuous functions on are Riemann integrable. If is uniformly continuous, we can choose partitions fine enough that for all in each subinterval, ensuring Riemann sums converge.
If is uniformly continuous, then has a unique continuous extension to . The limits and exist. This fails for non-uniformly continuous functions (e.g., on ).
Summary
Uniform continuity is a global strengthening of continuity:
- depends only on , not on the point.
- Every continuous function on a compact set is uniformly continuous.
- Lipschitz functions are uniformly continuous.
- Applications: Riemann integration, function extension, differential equations.
See Heine-Cantor Theorem and Riemann Integration for applications.