/Real Analysis/Continuity
Page 4 of 8

Continuity

Discover the epsilon-delta definition and properties of continuous functions

The Epsilon-Delta Definition

Continuity captures the intuitive idea that a function has "no jumps" - small changes in input produce small changes in output. The rigorous epsilon-delta definition states:

For every ε > 0, there exists δ > 0 such that |x - a| < δ implies |f(x) - f(a)| < ε

This section explores what continuity really means and proves powerful theorems like the Intermediate Value Theorem and the Extreme Value Theorem.

1. The ε-δ Definition of Continuity

Explore the formal definition interactively. Adjust ε to see how δ must respond to keep the function values within the target band.

ε-band (target range for f(x))
δ-interval (input range)
Point (a, f(a))

The ε-δ Definition

f is continuous at a if: for every ε > 0, there exists δ > 0 such that

|x - a| < δ ⟹ |f(x) - f(a)| < ε

If the curve stays within the green ε-band whenever x is in the red δ-interval, then δ works for this ε.

2. Types of Discontinuities

Not all discontinuities are created equal. Explore removable, jump, infinite, and essential discontinuities with visual examples.

At x = 1:

Left limit: 2

Right limit: 2

f(1): undefined

Removable Discontinuity

The limit exists but f(a) is undefined or ≠ limit. Can be "fixed" by redefining f(a).

This function: Removable discontinuity at x = 1 (equals x + 1 elsewhere)

Types of Discontinuities

  • Removable: A "hole" that can be filled by redefining f(a)
  • Jump: Function "jumps" between two different values
  • Infinite: Function blows up to ±∞ (vertical asymptote)
  • Essential: Wild behavior (oscillation) with no limit

3. Intermediate Value Theorem

If a continuous function takes values f(a) and f(b) at the endpoints of an interval, it must take every value between them. Watch the bisection method find roots using this principle.

a:
b:

✓ IVT applies: f(a) and f(b) are on opposite sides of the target!

Intermediate Value Theorem (IVT)

If f is continuous on [a, b] and y is any value between f(a) and f(b), then there exists some c ∈ (a, b) such that f(c) = y.

The bisection method exploits this: repeatedly halve the interval, keeping the half where the sign change occurs.

4. Uniform vs Pointwise Continuity

Pointwise continuity allows δ to depend on the point x. Uniform continuity requires the same δ to work everywhere. Compare these concepts visually.

Uniform Continuity Satisfied

The same δ = 0.3030 works for all points in the interval.

Pointwise vs Uniform Continuity

Pointwise continuity: For each point x and ε > 0, ∃ δ > 0 (δ may depend on both x and ε)

Uniform continuity: For each ε > 0, ∃ δ > 0 that works for ALL points (δ depends only on ε, not on x)

Key theorem: A continuous function on a closed bounded interval [a, b] is always uniformly continuous.

5. Extreme Value Theorem

A continuous function on a closed bounded interval always attains its maximum and minimum values. Explore this fundamental result.

a:
b:
Maximum: f(-2.000) = 4.0000
Minimum: f(0.004) = 0.0000

Extreme Value Theorem (EVT)

If f is continuous on a closed bounded interval [a, b], then f attains both a maximum and minimum value on that interval.

That is, there exist points c, d ∈ [a, b] such that:

f(c) ≤ f(x) ≤ f(d) for all x ∈ [a, b]

Key insight: The function must be continuous on a closed and bounded interval. Open intervals or discontinuous functions may fail to attain extrema.

Key Theorems for Continuous Functions

Intermediate Value Theorem

If f is continuous on [a, b] and y is between f(a) and f(b), then f(c) = y for some c ∈ (a, b).

Extreme Value Theorem

If f is continuous on [a, b], then f attains both a maximum and minimum value on that interval.

Heine-Cantor Theorem

A continuous function on a closed bounded interval [a, b] is uniformly continuous.

Preservation of Connectedness

Continuous functions map connected sets to connected sets (no "tearing").