Understanding Epsilon Delta Proofs

Click For Summary

Discussion Overview

The discussion revolves around understanding epsilon-delta proofs in the context of limits in calculus. Participants explore the logic behind these proofs, the relationship between epsilon and delta, and the implications of finding delta as a function of epsilon. The conversation includes both conceptual clarifications and technical explanations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant expresses confusion about how proving the distance between the function and the limit being less than epsilon relates to the distance between x and a certain value being less than delta.
  • Another participant attempts to clarify that the limit definition allows for f(x) to be arbitrarily close to the limit by choosing x close to a, and explains the process of deriving delta from epsilon through inequalities.
  • A different participant suggests using examples to illustrate the concepts, emphasizing that continuity implies that close x values lead to close f(x) values.
  • Several participants discuss the idea of using a "draft" approach in epsilon-delta proofs, where initial inequalities are manipulated to find a suitable delta.
  • One participant questions the significance of finding delta as a function of epsilon and seeks clarification on how to approach cases where the simplification does not directly lead to the desired form.
  • Another participant responds that finding delta as a function of epsilon demonstrates that such a relationship holds for all epsilons, aligning with the definition of limits.

Areas of Agreement / Disagreement

Participants generally agree on the importance of epsilon-delta proofs and the need for clarity in understanding their structure. However, there remains some disagreement and confusion regarding the specifics of how to derive delta from epsilon and the implications of this relationship.

Contextual Notes

Some participants note that the process of deriving delta from epsilon can involve estimates and may not always yield a straightforward simplification. The discussion reflects varying levels of understanding and approaches to the topic.

Who May Find This Useful

Students and educators in calculus, particularly those seeking to deepen their understanding of limits and epsilon-delta proofs.

Mgt3
Messages
83
Reaction score
3
I understand most of the logic behind the formal definition of a limit, but I don't understand the the logic behind an epsilon delta proof. The parts I'm having trouble with are these:

1. How does proving that, the distance between the function and the limit is less than epsilon whenever the distance between x and a certain x value less than delta?

2. How does reducing the epsilon side absolute value equation to mirror the delta side absolute value equation give us delta? (As inarticulate as that sounds, I can't word it any other way)

Thank you for your help!
 
Physics news on Phys.org
I think that your question in 1 isn't really complete. I will just repeat the definition for you and hope that answers the first question.
So we're interested in the limit of f(x) as x goes to a. The idea is, that you can pick any number, epsilon. Then I can give you an interval [a - delta, a + delta] around a, of size delta. As long as you choose an x inside the interval, f(x) will be closer than epsilon to the limit. This is formally capturing what a limit should be: we can get f(x) arbitrarily close to the limit, by getting x arbitrarily close to a.

For the second question, the procedure you follow is merely a "draft". The formal proof should be the "draft" written down in reverse. So in the draft, you try to construct a sequence of inequalities on |f(x) - L| (with L the supposed limit), hoping that on the right hand side you get something with |x - a|. For example, suppose you can show that |f(x) - L| < 3 |x - a|^2. Now suppose that |x - a| < delta. Then |x - a|^2 < delta^2, so |f(x) - L| < 3 delta^2. You want it to be smaller than epsilon. So if you make sure that 3 delta^2 < epsilon, then that definitely happens because you have the sequence |f(x) - L| < 3 delta^2 < epsilon. You can get this, by choosing delta to be any (positive) value smaller than sqrt(epsilon / 3). So the reverse argument (the formal proof, which you write down and then throw away the draft) goes like this:
Let epsilon > 0. Choose delta to be sqrt(epsilon / 3) (if you want to be sure, you can take it to be 1/2 * that, or something like that). Then,
|f(x) - L| < ... < 3 |x - a|^2 < 3 delta^2 < 3 sqrt(epsilon / 3)^2 < epsilon.
You have shown that for the given epsilon, there exists a delta (by explicitly giving one) such that the definition is satisfied.
 
Mgt3 said:
1. How does proving that, the distance between the function and the limit is less than epsilon whenever the distance between x and a certain x value less than delta?

I think you didn't quite write what you meant to there.

2. How does reducing the epsilon side absolute value equation to mirror the delta side absolute value equation give us delta? (As inarticulate as that sounds, I can't word it any other way)

Perhaps you'd be better using an example there?


The idea of continuity is that if x is close to y then f(x) is close to f(y) - i.e. continuous functions do not tear things apart.


f(x)=0 if x<0 and 1 otherwise is not continuous (at 0). If I choose x<0 and y>0 then no matter how close x and y are f(x) and f(y) are always distance 1 apart.

Epsilon delta proofs are games. Given f, we play a game. I give you a target distance epsilon, and you have to try to find a delta so that x and y being at most delta apart means that f(x) and f(y) are at most epsilon apart.
 
Thank you for the helpful responses. Quasar987, your explanation in the accompanying thread was very helpful. I did mistype in my original post and I'm still having trouble explaining what I don't understand, but I'm going to give this one more try:

To find delta given epsilon, we try to simplify the absolute value equation on the epsilon side to resemble the absolute value equation on the delta side and somehow, this is supposed to show that the delta is a function of epsilon. I have difficulty understanding why, when the distance between f(x) and L on the epsilon equation is manipulated to resemble the distance between x - a, we have shown that epsilon is a function of delta.

Thank you.
 
As CompuChip noted already, this procedure is merely a draft - to formally complete the proof you need an equation where delta is a function of epsilon. However, despite this short-coming, doing epsilon-delta proofs in "draft" form is often desirable because it's often easier to simplify a complicated expression (opposed to making a simple expression more complicated). Hopefully some examples will illuminate this point: The first is a formal proof (try to understand the motivation for each step, even the definition of delta), while the second is a "draft."

[tex]\lim_{x \to 0}\frac{1}{x+1} = 1[/tex]

Proof: Let [tex]\epsilon > 0[/tex]. We define [tex]\delta[/tex] such that,

[tex]0 < |x| < \delta = \mathrm{min}\left (\frac{1}{2}\, , \, \frac{\epsilon}{2}\right )[/tex]

Then clearly we have that,

[tex]\frac{1}{2} < x + 1 < \frac{3}{2}[/tex]

Applying this inequality, we find that,

[tex]0 < \left |\frac{1}{x + 1} - 1\right | = \left |\frac{x}{x + 1}\right | < 2|x| < \epsilon[/tex]

Completing the proof.

It's late now, so I'll give the second example tomorrow, but hopefully this illustrates why we use the "draft" form - it allows us to find a suitable delta (instead of just stabbing in the dark).
 
Thank you for the help. I understand what an epsilon delta proof does.This is the difficulty I'm having:

1. Why does finding delta as a function of epsilon prove that l x-a l is constrained on the interval L + E, L - E or rather,

What does finding delta as a function of epsilon prove?

2. How do you find delta as a function of epsilon when l f(x) - L l does not simplify to
l x - a l?

Thank you.
 
Better late than never...
Mgt3 said:
Thank you for the help. I understand what an epsilon delta proof does.This is the difficulty I'm having:

1. Why does finding delta as a function of epsilon prove that l x-a l is constrained on the interval L + E, L - E or rather,
It doesn't. You constrain x yourself! The claim is that IF x is constrained on an interval a-D, a+D, THEN automatically the function value f(x) is constrained to L-E,L+E.

Mgt3 said:
What does finding delta as a function of epsilon prove?
Well in particular that it exists for all epsilons. Which is what the definition says.

Mgt3 said:
2. How do you find delta as a function of epsilon when l f(x) - L l does not simplify to
l x - a l?

Usually, make estimates. In the previous post by jgens, for example
[tex]\left|\frac{x}{x+1}\right| < 2|x|[/tex]
 
Thank you so much. Everything makes sense now. I feel like an idiot for not having figured this out sooner.
 

Similar threads

  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 19 ·
Replies
19
Views
6K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K