4.10.23 · D4Advanced Topics (Elite Level)

Exercises — Uniform continuity — difference from pointwise

2,113 words10 min readBack to topic

Notation recap (nothing used before it is defined):

  • = the size of ignoring sign (distance of from ).
  • ("epsilon") = the output tolerance — how close outputs must end up.
  • ("delta") = the input tolerance — how close inputs must be. Uniform continuity demands one per , never depending on the point.
  • = the least upper bound (smallest ceiling) of a set of numbers; = greatest lower bound.

Level 1 — Recognition

L1.1 Read the quantifiers

State, using quantifiers, what it means for to be uniformly continuous on , and circle the one structural difference from pointwise continuity.

Recall Solution

The single difference: here comes before the points , so only. In pointwise continuity comes after the point , so may peek at the point. ==One for everyone== is the whole story.

L1.2 Spot the amplifier

For , factor and name the factor that makes uniform continuity fail on .

Recall Solution

The amplifying factor is . On it is unbounded, so the same input gap produces an ever-larger output gap far out. Look at figure below — the required input width shrinks as grows.

Figure — Uniform continuity — difference from pointwise

L1.3 True / false quickfire

Mark T/F: (a) Lipschitz uniformly continuous. (b) Uniformly continuous Lipschitz. (c) Continuous on (closed, bounded) uniformly continuous. (d) Continuous on uniformly continuous.

Recall Solution

(a) T — take . (b) F on is uniformly continuous but not Lipschitz (its slope blows up near ). (c) T — Heine–Cantor. (d) F is not closed/compact; is a counterexample.


Level 2 — Application

L2.1 Direct from Lipschitz

Show is uniformly continuous on and give an explicit for .

Recall Solution

, so is Lipschitz with . Uniform continuity: take . For , . Check: . has no in it — that's uniformity.

L2.2 Bounded-domain rescue of

On , find an explicit making uniformly continuous, and evaluate for .

Recall Solution

For : , so Thus is Lipschitz on with ; take . For , . The bounded factor is exactly what lacked — this is Heine–Cantor in action on a compact interval.

L2.3 The square-root

Prove is uniformly continuous on using , and give for .

Recall Solution

Given the inequality, choose . Then For , . Note near , so is not Lipschitz — yet still uniformly continuous. Lipschitz is sufficient, not necessary.

Why the inequality holds: , since .


Level 3 — Analysis

L3.1 Break on

Prove is not uniformly continuous on by producing, for each , two points that beat .

Recall Solution

Fix . Given any , pick a small and its neighbour: Both lie in , and . But Close in input, far in output — the formal negation. The trouble is the boundary point (excluded), where the slope blows up. See figure: two nearby inputs, huge output gap.

Figure — Uniform continuity — difference from pointwise

L3.2 Break on

Show is continuous on but not uniformly continuous there.

Recall Solution

Continuity: composition of continuous maps on (where ). Now break uniformity with . Choose points where the sine hits opposite peaks: Then and , so Yet as . So for any pick large enough that — the output gap stays . Not uniformly continuous.

L3.3 Cauchy-sequence witness

Uniform continuity maps Cauchy sequences to Cauchy sequences. Use this to re-prove fails on without picking .

Recall Solution

Let . It is Cauchy (it converges to , so its terms bunch together). Apply : . The image is not Cauchy (terms differ by forever). A uniformly continuous function must send Cauchy sequences to Cauchy sequences, so cannot be uniformly continuous on . This is a slick criterion: breaks a Cauchy sequence not uniformly continuous.


Level 4 — Synthesis

L4.1 Sum of uniformly continuous functions

Prove: if are uniformly continuous on , so is .

Recall Solution

Fix . By uniform continuity get for tolerance (on ) and for tolerance (on ). Let — it still depends on only. Then for , The triangle inequality + splitting in half is the workhorse. never saw , so is uniformly continuous.

L4.2 Product can fail — build the counterexample

is uniformly continuous on (Lipschitz, ). Show the product is not, hence "product of uniformly continuous is uniformly continuous" is false on unbounded domains.

Recall Solution

: , Lipschitz with , so uniformly continuous with . But , which the parent note (and figure s01) shows fails on : fix ; for any take , giving So the product broke uniformity even though each factor kept it. (The rescue: on any bounded domain products of uniformly continuous functions stay uniformly continuous, because the functions are then bounded.)

L4.3 Composition preserves it

Prove: if and are uniformly continuous, then is uniformly continuous on .

Recall Solution

Fix . Uniform continuity of gives with (for ). Feed as the target tolerance into : uniform continuity of gives with . Chain them: . Both depend on only — uniformity survives the composition.


Level 5 — Mastery

L5.1 Modulus-of-continuity synthesis

A function has modulus of continuity if with as . Prove: is uniformly continuous such an exists. Then read off the for .

Recall Solution

() If exists with , then given pick with for all (possible since ). Then . Uniform. () Define . Uniform continuity says: for each there is making every such difference when , i.e. for . Hence as , and by construction . For : . Solving gives , recovering from L2.3.

L5.2 Extension theorem

Prove: if is uniformly continuous on a bounded open interval , then exists (finite), so extends continuously to .

Recall Solution

Take any sequence inside ; it is Cauchy. By L3.3's principle (uniform continuity preserves Cauchyness), is Cauchy in , hence converges (real Cauchy sequences converge). To see the limit is the same for every such sequence, interleave two sequences , into one sequence : it is Cauchy, its image is Cauchy, so it converges to one value — forcing . That common value is . Defining as this limit (and likewise ) extends continuously to the closed, compact , on which Heine–Cantor confirms uniform continuity.

Contrast on : it is not uniformly continuous, and indeed does not exist finitely — no continuous extension. Consistent.

L5.3 Sharp threshold: powers of

For which exponents is uniformly continuous on ? Justify all cases.

Recall Solution

Answer: uniformly continuous iff .

  • (uniform): Here is concave, and one can show the sub-additive bound for . Since is a valid modulus of continuity ( as ), L5.1 gives uniform continuity; explicitly . (For , is Lipschitz.)
  • (fails): slope , and like we engineer a break. Fix . For any , take large and . By the MVT, ... rather for some ; as , , so the output gap while the input gap . No fixed works. (The parent's is the case .)
  • Boundary : exactly Lipschitz, the crossover point — uniform.

So the threshold sits precisely at : sub-linear/linear growth (bounded or tapering slope effect via the modulus) is safe; super-linear growth () lets the slope run away.


Connections

  • Continuity (pointwise) — the weaker notion these exercises upgrade from.
  • Heine–Cantor Theorem / Compactness / Lebesgue number lemma — why closed bounded domains rescue uniformity (L2.2, L5.2).
  • Lipschitz continuity / Mean Value Theorem — the sufficient test and its slope source (L2.1, L5.3).
  • Cauchy sequences — the sequence criterion for breaking uniformity (L3.3, L5.2).
  • Back to parent: Uniform continuity — difference from pointwise.

Solution Map

x2 and 1 over x

breaks Cauchy

Heine Cantor

Engineer close inputs far outputs

Break uniformity

Find one delta for all

Prove uniformity

Lipschitz delta = eps over L

Modulus omega t to 0

Cauchy sequence test

Compact domain rescue