Proof of L'Hospital rule

156 Views Asked by At

So I've stumbled upon a proof of L'Hospital rule in my real analysis textbox that I can't seem to understand. Here goes:

$$ \text{Let } f,g:[a, b) \to \mathbb{R} \text{ be functions that satisfy the following conditions: }$$ $$\text{1. } f \text{ and } g \text{ are continuous on the interval } [a, b) $$ $$\text{2. } f \text{ and } g \text{ are differentiable on the interval } (a, b) \text{ where } g'(x) \neq 0 \quad (\forall x\in(a, b)) $$ $$\text{3. } f(a) = g(a) = 0 $$

$$ \text{If } \lim_{x \to a^+}{\frac{f'(x)}{g'(x)}} \text{ exists, then } \lim_{x \to a^+}{\frac{f(x)}{g(x)}} \text{ exists and } \lim_{x \to a^+}{\frac{f'(x)}{g'(x)}} = \lim_{x \to a^+}{\frac{f(x)}{g(x)}} $$

Proof.

$$ \text{Let } x \in (a, b) \text{ be arbitrary.} $$ $$ \text{Then the functions } f \text{ and } g \text{ satisfy the conditions of Cauchy's theorem on the interval } [a, x] \\ \text{Therefore } \exists \delta = \delta(x) \in (a, x) \text{ such that: }\\ \frac{f(x) - f(a)}{g(x) - g(a)} = \frac{f'(\delta(x))}{g'(\delta(x))} $$

$$ \text{Since } f(a) = g(a) = 0 \text{ we have: } \\ \frac{f(x)}{g(x)} = \frac{f'(\delta(x))}{f'(\delta(x))}$$

$$ \text{Let } \lim_{x \to a^+}{\frac{f'(x)}{g'(x)}} = L \text{. Since } a < \delta(x) < x \text{ , by the squeeze theorem we have } \lim_{x \to a^+}{\delta(x)} = a \\ \text{Since } \delta(x) > a (\forall x \in (a, b)) \text{ we know that } \lim_{x \to a^+}{\frac{f'(\delta(x))}{g'(\delta(x))}} \text{ exists and let: } \\ \lim_{x \to a^+}{\frac{f'(\delta(x))}{g'(\delta(x))}} = L $$

$$ \text{Now, since } \frac{f(x)}{g(x)} = \frac{f'(\delta(x))}{g'(\delta(x))} \text{ , we get } \lim_{x \to a^+}{\frac{f(x)}{g(x)}} = \lim_{x \to a^+}{\frac{f'(\delta(x))}{g'(\delta(x))}} = L = \lim_{x \to a^+}{\frac{f'(x)}{g'(x)}} $$

Now, if I were to pretend to understand how they applied Cauchy's theorem then I would understand the entire proof. What I'm finding hard to understand is the whole notation $$ \delta = \delta(x)$$ What does that mean? Is delta a constant? If so then how can I later evaluate its limit (via squeeze theorem) to be equal to a. If it's not a constant, how come it came from Cauchy's theorem which states that there exists a constant in a given interval for which those rules apply.

I'm so confused about this that I'm not even sure how to properly ask this question.