Why we use strictly less than delta and epsilon in definition of limits

MarlyK
Messages
6
Reaction score
0

Homework Statement



I'm wondering why we can't use less than or equal to for the formal definition of the limit of a function:

Homework Equations



lim x→y f(x)=L iff For all ε>0 exists δ>0 such that abs(x-y)<δ implies abs(f(x) - L)<ε

Why not:

lim x→y f(x)=L iff For all ε>0 exists δ>0 such that abs(x-y)=<δ implies abs(f(x) - L)=<ε

The Attempt at a Solution



I just imagine that it doesn't matter because epsilon is arbitrary, but I'm not sure. If we're using the epsilon such that we have a strict inequality, given that set of x that satisfies this, all we're doing is including the boundary points of the open set specified by delta on the domain, and we know that by the definition using strict inequalities that there then exists a [ε][/1]>ε such that abs(f(x) - L)<[ε][/1] (and thus abs(f(x) - L)=<[ε][/1], but we know that there are not x in our ball that actually satisfy abs(f(x) - L)=[ε][/1]).

But I can't seem to find a way to satisfy a two way implication i.e. prove the definitions are equivalent. Maybe there's a good contradiction up someone knows two show they're not equivalent?
 
Physics news on Phys.org
The definitions are equivalent.

Suppose f satisfies the <= definition of \lim_{x \rightarrow y}f(x) = L. Let \epsilon &gt; 0. Then there exists \delta &gt; 0 such that 0 &lt; |x - y| \leq \delta implies |f(x) - L| \leq \epsilon/2. Thus clearly 0 &lt; |x - y| &lt; \delta also implies |f(x) - L| \leq \epsilon/2. But \epsilon/2 &lt; \epsilon, so f satisfies the < definition of \lim_{x \rightarrow y}f(x) = L.

You can prove the converse quite similarly.
 
Thanks - I was having trouble trying to find a way to imagine picking a larger epsilon while keeping it arbitrarily close to zero, but I see now that if we define the relation as a proportion of the smaller epsilon, this works. Thanks.
 
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