No problem, glad I could help!

lionel_hutz
Messages
3
Reaction score
0

Homework Statement


Using the delta-epsilon definition of limits, prove that of lim f(x) = l and lim f(x) =m, then l=m

Homework Equations


Delta-epsilon definiition of the limit of f(x), as x approaches a:
For all e>0, there is a d s.t if for all x, |x-a|<d, then |f(x) -l|<e

The Attempt at a Solution


Suppose not. Then
(1): For all e>0, there is a d1 s.t. |f(x) - l|<e, provided |x-a|<d1 for all x
(2): For all e>0, there is a d2 s.t. |f(x) - m|<e, provided |x-a|<d2 for all x

I'm getting stuck at finding the delta that works for both of them. I see that the next step is to pick d=min(d1, d2), but I'm confused as to why this is the case

For instance, if d1=1, and d2=2, I don't see how d=1 would satisfy (2) above
 
Physics news on Phys.org
Given some ##\delta## that works in an epsilon-delta proof, you can always take a smaller delta, ##\delta'##, instead (since ##|x-a|<\delta' < \delta \rightarrow |x-a| < \delta##). So if ##\delta_1## works for (1) and ##\delta_2## works for (2), then ##min(\delta_1,\delta_2)## works for both.
 
LastOneStanding said:
Given some ##\delta## that works in an epsilon-delta proof, you can always take a smaller delta, ##\delta'##, instead (since ##|x-a|<\delta' < \delta \rightarrow |x-a| < \delta##). So if ##\delta_1## works for (1) and ##\delta_2## works for (2), then ##min(\delta_1,\delta_2)## works for both.

Alright, I see. I was thinking max and confusing myself, lol. Thanks!
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top