Limits are the foundation of calculus, describing how functions behave as they approach specific points. The epsilon-delta definition gives you a precise, airtight way to state what "approaching" actually means, using small intervals to pin down a function's behavior near a given value.
This rigorous approach is what allows mathematicians to prove limit properties rather than just assume them. Understanding the epsilon-delta definition gives you deeper insight into the ideas behind continuity, derivatives, and integrals.
The Precise Definition of a Limit
Epsilon-delta definition of limits
The intuitive idea of a limit says that gets "closer and closer" to as gets "closer and closer" to . The epsilon-delta definition makes that vague language precise by quantifying exactly what "closer" means.
The formal statement: if and only if for every , there exists a such that
Here's what each piece means:
- (epsilon) represents how close you want to be to . Think of it as a "tolerance" around the output. The expression means stays within units of .
- (delta) represents how close needs to be to in order to guarantee that tolerance. The expression means is within units of , but not equal to itself.
- The condition (strictly greater than zero) is important: the definition doesn't care what happens at , only near .
The key idea is that no matter how small someone makes , you can always find a that works. The challenger picks ; your job is to produce .
This definition eliminates ambiguity and makes rigorous proofs of limit properties possible. Absolute value is used throughout because it measures distance on the number line.

Application of the epsilon-delta approach
To prove a limit using the epsilon-delta definition, follow these steps:
-
Start with an arbitrary . You don't get to pick a specific number; the proof must work for every positive .
-
Work backward from to figure out what restriction on would guarantee it. This is your scratch work to find .
-
Express in terms of so that whenever , the inequality follows.
-
Write the formal proof, starting from "Let " and ending with the conclusion.
Example: Prove .
Scratch work: You need . Simplify:
So you need , which means . That tells you to choose .
Formal proof:
- Let be given.
- Choose . Note .
- Suppose . Then:
Therefore, for every , there exists such that , which proves the limit.
The scratch work and the formal proof are separate stages. In the scratch work you figure out what should be; in the proof you verify it actually works.
One-sided and infinite limits
One-sided limits restrict to approach from only one direction. The definitions are the same as the standard epsilon-delta definition, except the -condition changes:
- Left-hand limit: means for every , there exists such that
- Right-hand limit: means for every , there exists such that
For the two-sided limit to exist, both one-sided limits must exist and be equal.
Infinite limits describe functions whose values grow without bound near a point. Instead of requiring to stay within of some finite , you require to exceed any chosen bound :
- Positive infinity: means for every , there exists such that
- Negative infinity: means for every , there exists such that
Notice the structural parallel: gets replaced by , and "close to " gets replaced by "larger (or smaller) than ." The part works the same way.
Epsilon-delta support for limit laws
The epsilon-delta definition provides the rigorous foundation for the limit laws you use to evaluate limits of combined functions. Here are two key proofs that show how this works.
Sum Rule: If and , then .
Proof outline:
- Let be given.
- Since , there exists such that .
- Since , there exists such that .
- Choose . Then for :
The trick is splitting into two halves (one for each function) and using the triangle inequality () to combine them. Taking ensures both conditions hold simultaneously.
Constant Multiple Rule: If and is a constant, then .
Proof outline (for ):
- Let be given.
- There exists such that .
- Then:
(When , the result is trivial since for all .)
These proofs show the general strategy: manipulate the you're given to create the right conditions for each component, then combine the results.
Mathematical Foundations
A few background concepts that appear throughout epsilon-delta proofs:
- Functions map inputs to outputs. In calculus, you're typically working with functions from real numbers to real numbers.
- Real numbers include all rational and irrational numbers, represented as points on a number line. The completeness of the real numbers is what makes the epsilon-delta framework work.
- Absolute value measures the distance between and on the number line. This is why it shows up in every epsilon-delta statement.
- Inequalities express the relative size of two values. The entire epsilon-delta definition is built on inequalities that describe neighborhoods (intervals) around points.