jgens
Gold Member
- 1,575
- 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!