Epsilon Vs Delta Proof Assistant
Math Calculus • Limits and Continuity
Frequently Asked Questions
What does epsilon-delta mean in the definition of a limit?
It means that for every epsilon>0 there exists a delta>0 such that if 0<|x-a|<delta then |f(x)-L|<epsilon. Epsilon controls how close f(x) must be to L, and delta controls how close x must be to a.
How do I choose a delta for a given epsilon?
Start from the target inequality |f(x)-L|<epsilon and algebraically bound it by something involving |x-a|. Then pick delta to guarantee that bound, often using a choice like delta=min(R, epsilon/M) when a local slope bound M is used.
How does the calculator verify my delta?
In Verify mode it samples many x-values that satisfy 0<|x-a|<delta and checks whether |f(x)-L|<epsilon holds at those samples. This provides strong evidence that your delta works for the chosen epsilon.
Why can numerical verification pass but still not be a fully rigorous proof?
Sampling checks only finitely many points, while the definition requires the inequality to hold for all x in the delta interval (excluding a). Use the calculator output as guidance and complete the argument with analytic inequalities.