Formal Definition of Limit
The formal - definition makes the notion of "approaching" precise. means: for any desired accuracy , there is a tolerance such that inputs within of produce outputs within of .
Key features of this definition: (1) is chosen first (by the "adversary"), then must be found (by us). (2) The condition explicitly excludes . (3) The same must work for all in the deleted neighborhood.
This definition is the bedrock of all of calculus. While we do not always use it explicitly, every theorem about limits, derivatives, and integrals ultimately rests on it.
Formal View
The condition (strictly greater than 0) excludes itself, reflecting that the limit does not care about .
Why This Matters
The formal definition makes calculus rigorous and enables proofs of theorems that practitioners rely on.
- Proving continuity of composed functions: rigorous limit arguments show is continuous if and are.
- Numerical analysis: epsilon-delta arguments justify when finite-difference approximations are valid.
- Convergence proofs: showing iterative algorithms converge uses limit arguments.
Quiz
In the - definition, which quantity is chosen first?
The condition in the epsilon-delta definition ensures .
Common Mistakes
- Reversing the order: must be found AFTER is given, not the other way around.
- Forgetting the strict inequality — the limit intentionally excludes .