Understanding Epsilon Delta Proofs

In summary: We are trying to prove the limit of f(x) as x approaches a is equal to L. The definition of a limit states that for any distance epsilon, we can find a corresponding distance delta such that if x is within delta of a, then f(x) is within epsilon of L. So we are trying to show that for any given epsilon, we can find a delta that satisfies this definition. Finding delta as a function of epsilon shows that for any epsilon, there exists a corresponding delta that satisfies the definition, thus proving the limit.2. How does manipulating the epsilon equation to resemble the delta equation show that delta is a function of epsilon?Manipulating the epsilon equation to resemble the delta equation shows
  • #1
Mgt3
80
2
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
  • #2
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.
 
  • #3
For 5 years I've been answering people who ask the same question as you by referring them to this thread: https://www.physicsforums.com/showthread.php?t=54175&highlight=limit

It contains a few reformulations of the definition of limit and a problem worked out in excruciating details.

They usually say it helped.
 
  • #4
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.
 
  • #5
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.
 
  • #6
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).
 
  • #7
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.
 
  • #8
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]
 
  • #9
Thank you so much. Everything makes sense now. I feel like an idiot for not having figured this out sooner.
 

Related to Understanding Epsilon Delta Proofs

1. What is an epsilon delta proof?

An epsilon delta proof is a mathematical technique used to formally prove the existence of a limit in calculus. It is used to show that as the input of a function approaches a certain value, the output of the function also approaches a specific value.

2. Why are epsilon delta proofs important?

Epsilon delta proofs are important because they provide a rigorous and precise way to prove the existence of limits in calculus. This is essential for understanding and solving more complex mathematical problems and for making accurate predictions in real-world applications.

3. How does an epsilon delta proof work?

An epsilon delta proof involves dividing the input range of a function into two parts: an epsilon neighborhood around the limit point, and a delta neighborhood around the input point. By carefully selecting a delta value that corresponds to a given epsilon value, it can be shown that all output values within the delta neighborhood will fall within the epsilon neighborhood, thus proving the existence of the limit.

4. What are the key components of an epsilon delta proof?

The key components of an epsilon delta proof include the definition of the limit, the selection of appropriate epsilon and delta values, and the use of logical statements and mathematical equations to show that the limit exists. It is also important to clearly state the assumptions and reasoning used in the proof.

5. How can I improve my understanding of epsilon delta proofs?

To improve your understanding of epsilon delta proofs, it is important to practice solving various types of problems and to carefully follow the logical steps in each proof. It can also be helpful to study the underlying concepts and principles of calculus, such as continuity and limits, to gain a deeper understanding of how epsilon delta proofs work. Additionally, seeking help from a teacher or tutor can provide valuable insights and clarification on any challenging concepts.

Similar threads

Replies
4
Views
1K
Replies
9
Views
1K
Replies
25
Views
3K
Replies
4
Views
1K
Replies
3
Views
1K
Replies
19
Views
2K
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Topology and Analysis
2
Replies
48
Views
3K
  • Calculus
Replies
3
Views
1K
Back
Top