Uniform Continuity

A function \( f: S \to \mathbb{R} \) is uniformly continuous on \( S \) if for every \( \epsilon \gt 0 \), there exists a \( \delta \gt 0 \) such that for all \( x, y \in S \): \[ |x - y| \lt \delta \implies |f(x) - f(y)| \lt \epsilon \]

Key Difference: In pointwise continuity, \( \delta \) can depend on both \( \epsilon \) and the point \( x \). In uniform continuity, \( \delta \) must work for all points \( x, y \) in the domain simultaneously. It depends only on \( \epsilon \).

Visualizing Uniform Continuity

Imagine a rectangle of width \( 2\delta \) and height \( 2\epsilon \). If a function is uniformly continuous, you can slide this rectangle along the graph, and the graph will never exit through the top or bottom edges of the rectangle while passing through the center.

Controls

Move mouse to slide the box.

Important Theorems

Theorem 19.2

If \( f \) is continuous on a closed interval \( [a, b] \), then \( f \) is uniformly continuous on \( [a, b] \).

Theorem 19.4

If \( f \) is uniformly continuous on a bounded open interval \( (a, b) \), then \( f \) can be extended to a continuous function on \( [a, b] \).

(Equivalently, \(\lim_{x \to a^+} f(x)\) and \(\lim_{x \to b^-} f(x)\) must exist).

Theorem 19.5

If \( f \) is uniformly continuous on \( S \) and \( (s_n) \) is a Cauchy sequence in \( S \), then \( (f(s_n)) \) is a Cauchy sequence.

Practice Problems

True/False

1. If \( f \) is uniformly continuous on a set \( S \), then \( f \) is continuous on \( S \).

2. If \( f \) is continuous on \( (0, 1) \), then \( f \) is uniformly continuous on \( (0, 1) \).

3. If \( f \) is continuous on a closed and bounded interval \( [a, b] \), then \( f \) is uniformly continuous on \( [a, b] \).

4. The function \( f(x) = x^2 \) is uniformly continuous on \( \mathbb{R} \).

Fill in the Blank

1. In the definition of uniform continuity, the value of \( \delta \) depends only on , whereas in pointwise continuity it may also depend on the point \( x \).

2. A continuous function on a set is always uniformly continuous.

3. To show \( f \) is NOT uniformly continuous, we can find an \( \epsilon_0 \gt 0 \) and two sequences \( (x_n) \) and \( (y_n) \) such that \( |x_n - y_n| \to 0 \) but \( |f(x_n) - f(y_n)| \ge \) .

Full Problems

1. Prove that \( f(x) = 3x + 1 \) is uniformly continuous on \( \mathbb{R} \).

2. Show that \( f(x) = x^2 \) is not uniformly continuous on \( \mathbb{R} \).

3. Show that \( f(x) = \sqrt{x} \) is uniformly continuous on \( [0, \infty) \).

4. Let \( f \) be uniformly continuous on a bounded interval \( (a, b) \). Show that \( f \) is bounded on \( (a, b) \).