Real Analysis
Lesson 2 of 3 10 min +90 XP

Continuity, Rigorously

The epsilon-delta definition of continuity.

What you'll learn

  • State the epsilon-delta definition
  • Tell continuity from a jump
  • Reason about δ for a given ε
The thermostat's promise

A good thermostat promises: name any comfort window you want (epsilon), and it can set a dial precision (delta) that keeps the room inside it. Epsilon-delta continuity is exactly that promise — small enough input wiggles keep the output as close as you demand.

Small input, small output

f is continuous at a if for every ε > 0 there exists δ > 0 such that |x − a| < δ implies |f(x) − f(a)| < ε. In words: you can force the output as close to f(a) as you like by keeping the input close enough to a.

A jump breaks it

At a jump discontinuity, outputs leap by a fixed gap. For ε smaller than that gap, no δ works — the function is discontinuous there.

Lab · Hunt for delta
  1. Pick f(x) = 2x and the point a = 3, so f(a) = 6.
  2. Choose ε = 0.1. You need |2x − 6| < 0.1.
  3. Solve for how close x must be to 3.

What you should see: |2x − 6| = 2|x − 3| < 0.1 means |x − 3| < 0.05, so δ = 0.05 works. A δ always exists, so f is continuous.

Knowledge Check

+25 XP / correct

1. In the epsilon-delta definition, ε bounds the…

2. A function with a jump at a point is ___ there.