1 Limits, Continuity, and the ε-δ Definition
Formally, limx→a f(x) = L means: for every ε > 0 there exists δ > 0 such that 0 < |x − a| < δ implies |f(x) − L| < ε.
A function is continuous at a if limx→a f(x) = f(a). Three conditions must hold:
- f(a) is defined.
- limx→a f(x) exists.
- They are equal.
The Intermediate Value Theorem (IVT): if f is continuous on [a, b] and N is between f(a) and f(b), then there exists c ∈ (a, b) with f(c) = N.
Example — ε-δ proof that lim(x→2) 3x = 6: Given ε > 0, choose δ = ε/3. If |x − 2| < δ then |3x − 6| = 3|x − 2| < 3·(ε/3) = ε. □