Chapter 2: Calculus and the Real Numbers
Section 6: Integration
The integral is built from finite sums. As the mesh shrinks, the sums converge—with explicit error bounds.
The integral is perhaps the most computational object in analysis. It's defined as a limit of finite sums—sums we can actually calculate.
Constructively, we don't just know the limit exists; we know exactly how fine our partition must be to achieve any desired precision.
The modulus of continuity ω controls everything. If ω(ε) tells us how close inputs must be for outputs to stay within ε, then a partition with mesh < ω(ε) guarantees our Riemann sum is within ε(b-a) of the true integral.
Adjust the partition, choose sample points, watch convergence
Watch the error shrink as the partition refines
Error Rate
O(1/n)
For ε-accuracy
n ≥ (b-a)M/ε
M = max|f|
Lipschitz bound
F(x) = ∫₀ˣ t² dt = x³/3 ⟹ F'(x) = x²
Differentiation and integration are inverse operations. The integral function F has derivative equal to the original function f.
Chapter 2 Complete
From regular sequences to integration, we've constructed the real number system and the calculus that lives on it—all with explicit computational content.
Chapter 3
Set Theory
Chapter 4
Metric Spaces
Chapter 5
Complex Analysis