 ##  [Uniform Continuity](/uniform-continuity-0) 

 Definition

Global version of continuity: a function f on a domain D is uniformly continuous if for every ε&gt;0 there exists a single δ&gt;0 such that for all x,y in D, d(x,y)&lt;δ implies d(f(x),f(y))&lt;ε. The key is that δ depends only on ε, not on the point.

 

 

 

 

 

 





## Principle

Principle

A single input tolerance controls outputs uniformly across the whole domain; the same neighbourhood size suffices everywhere to guarantee a prescribed output tolerance.

 

 

 

 

 





## Demonstration

Demonstration

The map f(x)=x on R is uniformly continuous because |x-y|&lt;δ ⇒ |f(x)-f(y)|=|x-y|&lt;ε with δ=ε. By contrast f(x)=x^2 on R is continuous but not uniformly continuous: near infinity arbitrarily small input changes can produce large output changes unless δ is taken smaller depending on location.

 

 

 

 

## Misapplication

Misapplication

Assuming every continuous function on any domain is uniformly continuous; neglecting the domain's geometry (for example, failing to note that continuity on a compact set does imply uniform continuity, but not on arbitrary unbounded domains).

 

 

 

 

 





## Consequence

Consequence

Uniform continuity maps Cauchy sequences to Cauchy sequences and is preserved under uniform limits; on complete domains a uniformly continuous function extends continuously to the closure in a unique way if the codomain is complete.

 

 

 

 

## Reversal

Reversal

Pointwise (nonuniform) continuity allows the necessary δ to shrink as the point varies; the reversal highlights functions where no single δ works for all points even though each point has its own δ(ε,x).

 

 

 

 

 





## Boundary

Boundary

Depends on the global domain structure and a metric or uniform structure; uniform continuity is a global property and makes sense in uniform spaces as well as metric spaces. Local versions (local uniform continuity) are weaker.

 

 

 

 

 





## Semantic Tension

Semantic Tension

Often contrasted with Lipschitz continuity: Lipschitz is stronger (linear control) while uniform continuity only requires a uniform δ(ε); also often confused with continuity on compact sets where the two coincide.

 

 

 

 

 





## Synthesis

Synthesis

Uniform continuity strengthens pointwise continuity by requiring a single δ for each ε that works uniformly across the domain; it captures global regularity of the input–output relationship and underpins preservation of Cauchy behaviour and extendability.