Debunking a Fallacious Proof: Understanding the Flaw in the Limit Statement

  • Thread starter Thread starter jgens
  • Start date Start date
  • Tags Tags
    Limit Proof
jgens
Gold Member
Messages
1,575
Reaction score
50

Homework Statement



Consider the following proof: Suppose that we want to prove that \lim_{x \to a} x^2 = a^2 for a > 0. Given \varepsilon > 0, we simply let \delta be the minimum of \sqrt{a^2 + \varepsilon} - a and a - \sqrt{a^2 - \varepsilon}; then 0 < |x-a| < \delta implies that \sqrt{a^2 - \varepsilon} < x < \sqrt{a^2 + \varepsilon}, so a^2 - \varepsilon < x^2 < a^2 + \varepsilon, or |x^2 - a^2| < \varepsilon.

This "proof" is entirely fallacious. Wherein lies the fallacy?

Homework Equations



Definition of a limit.

The Attempt at a Solution



I haven't really been able to come up with any reason why the proof is fallacious. Sure, his choice of \delta implies that \varepsilon < a^2 which contradicts the "for every \varepsilon > 0" clause in the definition of a limit; however, it seems that this could be dealt with by the following argument: If there is in fact a \delta which works for \varepsilon < a^2, then it would follow that this same \delta would work for \varepsilon \geq a^2 as well. So, I'm stuck.

I would appreciate it if anyone could point me in the right direction. Thanks!
 
Physics news on Phys.org
I noticed that your \delta dosn't depend on a at all.
because a - \sqrt{a^2}=0 and in the same manner you can write \delta from y-y - \varepsilon to y-y + \varepsilon
and prove the same result for any variable y no matter its connection.

just my thought :)
 
Last edited:
Sorry, the LaTeX code didn't display things right. Hopefully this works better . . .

\delta = \min{\sqrt{a^2 + \varepsilon} - a, a - \sqrt{a^2 - \varepsilon}}
 
My guess would be the following (it's been a while since I did this) is that the proof only needs to be for a>0. So
<br /> |x^{2}-a^{2}|=|(x-a)(x+a)|&lt;\delta |x-a+2a|&lt;\delta (\delta +2a)<br />
So choose your epsilon accordingly so that \delta (\delta +2a)&lt;\varepsilon. I don't think that your delta should be a function of epsilon, it should be the other way around.
 
How is the square root defined (is it a function) and how does it exist
 
Last edited:
hunt_mat, I already know how to correctly prove that \lim_{x \to a} x^2 = a^2. I need figure out why the "proof" given by the author is fallacious. And, at least from the calculus book that I'm working out of, \delta is usually expressed as a function of \varepsilon, so I don't think that that's the problem.
 
nike5 said:
How is the square root defined (is it a function) and how does it exist

The author hasn't really defined the square root function yet since we have yet to prove that every non-negative real number has a square root. However, he operates on the assumption that it is a well-defined function until he introduces the least upper bound property several chapters after this one.
 
Just think about how the square root function would be defined in relation to the function x^2. It can be related to the intermediate value theorem and some other properties of the inverses of functions.
 
nike5 said:
Just think about how the square root function would be defined in relation to the function x^2. It can be related to the intermediate value theorem and some other properties of the inverses of functions.

I'm not really sure where you're going with this. Sure, I know that if \sqrt{x} has a real out put, then x \geq 0. I know that if x &lt; y, then \sqrt{x} &lt; \sqrt{y}. I'm sorry, I don't understand what you're asking me to do.

As an aside, while I'm familiar with the IVT and inverse functions, the author of this textbook doesn't do much to formally develop them until two or three chapters after this one. So, I don't think that the answer should involve anything which deals extensively with them.
 
  • #10
I'm a bit confused... is the latex error of the square root not holding the epsilon throughout the entire proof or only in the definition of delta?
 
  • #11
Blargh I remember this question from Spivak, and the intended answer is in fact what nike5 first suggested. I believe Spivak proves the existence of square roots by using the intermediate value theorem applied to f(x) = x^2. Of course the key hypothesis in the theorem is the continuity of the function, which is basically what you're trying to prove. Hence the element of circularity is the "fallacy".

But the existence of square roots can be proved directly from the least upper bound axiom, so the proof is only fallacious within the context of Spivak's presentation of the material. For instance, Rudin proves the existence of positive roots a few pages into his text. So really, there was nothing you could have done to answer this unless you had anticipated that Spivak wasn't going to prove the existence of square roots from first principles, and such an anticipation is kind of silly.
 
Back
Top