Problem: I am asked to prove the claim in the title: that if $f$ is absolutely continuous on $[a,b]$, with $f'$ increasing almost everywhere, then $f $ is a convex function.
The problem comes with the additional hint that, for $\xi < \eta$ and $\xi,\eta \in [a,b]$, we have $$ \newcommand{\nc}{\newcommand} \nc{\R}{\mathbb{R}} \nc{\AC}{\mathrm{AC}} \nc{\ve}{\varepsilon} \nc{\d}{\delta} \nc{\set}[1]{\left\{#1\right\}} \nc{\br}[1]{\left[ #1 \right]} \nc{\abs}[1]{\left| #1 \right|} \nc{\l}{\lambda} \frac{f(\eta) - f(\xi)}{\eta - \xi} = \int_0^1 f' \Big( (1-\l) \xi + \l \eta \Big) \, \mathrm{d} \l $$
Relevant Definitions: These are mostly in line with Measure & Integral: An Introduction to Real Analysis by Richard Wheeden and Antoni Zygmund.
We say that $f : [a,b] \to \R$ is absolutely continuous (denoted $f \in \AC[a,b]$) if, $\forall \ve > 0$, $\exists \d > 0$, such that, for any collection $\set{\br{a_i,b_i}}_{i=1}^n$ of finitely many non-overlapping intervals (i.e. intersect at most on the boundary) $$ \sum_i \abs{b_i-a_i} < \d \implies \sum_i \abs{f(b_i) - f(a_i)} < \ve $$
We say that $f : (a,b) \to \R$ is convex if, whenever $a < \xi < \eta < b$, and whenever $\l \in [0,1]$, then $$ f \Big( (1-\l) \xi + \l \eta \Big) \le (1-\l) f(\xi) + \l f(\eta) $$ For whatever reason, Measure & Integral chooses to use an open interval for the domain of $f$, and I'm not sure why. I don't think there's a meaningful issue if we extend to closed intervals.
We say $f : (a,b) \to \R$ has a supporting line (at an $x_0 \in (a,b)$) if $\exists m \in \R$ such that, $\forall x \in (a,b)$, $$ f(x) \ge f(x_0) + m(x-x_0) $$ (That is, a supporting line through $x_0$ has the graph of $f$ entirely above it. For differentiable $f$, the tangent line is such a support line, but many may exist in general.)
Relevant Results: Not sure how useful these are, but just in case here are some. I'm open to the use of others, though.
$f \in \AC[a,b]$ iff $f'$ exists a.e., $f' \in L[a,b]$, and $f(x) = f(a) + \int_a^x f'$ for every $x \in [a,b]$.
$f$ has a supporting line through every point in its domain iff $f$ is convex.
Some sufficient conditions to ensure that $f$ is convex include:
- If $f'$ exists everywhere (not "almost everywhere") and is increasing, $f$ is convex.
- If $f$'s right-hand derivative exists everywhere, is increasing, and always finite, then $f$ is convex.
- If $f''(x) \ge 0$ on $(a,b)$, it is convex.
That all said, I'm not sure at all how to handle the argument, or even the relevance of the given hint. I do notice that it is just a reformulation of the fundamental theorem of calculus for $f$, as, by letting $u = (1-\l) \xi + \l \eta$,
$$\int_0^1 f' \Big( (1-\l) \xi + \l \eta \Big) \, \mathrm{d}\l = \frac 1{\eta-\xi} \int_\xi^\eta f'(u) \, \mathrm{d} u$$
Maybe one could send $\eta \to \xi$ in the limit? But handling the right hand side of the hint, if we were to bring the limit in somehow (even if it could be justified) would just tell use the $f' \equiv 1$ a.e., which doesn't help.
I know it's not much, but can anyone give me any hints or nudges in the right direction?
$$x > y \implies f'(x) > f'(y)$$
for all $x,y \in [a,b] - Z$ where $Z \subseteq [a,b]$ is a set of measure zero.
– PrincessEev Apr 08 '23 at 07:35