[Math] Applications of the Mean Value Theorem (but not Mean Value Inequality)

calculusderivativesreal-analysisreverse-math

The mean value theorem, found in every calculus textbook since the time of Cauchy (or before), says the following:

(MVT) Suppose $f : [a,b] \to \mathbb{R}$ is continuous on $[a,b]$ and differentiable on $(a,b)$. Then there exists $c \in (a,b)$ such that $f'(c) = \frac{f(b) – f(a)}{b-a}$.

An immediate corollary is the mean value inequality:

(MVI) Suppose $f : [a,b] \to \mathbb{R}$ is continuous on $[a,b]$ and differentiable on $(a,b)$. Suppose further than $|f'| \le M$ on $(a,b)$. Then $|f(b) – f(a)| \le M |b-a|$.

MVI is in some sense a weaker statement than MVT, since for instance, analogous versions of MVI hold in higher dimensions, while analogous versions of MVT fail there. So I would not really expect that we can use MVI to easily prove MVT.

Now, every mathematically interesting consequence of the MVT I've ever seen can actually be proved using MVI. (By "mathematically interesting" I mean to exclude exercises designed specifically to illustrate the theorem, as well as statements like "there was some time at which your speedometer read exactly 100 km/hr" that really just restate the result). In particular, I think MVI can prove all the "interesting" statements in the question Applications of the Mean Value Theorem.

Are there any mathematically interesting consequences of MVT which cannot be proved from MVI?

(You can interpret "cannot" in as formal or informal a sense as you want. Anywhere from precise statements in model theory or reverse mathematics, to "I don't see any easy way to prove this from MVI".)

Best Answer

Consider the following proposition discussed by Hardy in A Course of Pure Mathematics.

Suppose $\lim_{x \to \infty} f(x) = L$ and $\lim_{x \to \infty} f'(x)$ exists. Then $\lim_{x \to \infty} f'(x)= 0.$

A classic proof uses the clever trick of applying L'Hospital's rule to $e^x f(x) / e^x.$

My proof would be, by the MVT there exists $\xi_x \in (x,x+1)$ such that

$$f(x+1) - f(x) = f'(\xi_x).$$

Hence,

$$0 = \lim_{x \to \infty} [f(x+1) - f(x)] = \lim_{x \to \infty}f'(\xi_x) = \lim_{x \to \infty}f'(x). $$

Knowing only that $|f'(x)| \leqslant M$, since the (finite) limit exist, and $|f(x+1) - f(x)| \leqslant M$ does not appear to help.