Lemma used in Proof of L'Hôpital's Rule for Indeterminate Types of $\infty/\infty$

199 Views Asked by At

This question arises from an unproved assumption made in a proof of L'Hôpital's Rule for Indeterminate Types of $\infty/\infty$ from a Real Analysis textbook I am using. The result is intuitively simple to understand, but I am having trouble formulating a rigorous proof based on limit properties of functions and/or sequences.

Statement/Lemma to be Proved: Let $f$ be a continuous function on interval $(a,b)\!\subset\!\mathbb{R}$. If $\displaystyle{\lim_{x\rightarrow a+}\!f(x)\!=\!\infty}$, then, given any $\alpha\!\in\!\mathbb{R}$, there exists $c\!>\!a$ such that $x\!\in\!A\cap(a,c)$ implies $\alpha\leq f(c)<f(x)$.

Relationship with Infinite Limit Definition: At first glance, this may appear to slimply be the definition of right-hand infinite limits:

  • $\displaystyle{\lim_{x\rightarrow a+}\!f(x)\!=\!\infty}$ is defined to mean: given any $\alpha\!\in\!\mathbb{R}$, there exists $\delta\!>\!0$, such that $x\!\in\!A\cap(a,a+\delta)$ implies $\alpha<f(x)$.

However, the main difference is that the result I am interested in forces an association between the "$\delta$" and the "$\alpha$" (where $\alpha=f(a+\delta)$, i.e., it forces $c\!\equiv\!a+\delta$ to be in the domain of $f$).

EDIT: The statement to be proved that I originally presented did not require $f$ to be continuous on $A$. However, this was added to address the comment and counterexample below.

EDIT #2: Again, a helpful user (@DanielFischer) commented that the statement after the first edit needed yet an additional limitation--i.e., that $A$ must also be an interval--for it to hold.

2

There are 2 best solutions below

0
On BEST ANSWER

I believe I have a proof for the special case when the domain is an interval. It is interesting to me that the proof of this simple assertion is not so trivial (although if there is a simplier route to getting this result, I would be interested in finding out).

Theorem Let $f$ be a continuous function on interval $(a,b)\!\subset\!\mathbb{R}$. If $\displaystyle{\lim_{x\to a+}f(x)\!=\!\infty}$, then, given any $\alpha\!\in\!\mathbb{R}$, there exists $c\!\in\!(a,b)$ such that: (1) $\alpha\!\leq\!f(c)$, and (2) $x\!\in\!(a,c)$ implies $f(c)\!<\!f(x)$.

Proof From the definition of the infinite right-handed limit, given any $\alpha\!\in\!\mathbb{R}$, there exists $\delta\!>\!0$ (where we can assume that $a+\delta\!<\!b$) such that: $$\qquad\qquad\ 0\!<\!x\!-\!a\!<\!\delta\ \ \mbox{implies}\ \ \alpha\!<\!f(x).\qquad\qquad(*)$$ Since $a\!+\!\delta\!\in\!I$, then either: (1) $f(a\!+\!\delta)\!=\!\alpha$, (2) $f(a\!+\!\delta)\!<\!\alpha$, or (3) $f(a\!+\!\delta)\!>\!\alpha$.

  • Case (1), where $f(a\!+\!\delta)\!=\!\alpha$: Let $c\!\equiv\!a+\delta$ and the assertion is proved.
  • Case (2), where $f(a\!+\!\delta)\!<\!\alpha$: In addition to this case's assumption, one also has $f(a\!+\!\delta/2)\!>\!\alpha$ by the implication $(*)$ above. Therefore, since $f(a\!+\!\delta)<\alpha<f(a\!+\!\delta/2)$, by Bolzano's Intermediate Value Theorem, there exists a number $k\!\in\!(a\!+\!\frac{\delta}{2},a\!+\!\delta)$ such that $f(k)\!=\!\alpha$. A second application of Bolzano's theorem results in a number $l\!\in\!(k,a\!+\!\delta)$ such that $f(a\!+\!\delta)\!<\!f(l)\!<\!\alpha$. However, this contradicts implication $(*)$ above so that $f(a\!+\!\delta)\!\not<\!\alpha$ and this case is not possible.
  • Case (3), where $f(a\!+\!\delta)\!>\!\alpha$: Define $\alpha'\!\equiv\!f(a\!+\!\delta)$. Again, the infinite limit definition states that there exists $\delta'\!>\!0$ such that: $$\qquad\qquad\ 0\!<\!x\!-\!a\!<\!\delta'\ \ \mbox{implies}\ \ \alpha'\!<\!f(x).\qquad\qquad(**)$$ It must be that $\delta'\!\leq\!\delta$ (otherwise a contradiction would result for the point $a\!+\!\delta$ in (**) above). If $\delta'\!=\!\delta$, then let $c\!\equiv\!a+\delta'$ and the assertion is proved. If $\delta'\!<\!\delta$, then from the Extreme Value Theorem, $f$ has an absolute minimum $f_{min}$ on $[a\!+\!\delta',a\!+\!\delta]$. Define the following set: $$X\equiv\{\ x\ :\ x\!\in\![a\!+\!\delta',a\!+\!\delta]\ \mbox{and}\ f(x)\!=\!f_{min}\},$$ which includes all points in that subdomain that have $f_{min}$ as their image. The question next becomes whether the infimum of this set is a member of the set (i.e., whether the set has a minimum). The answer is that it must, because if it doesn't, then $f$ would be discontinuous at the infimum contradicting the assertion's hypothesis that $f$ be continuous. Let $c\!\equiv\!\inf X$ and the assertion is proved.
3
On

Assuming that $a$ is a lower limit point of $A$ \ $\{a\},$ the statement $\lim_{x\to a+}f(x)=\infty$ is equivalent to $$\lim_{c\to a+}\inf \{f(x): x\in (a,c)\cap A\}=\infty.$$ And the statement you wish to derive from $\lim_{x\to a+}f(x)=\infty$ is equivalent to $$\lim_{c\to a+}\sup \{f(x): x\in (a,c)\cap A\}=\infty.$$ Which is obvious because $\sup S\geq \inf S$ for any $S\subset \mathbb R.$