a7d07c8114
- 22
- 0
Homework Statement
There is a part of Spivak's proof of L'Hospital's Rule that I don't really see justified. It is Theorem 11-9 on p.204 of Calculus, 4th edition.
I won't reproduce the statement of L'Hospital's Rule here, except to say that it is stated for the case \lim_{x\rightarrow a}f(x)=0 and \lim_{x\rightarrow a}g(x)=0 only (i.e. indeterminate form 0/0).
Spivak first explains two assumptions implicit in the hypothesis that \lim_{x\rightarrow a}\frac{f'(x)}{g'(x)} exists:
1. there is an interval (a-\delta, a+\delta) on which f'(x) and g'(x) exist for all x in the interval, except possibly at a.
2. g'(x)\neq 0 in this interval, again except possibly at a.
He notes that f and g are not assumed to be defined at a.
***He then defines f(a)=g(a)=0, making f and g continuous at a.***
Having done so, he uses the differentiability of f and g on (a, a+\delta) to find x so that f and g are continuous on [a,x] and differentiable on (a,x). The conditions satisfied, he applies the Mean Value Theorem and the Cauchy Mean Value Theorem to f and g, and the rest of the proof is fairly straightforward.
My question, regarding the section marked by ***: why is he allowed to define f(a)=g(a)=0? The theorem should hold even if f and g are not continuous at a; Rudin provides such a proof in Principles, though I'm having trouble following it as of now. Spivak appears to have proved a weaker result for no good reason, unless this drastically simplifies the proof, and the full result is significantly harder to follow; but then he should at least mention the oversight.