Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Limits and Continuity

The third page of the analysis spine. We define limits and continuity of real functions in the language, prove the two theorems that make continuity powerful on closed bounded intervals — the intermediate value and extreme value theorems — and reconcile the analytic definition with the topological one used in topology-manifolds.md.

References: Rudin, Principles of Mathematical Analysis, ch. 4; Tao, Analysis I.

1. Limits of Functions

Let with , and let be a limit point of (every neighbourhood of meets ). We say

The value (if defined) is irrelevant to the limit.

Sequential characterization. iff for every sequence with . This bridges to sequences-series.md and is the easiest way to disprove a limit (exhibit two sequences with different limits).

The algebra of limits carries over from sequences: limits respect sums, products, and quotients (denominator limit ). One-sided limits are defined by restricting to or .

2. Continuity

is continuous at if for every there is such that and imply . Equivalently (when is a limit point) . is continuous on if continuous at every point of .

Sums, products, quotients (nonzero denominator), and compositions of continuous functions are continuous. Polynomials, , , , and are continuous everywhere; on .

2.1 The topological definition

Theorem. is continuous iff the preimage of every open set is open.

This is exactly the definition of continuity used for general topological spaces in topology-manifolds.md §1.2. The formulation is the metric specialization: open balls pull back to open neighbourhoods of . Keeping both views in mind is essential once we pass to and manifolds — the topological definition is what survives the generalization.

3. The Intermediate Value Theorem

Intermediate Value Theorem (IVT). If is continuous and lies between and , then for some .

Proof. Assume and let . It is nonempty () and bounded, so exists by completeness (real-numbers.md). Continuity rules out both (we could move right and stay in ) and (points just left of would have , contradicting ). Hence .

IVT is the analytic content behind "a connected set has connected image" and is used for root-finding (bisection) and existence proofs throughout calculus.

4. Compactness and the Extreme Value Theorem

A set is compact iff it is closed and bounded (Heine–Borel; the general statement is in metric-spaces.md). The two facts we need:

  • A continuous image of a compact set is compact.
  • A nonempty compact subset of contains its sup and inf.

Extreme Value Theorem (EVT). A continuous function on a closed bounded interval attains a maximum and a minimum.

Proof. is compact, hence bounded and contains and . The points where these are attained are the extremizers. (Concretely: take with ; by Bolzano–Weierstrass a subsequence , and continuity gives .)

EVT is the existence guarantee behind optimization and is invoked in the proof of the Mean Value Theorem (differentiation.md).

5. Uniform Continuity

is uniformly continuous if

with a single that works everywhere (contrast ordinary continuity, where may depend on the point). E.g. is continuous but not uniformly continuous on ; fails uniform continuity on .

Heine–Cantor Theorem. A continuous function on a compact set is uniformly continuous.

Proof sketch. If not, there are and points with but . A convergent subsequence (Bolzano–Weierstrass) forces too, and continuity at contradicts the gap.

Uniform continuity is precisely the hypothesis that makes a continuous function Riemann integrable on (riemann-integral.md §3), so this theorem is a key structural input downstream.

6. Discontinuities and Monotone Functions

A function can fail continuity at via a jump (both one-sided limits exist but differ or miss ) or an essential discontinuity (a one-sided limit fails to exist, e.g. at ). A monotone function on an interval has at most countably many discontinuities, all jumps — a fact that reappears when classifying Riemann-integrable functions.

7. Where this page is used


Next: Differentiation.