This page assumes you have seen nothing. Before you can even read the line
∀ε>0∃δ>0s.t.0<∣x−a∣<δ⇒∣f(x)−L∣<ε,
you must know what each mark means and what each looks like. We build them one at a time, in an order where nothing is used before it is earned. When we finish, that line will read like a plain English sentence.
So we actually have two lines: a horizontal input line (where x and a live) and a vertical output line (where f(x) lands). The graph is the picture that connects them.
Why the topic needs it: limits are statements about what the output f(x) does while the input x moves toward a.
Here is the first real tool. We keep saying "close." Close means "small distance." So we need a clean way to measure distance between two numbers.
If x is at 5 and a is at 3, the gap is 2. If x is at 1 and a is at 3, the gap is also 2 — but 1−3=−2, a negative number. Distance can never be negative, so we throw away the sign.
Why the topic needs it: both "x close to a" and "f(x) close to L" become the two honest inequalities ∣x−a∣<small and ∣f(x)−L∣<small.
The key move: an inequality about distance draws a band (an interval) on the line.
Why are they the same? ∣x−a∣<δ says "the gap between x and a is under δ," which means x can be at most δ to the right (x<a+δ) or at most δ to the left (x>a−δ). Two directions, one band.
Why the topic needs it: the entire epsilon–delta definition is two bands (one on the output, one on the input) and a promise linking them.
These two symbols are what make the definition a game, and getting their order right is the single most important idea on this page.
The definition's spine is:
whatever demand∀ε>0I can answer∃δ>0s.t. (the promise holds).
Why the topic needs it: the entire "challenge–response duel" and the proof recipe ("Let ε>0. Choose δ=…") is nothing but reading these quantifiers in order.
In the definition, 0<∣x−a∣<δ⇒∣f(x)−L∣<ε is the promise: if the input lands inside your δ-band (and isn't a), then the output is guaranteed inside the ε-band. A promise is broken only if the input obeyed but the output escaped.
Why the topic needs it: it is the exact link that turns "input close" into "output close" — the heart of the whole definition.
Now every mark is earned. Re-read the definition as plain English:
∀ε>0∃δ>0:0<∣x−a∣<δ⇒∣f(x)−L∣<ε
Recall The full sentence, decoded
"For every output-tolerance ε (however tiny), there exists an input-allowance δ such that wheneverx sits inside the δ-band around a but isn't a itself, f(x)is guaranteed to sit inside the ε-band around L."