Limit epsilon-delta definition vs. continuity

In summary: define a limit point as a point at which the sequence of derivatives of the function at that point becomes zero.
  • #1
TadeusPrastowo
21
0
Based on the following problem from http://math.uchicago.edu/~vipul/teaching-0910/151/applyingformaldefinitionoflimit.pdf:
[tex]
f(x) = \begin{cases}
x^2 &, \text{ if }x\text{ is rational} \\
x &, \text{ if } x\text{ is irrational}
\end{cases}
[/tex]
is shown to have the following limit:
[tex]
\lim_{x\to 1}f(x) = 1
[/tex]
by showing ##\lim_{x\to 1}x^2 = 1## where ##x \in \mathbb{Q}## and ##\lim_{x\to 1}x = 1## where ##x \in \overline{\mathbb{Q}}## separately.

So, I suspect that limit does not require a gapless domain because the set ℚ of rational numbers as well as the set ##\overline{\mathbb{Q}}## of irrational numbers have gaps.

But, why the common ϵ-δ definition of a limit ##\lim_{x\to a}f(x)=L## (##a## is neither −∞ nor ∞) never emphasizes the point that ##x## does not need to come from a gapless domain? For example, my https://www.amazon.com/dp/0073532320/?tag=pfamazon01-20 simply says ##x## without explaining any property about ##x##, and therefore, I was wrongfully led to believe that ##x## must come from a gapless domain.

I see that Wikipedia's article on precise definition of limit explicitly states that ##x \in D \subseteq \mathbb{R}##. But, I think it may also wrongfully lead people to believe that limit ##\lim_{x\to a}f(x)=L## also works when the domain is so full of gaps like the set ##\mathbb{Z}## of integers and ##a## is neither −∞ nor ∞.

Now I am wondering: what is the precise definition of limit ##\lim_{x\to a}f(x)=L## (##a## is neither −∞ nor ∞) especially when it comes to being precise about the ##x##?

Thank you very much.
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
Please define gapless domain, I do not know what that is.
Many of the books do not state domains most of the time. If we are being careful when taking a limit we need to check that the domain of the limit and the domain of the function are compatible. So given ε we need to find δ such that d(L,f(x))<ε for all x in D such that d(a,x)<δ.
You make a good point about the definition being a bit silly if the are no such x.

So you have the true statement

$$\substack{\lim\\x\rightarrow\infty\\x\in A}\mathrm{f}(x)=\substack{\lim\\x\rightarrow\infty\\x\in B}\mathrm{f}(x)=L \leftrightarrow \substack{\lim\\x\rightarrow\infty\\x\in A\cup B}\mathrm{f}(x)=L$$

It is not as mysterious as it seems. We check some values then check some others then we have checked them all. The important detail is the two sets A and B or in your case Q and R\Q need to have a as a limit point, otherwise it is silly. Of course they do.
 
  • #3
lurflurf said:
Please define gapless domain, I do not know what that is. ... The important detail is the two sets A and B or in your case Q and R\Q need to have a as a limit point, otherwise it is silly. Of course they do.

In my own words, by "gapless" I mean a domain such as the set ##\mathbb{R}## of real numbers. ##\mathbb{R} = \mathbb{Q} \bigcup \overline{\mathbb{Q}}##. That is, for any gap between the closest pair of rational numbers, there are infinitely many irrational numbers filling in the gap making the domain "gapless".

But, after reading Wikipedia about limit point, I think what I want to say by "gapless" is what you say as "limit point".

May I know the difference between "limit point" and "cluster point"? Googling for "limit point" turns up "cluster point" and it seems that some say that ##a## in ##\lim_{x\to a} f(x) = L## is a "limit point" and another a "cluster point".

Thank you very much for answering.
 
Last edited:
  • #4
TadeusPrastowo said:
Based on the following problem from http://math.uchicago.edu/~vipul/teaching-0910/151/applyingformaldefinitionoflimit.pdf :
[tex]
f(x) = \begin{cases}
x^2 &, \text{ if }x\text{ is rational} \\
x &, \text{ if } x\text{ is irrational}
\end{cases}
[/tex]
is shown to have the following limit:
[tex]
\lim_{x\to 1}f(x) = 1
[/tex]
by showing ##\lim_{x\to 1}x^2 = 1## where ##x \in \mathbb{Q}## and ##\lim_{x\to 1}x = 1## where ##x \in \overline{\mathbb{Q}}## separately.

So, I suspect that limit does not require a gapless domain because the set ℚ of rational numbers as well as the set ##\overline{\mathbb{Q}}## of irrational numbers have gaps.

I think the concept you are looking for is that of connectedness.

Roughly, a subset [itex]S \subset \mathbb{R}[/itex] is disconnected if and only if there exist disjoint non-empty open sets [itex]U \subset \mathbb{R}[/itex] and [itex]V \subset \mathbb{R}[/itex] such that [itex]S \subset U \cup V[/itex]. A set is connected if and only if it is not disconnected.

Both the rationals and the irrationals are disconnected: [tex]
\mathbb{Q} \subset (-\infty, \sqrt 2) \cup (\sqrt 2, \infty), \\
\mathbb{R} \setminus \mathbb{Q} \subset (-\infty, 0) \cup (0, \infty).[/tex] Indeed both are totally disconnected so that their only connected subsets are singletons: between every pair of rational numbers there is an irrational number and between every pair of irrational numbers there is a rational number.

However, sets of the form [itex]\{ x \in \mathbb{Q} : |x - a| < R\}[/itex] always consist of more than one point when [itex]R > 0[/itex], so for every [itex]\delta > 0[/itex] there is a rational [itex]x \neq 1[/itex] such that [itex]|x - 1| < \delta[/itex]. The same is true of sets of the form [itex]\{ x \in \mathbb{R} \setminus \mathbb{Q} : |x - a| < R\}[/itex]. This makes it meaningful to consider limits through rational or irrational values.

Contrast that with [itex]\lim_{x \to 1} f(x)[/itex] where [itex]x \in \mathbb{Z}[/itex]. [itex]\mathbb{Z}[/itex] is again totally disconnected, but obviously there is no integer [itex]x \neq 1[/itex] such that [itex]|x - 1| < \frac12[/itex], which is why we can't take that limit.
 
Last edited by a moderator:
  • Like
Likes TadeusPrastowo
  • #5
pasmith said:
I think the concept you are looking for is that of connectedness.

Roughly, a subset [itex]S \subset \mathbb{R}[/itex] is disconnected if and only if there exist disjoint non-empty open sets [itex]U \subset \mathbb{R}[/itex] and [itex]V \subset \mathbb{R}[/itex] such that [itex]S \subset U \cup V[/itex]. A set is connected if and only if it is not disconnected.

Both the rationals and the irrationals are disconnected: [tex]
\mathbb{Q} \subset (-\infty, \sqrt 2) \cup (\sqrt 2, \infty), \\
\mathbb{R} \setminus \mathbb{Q} \subset (-\infty, 0) \cup (0, \infty).[/tex] Indeed both are totally disconnected so that their only connected subsets are singletons: between every pair of rational numbers there is an irrational number and between every pair of irrational numbers there is a rational number.

However, sets of the form [itex]\{ x \in \mathbb{Q} : |x - a| < R\}[/itex] always consist of more than one point when [itex]R > 0[/itex], so for every [itex]\delta > 0[/itex] there is a rational [itex]x \neq 1[/itex] such that [itex]|x - 1| < \delta[/itex]. The same is true of sets of the form [itex]\{ x \in \mathbb{R} \setminus \mathbb{Q} : |x - a| < R\}[/itex]. This makes it meaningful to consider limits through rational or irrational values.

Contrast that with [itex]\lim_{x \to 1} f(x)[/itex] where [itex]x \in \mathbb{Z}[/itex]. [itex]\mathbb{Z}[/itex] is again totally disconnected, but obviously there is no integer [itex]x \neq 1[/itex] such that [itex]|x - 1| < \frac12[/itex], which is why we can't take that limit.

Many many many thanks for pointing out the concept of being connected vs. being disconnected to me. Yes, that's exactly what I want to say by my word "gapless".

Once again, thank you very much. I really appreciate your enlightenment.
 
  • #6
by showing ##\lim_{x\to 1}x^2 = 1## where ##x \in \mathbb{Q}## and ##\lim_{x\to 1}x = 1## where ##x \in \overline{\mathbb{Q}}## separately.

I think the problem does not state that the definition of limit says that the existence of two special limits implies the existence of the desired limit. It expects you to prove that the existence of those two special limits implies the result.

Because of the existence of the two special limits, given [itex] \epsilon > 0 [/itex] there exists a [itex] \delta_1 > 0[/itex] such that [itex]0< | x - 1 | < \delta_1 [/itex] and [itex] x \in \mathbb{Q}\rightarrow |(f(x) - 1 | < \epsilon [/itex]. There also exists a [itex] \delta_2> 0 [/itex] such that [itex] 0 < |x-1| < \delta_2 [/itex] and [itex] x \in \overline{\mathbb{Q}} \rightarrow |f(x) - 1| < \epsilon [/itex].

Let [itex] \delta = min( \delta_1, \delta_2) [/itex]. Argue that [itex] 0 < |x - 1| < \delta \rightarrow |f(x) -1 | < \epsilon [/itex] (regardless of whether [itex] x \in \mathbb{Q} [/itex] or [itex] x \in \overline{\mathbb{Q}} [/itex].
 

What is the limit epsilon-delta definition?

The limit epsilon-delta definition is a mathematical concept that describes the behavior of a function as the input approaches a particular value. It uses two variables, epsilon and delta, to represent the distance between the input and the desired value and the output and the desired limit, respectively. This definition is used to formally define the concept of a limit in calculus.

How does the limit epsilon-delta definition differ from continuity?

The limit epsilon-delta definition and continuity are closely related concepts, but they differ in their focus. The limit epsilon-delta definition is used to formally define the behavior of a function at a specific point, while continuity is a property that describes the overall behavior of a function over an interval. Additionally, the limit epsilon-delta definition uses precise mathematical language and symbols, while continuity is often described in more intuitive terms.

What is the importance of the limit epsilon-delta definition?

The limit epsilon-delta definition is important because it provides a rigorous and formal way to understand and analyze the behavior of functions. It allows us to make precise statements about the behavior of a function and to prove theorems in calculus. It is also a fundamental concept that is used in many other areas of mathematics and science.

How is the limit epsilon-delta definition used in calculus?

In calculus, the limit epsilon-delta definition is used to define the concept of a limit. It is used to determine the behavior of a function at a specific point, which is important for understanding the behavior of a function as a whole. The definition is also used to prove theorems and to solve problems involving limits, derivatives, and integrals.

What are some common misconceptions about the limit epsilon-delta definition?

One common misconception about the limit epsilon-delta definition is that it is only applicable to continuous functions. While continuity is a property that is closely related to the limit epsilon-delta definition, the definition itself can be used for any function, regardless of its continuity. Another misconception is that the limit epsilon-delta definition is only used in calculus. In reality, it is a fundamental concept in mathematics and is used in various areas such as analysis, topology, and differential equations.

Similar threads

Replies
16
Views
2K
Replies
25
Views
3K
  • Calculus
Replies
2
Views
1K
Replies
4
Views
1K
Replies
1
Views
945
Replies
2
Views
1K
Replies
4
Views
886
Replies
3
Views
920
Back
Top