Real Analysis Study Guide — Definitions, Proofs & Practice
Real Analysis — Comprehensive Study Guide
A compact, proof-driven roadmap: definitions, proof patterns, core theorems, worked examples, practice schedule, rubric, and resources.
Foundations: Definitions & Core Concepts
Real Analysis is about precise language. Master the definitions first — limits, sequences, supremum/infimum, completeness, continuity, and Riemann integrability.
- ✓Limit of a sequence (ε—N formulation), limit of a function (ε—δ formulation).
- ✓Supremum/Infimum and why completeness of ℝ matters.
- ✓Continuity vs. uniform continuity; pointwise vs. uniform convergence.
- ✓Riemann integrability basics (upper/lower sums, integrability criteria).
Common Proof Patterns (Templates)
Use templates to start proofs. Always structure: Given, To Prove, Strategy.
- Given ε > 0, choose δ = δ(ε) (determine by reverse engineering).
- Assume 0 < |x − a| < δ and show |f(x) − L| < ε by bounding terms (triangle inequality, etc.).
- Conclude: for every ε there exists δ s.t. implication holds: limit proven.
To prove continuity at a point, show: for every sequence x_n → a, f(x_n) → f(a). Conversely, use sequences to show failure of continuity.
When direct proof is awkward, restate the negation and proceed with contrapositive for clarity.
- ✓Compactness proofs: open covers → finite subcover or subsequence extraction (Bolzano–Weierstrass).
- ✓ε/2 trick for sums and triangle inequality manipulations.
- ✓Typical δ choices: min(1, ε/M), or δ = ε/(|a factor| + 1) after bounding denominator.
Key Theorems & Series
These theorems unlock many proofs. Learn the statement, hypotheses, proof sketch, and typical applications.
- ✓Intermediate Value Theorem (IVT) & Mean Value Theorem (MVT) — hypotheses matter.
- ✓Bolzano–Weierstrass and Heine–Borel (compactness in ℝ^n).
- ✓Monotone Convergence Theorem, Dominated Convergence Theorem (measure-theoretic light touch).
- ✓Series tests: comparison, limit comparison, ratio, root; uniform convergence of series of functions.
Worked Example — ε–δ Proof Walkthrough
Example: Prove \(\displaystyle \lim_{x\to 2} (3x+1) = 7\) using ε—δ. We show discovery (scratch work), formal proof, and common mistakes.
Goal: Given ε > 0, choose δ such that 0 < |x−2| < δ ⇒ |(3x+1) − 7| < ε.
Compute the expression: |(3x+1) − 7| = |3x − 6| = 3|x − 2|. So to make this < ε, we need 3|x − 2| < ε ⇒ |x − 2| < ε/3. Thus choose δ = ε/3.
Proof:
Let ε > 0. Choose δ = ε / 3.
Assume 0 < |x − 2| < δ. Then
|(3x + 1) − 7| = |3x − 6| = 3|x − 2| < 3δ = 3(ε/3) = ε.
Therefore, for every ε > 0 there exists δ = ε/3 such that 0 < |x−2| < δ implies |(3x+1)−7| < ε.
Hence lim_{x→2} (3x+1) = 7. □
- ✕Choosing δ = ε (incorrect scaling) — forget the factor of 3.
- ✕Assuming x is exactly 2 somewhere in the algebra — maintain 0 < |x−2| < δ.
Practice Schedule (12-week template)
A concrete weekly plan — adjust pacing to your course. Daily practice: 25–30 minute focused blocks for proofs with brief reflection.
| Weeks | Focus | Daily Tasks |
|---|---|---|
| 1–2 | Sequences & Limits | 5 problems/day: 3 computations, 2 short proofs (ε–N / ε–δ basics). |
| 3–4 | Continuity & Compactness | ε–δ proofs, counterexamples for pointwise vs. uniform; 1 compactness proof/week. |
| 5–6 | Series & Convergence Tests | Practice comparison, ratio, root tests; alternating series; absolute vs conditional convergence. |
| 7–8 | Differentiation & MVT | Proofs of derivative rules, MVT applications, L’Hôpital exercises. |
| 9–10 | Integration & Riemann Sums | Compute sample integrals; practice ε–δ partitions; convergence of sequences of functions. |
| 11–12 | Mixed Proofs & Review | Timed mini-exams; revisit errors; review theorem statements and proof templates. |
Rubric / Self-Assessment
Evaluate your proofs against this structured rubric. Aim for clarity, logical flow, completeness, and correctness.
AI Tools & Online Helpers
Use these tools to accelerate learning, visualize concepts, or verify small steps — but don’t rely on them for full proofs.
- ✓Wolfram Alpha — check limits, derivatives, series convergence. wolframalpha.com
- ✓Desmos Graphing Calculator — visualize functions, sequences, continuity. desmos.com
- ✓ProofWiki — reference proofs, theorems, and templates. proofwiki.org
- ✓ChatGPT / Gemini / Claude — get hints, structured outlines, or step explanations.
- ✓MIT OCW Analysis Lectures — full course with lectures and exercises. ocw.mit.edu