continu.ax

The Continuous Axis

x = 0
x = 1

Definition

A function f is continuous at a point c if the limit of f(x) as x approaches c equals f(c). No jumps, no gaps, no breaks. The value exists, the limit exists, and they agree.

limx→c f(x) = f(c)

+
x = 2

Intermediate Value Theorem

If f is continuous on [a, b] and k is any value between f(a) and f(b), then there exists some c in (a, b) such that f(c) = k. Continuity guarantees that all intermediate values are achieved.

∀ k ∈ [f(a), f(b)], ∃ c ∈ (a, b) : f(c) = k

x = 3

Uniform Continuity

A stronger condition than pointwise continuity. For every epsilon, a single delta works uniformly across the entire domain. The rate of change is bounded everywhere.

∀ ε > 0, ∃ δ > 0 : |x − y| < δ ⇒ |f(x) − f(y)| < ε

×
x = 4

Lipschitz Continuity

The distance between function values is bounded by a constant multiple of the distance between inputs. The function cannot change faster than a fixed rate.

|f(x) − f(y)| ≤ K · |x − y|

+
x = 5

Density of the Continuum

Between any two real numbers, there exists another real number. The real line has no gaps. This density property is what makes the continuum continuous -- an unbroken, infinitely divisible axis stretching in both directions.

Continuity extends without bound

The axis has no endpoint. Every value leads to another. The continuum is complete.

x → ∞