Real Analysis — The Foundations of Calculus
Real analysis is calculus made rigorous. For centuries, mathematicians used derivatives and integrals without a precise understanding of what they were. Limits were "approaching" but never arriving. Infinitesimals were "infinitely small" but nobody could define them. In the 19th century, Cauchy, Weierstrass, Dedekind, and Riemann rebuilt calculus from the ground up — replacing vague intuition with epsilon-delta precision. The result is real analysis: the study of the real number system, sequences, continuity, differentiation, and integration, all built on the solid foundation of the completeness axiom.
📏 The Real Numbers — Filling the Gaps
The Completeness Axiom
Every non-empty set of real numbers that is bounded above has a least upper bound (supremum). This is the completeness axiom, and it's the single property that distinguishes ℝ from ℚ. In ℚ, the set {x : x² < 2} has no supremum (√2 is missing). In ℝ, it does. From completeness, everything else follows: the intermediate value theorem, the extreme value theorem, the convergence of Cauchy sequences, the existence of limits.
Archimedean Property
For any real number x, there exists a natural number n such that n > x. This seemingly obvious statement — that there are no infinite real numbers — is a consequence of completeness. It implies the rationals are dense in ℝ: between any two real numbers, there is a rational.
🔢 Sequences — Approaching Infinity
Key Theorems
If s² < 2, then for small h > 0, (s+h)² = s² + 2sh + h² < 2 for sufficiently small h, so s+h ∈ S — contradiction since s is an upper bound.
If s² > 2, then for small h > 0, (s−h)² > 2, so s−h is a smaller upper bound — contradiction.
Therefore s² = 2, and s = √2. This proof works only because of completeness — in ℚ, no such s exists.
Series — Adding Infinitely Many Numbers
A series Σ aₙ converges if the sequence of partial sums converges. The geometric series Σ rⁿ converges to 1/(1−r) when |r| < 1. The harmonic series Σ 1/n diverges (slowly — like ln n). The alternating harmonic series Σ (−1)ⁿ⁺¹/n converges to ln 2. A series converges absolutely if Σ |aₙ| converges; otherwise it converges conditionally. The Riemann rearrangement theorem says conditionally convergent series can be rearranged to sum to any value — absolute convergence is the only kind that's well-behaved.
🎯 Continuity — Functions Without Gaps
Uniform Continuity
A function is uniformly continuous on a set if δ can be chosen independently of the point — the same δ works everywhere. Continuous functions on closed bounded intervals are automatically uniformly continuous (Heine-Cantor theorem). On unbounded intervals, this fails: f(x) = x² is continuous on ℝ but not uniformly continuous — the δ required to keep changes small shrinks as x grows.
Differentiability — The Best Linear Approximation
A function is differentiable at a if the limit f'(a) = lim_{h→0} (f(a+h) − f(a))/h exists. Geometrically, f'(a) is the slope of the tangent line — the best linear approximation to f near a. Differentiability implies continuity, but not vice versa (f(x) = |x| is continuous but not differentiable at 0). The Mean Value Theorem says there's a point where the instantaneous slope equals the average slope: f'(c) = (f(b)−f(a))/(b−a).
Taylor's Theorem — Power Series Approximations
If f is n+1 times differentiable, then f(x) can be approximated by its Taylor polynomial with an error term: f(x) = Σ_{k=0}^{n} f^{(k)}(a)(x−a)ᵏ/k! + Rₙ(x). The remainder Rₙ(x) can be expressed in various forms (Lagrange, Cauchy, integral). For analytic functions, the Taylor series converges to f within its radius of convergence.
📊 Integration — Measuring Area Under Curves
Sequences of Functions — When Can We Swap Limits?
When does lim_{n→∞} lim_{x→a} fₙ(x) = lim_{x→a} lim_{n→∞} fₙ(x)? Not always! Pointwise convergence — each x individually — is too weak to allow swapping. Uniform convergence — where the rate of convergence is independent of x — preserves continuity, differentiability, and integrability, allowing limits to be swapped. The Weierstrass M-test gives a sufficient condition for uniform convergence of series.
Beyond Riemann — The Lebesgue Integral
The Riemann integral has limitations: it doesn't handle functions with dense discontinuities well, and it doesn't play nicely with limits. The Lebesgue integral partitions the range instead of the domain, leading to a more powerful theory that integrates more functions and allows better limit theorems (dominated convergence, monotone convergence). This is the foundation of measure theory and modern analysis, essential for probability theory and partial differential equations.
🎯 Practice — Check Your Analysis Intuition
These puzzles build real analysis intuition — think epsilon!