When proving the existence of a limit, I know about 2 methods. One is showing that the Right hand limit is equal to the left hand limit. Another one is using the epsilon delta definition of limit. Both are presented, but which one is used for what purpose? Is there a specific reason to prefer one over other? Don't they portray the same idea?
1 Answers
For the most part, if the functions are well-behaved the two methods are equivalent. However, $\epsilon$-$\delta$ definition is definitely more rigor, and usually introduced in more advanced classes. The right-hand, left-hand approach is more intuitive.
To see why they are equivalent, note that in the $\epsilon$-$\delta$ defintion we are showing that:
For any given $\epsilon > 0$, $\exists \delta$ such that $\forall x$ $$0<|x-c|<\delta \Rightarrow |f(x)-L| < \epsilon$$
The right-hand, left-hand approach, in the language of $\epsilon$-$\delta$ definition, states that $\forall \epsilon > 0, \exists \delta > 0 \text{ such that }$ $$0 < x - c < \delta \implies f(x) - L < \epsilon$$ and $$0 < c - x < \delta \implies L - f(x) < \epsilon $$ This method is based on the idea that the function gets arbitrarily close to a particular value $L$ as the input gets arbitrarily close to a particular point $c$, and it is useful in situations where a more intuitive approach is needed.
In short, both methods are acceptable. Which one to use is a context-sensitive question. The right-hand, left-hand approach is more intuitive and might be an easier, but $\epsilon$-$\delta$ approach is rigorous and considered formal.
- 1,086
- 4
- 15
-
This might be a bit off topic, but why is rigorous math preferred over intuition? Does rigorous definitions make something more "correct" than intuitive definitions? – 轻型八神 Jan 14 '23 at 18:49
-
Those rigorous definitions and theorems are the ones that come from the mathematical axioms. Then we can use those rigorous ideas to prove theorems that make our lives easier. Left-hand, right-hand approach is an example of it. It is easier to teach someone who is learning for the first-time about the left-hand, right-hand limit than epsilon-delta which is more abstract. We do not have to be rigor always, but if you are proving something for the first time (in terms of advanced math), you have to rely on rigorous ideas. Intuition may mislead us, but you cannot go wrong with rigorous proofs. – Josh Jan 14 '23 at 18:59
-
For an example, see http://jdh.hamkins.org/all-triangles-are-isosceles/ It gives a seemingly accurate proof that all triangles are isosceles (which is obviously not true). The problem is that the proof follows a diagram, which is based on intuition. Now if there is a flaw in our diagram, it would be carried over to the proof.
The main point: We can make mistakes, if we rely on intuition. It is a good starting place, but eventually, it needs to be formalized.
– Josh Jan 14 '23 at 19:03 -
Even Ramanujan's inscrutably powerful intuition could be mistaken, as in supposing $li(x)\le \pi(x)$ for all $x\ge 2$, which was disproved by Littlewood. – DanielWainfleet Jan 14 '23 at 20:22
-
The use of left and right limits is based on theorems and is perfectly rigorous. Your answer seems to indicate that it is less rigorous than $\epsilon, \delta$. Moreover the definition of limit can't be used directly to infer existence of a limit. For that you need various theorems. – Paramanand Singh Jan 15 '23 at 01:34
-
Yes it's rigor. I did not say it is not rigor! But I would also say that the use of left-right limit is more aligned with human intuition than $\epsilon$-$\delta$.That's why it is easier to prove limit questions with left-right limits. Now this is a subjective matter, and you might find that $\epsilon$-$\delta$ is more intuitive. That is fine too. If you treat "rigorness"as a binary value, then the two approaches are equally rigor. But if you look at it as a spectrum (which is a subjective matter), then I'd say $\epsilon$-$\delta$ is more rigor, and it's completely fine to disagree on this one – Josh Jan 15 '23 at 02:19
so $\epsilon$-$\delta$ can be used to prove the existence of a limit!
– Josh Jan 15 '23 at 04:16