BACK TO CHAPTER
Lesson 1.1

Epsilon-Delta

The formal definition of a limit isn't a formula—it's a challenge. Can you trap the function in a box no matter how small the box gets?

The Game of Proofs

Imagine a game between two players: a Challenger and a Defender. You want to prove that the limit is LL at x=cx = c.

The Challenger (ε)

"I bet you can't stay within epsilon (ϵ\epsilon) distance of the target height. I'm going to make this hitbox incredibly small."

The Defender (δ)

"I accept. I will find a delta (δ\delta) zone around xx that is small enough to guarantee safety."

If the Defender can always win—no matter how small the Challenger makes the epsilon box—then the limit is officially proven.

The Hitbox Game
Hitbox Height (ε)0.50
Safe Zone Width (δ)0.50
FAILED
Find a δ\delta (Blue) that keeps the line inside the ϵ\epsilon (Amber) box.

The Formal Definition

This game is written mathematically as:

limxcf(x)=L\lim_{x \to c} f(x) = L
Means
ϵ>0,δ>0 such that\forall \epsilon > 0, \exists \delta > 0 \text{ such that}0<xc<δ    f(x)L<ϵ0 < |x - c| < \delta \implies |f(x) - L| < \epsilon

Read it symbol by symbol: "For any error margin ϵ\epsilon, there exists a safety distance δ\delta, such that if xx is within δ\delta distance of cc, then f(x)f(x) is within ϵ\epsilon distance of the Limit."