Epsilon-Delta Proof — Definition, Formula & Examples
An epsilon-delta proof is a rigorous way to show that a function's limit equals a specific value by demonstrating that outputs can be made arbitrarily close to that value whenever inputs are sufficiently close to the limit point.
To prove , one must show that for every , there exists a such that whenever , it follows that . The proof proceeds by starting with an arbitrary , then constructing or identifying a suitable (typically depending on ) that satisfies this implication.
Key Formula
Where:
- = Any positive number representing the desired closeness of f(x) to L
- = A positive number representing the required closeness of x to c
- = The point at which the limit is evaluated
- = The proposed limit value
- = The function being analyzed
How It Works
You begin by assuming someone gives you an arbitrary positive number , representing how close the output must be to . Your job is to find a so that any within distance of (but not equal to ) produces within distance of . In practice, you work backward: start with and algebraically manipulate it to find a bound on . That bound gives you . Finally, you write the proof forward—assume and show follows.
Worked Example
Problem: Prove that the limit of f(x) = 3x + 1 as x approaches 2 is 7 using an epsilon-delta proof.
Set up the target inequality: We need |f(x) - L| < ε, which becomes |(3x + 1) - 7| < ε.
Solve for the bound on |x - c|: Dividing both sides by 3 gives |x - 2| < ε/3. This tells us to choose δ = ε/3.
Write the proof forward: Let ε > 0 be given. Choose δ = ε/3. If 0 < |x - 2| < δ, then:
Answer: Since |f(x) - 7| < ε whenever 0 < |x - 2| < δ with δ = ε/3, we have proven that lim(x→2) (3x + 1) = 7.
Why It Matters
Epsilon-delta proofs are the foundation of rigorous calculus and real analysis. Without them, statements about limits, continuity, and derivatives rest on intuition rather than proof. Mastering this technique is essential for any course in real analysis and for fields like theoretical physics or mathematical economics where precise reasoning about limits is required.
Common Mistakes
Mistake: Choosing δ before ε is given, or choosing a fixed numerical δ that does not depend on ε.
Correction: The value of δ must work for every possible ε > 0. Typically δ is expressed as a function of ε (like δ = ε/3). Always start with an arbitrary ε and derive δ from it.
