- 4,796
- 32
[SOLVED] Real analysis - show convex functions are left & right differentiable
Let f:R-->R be convex. Show f admits in every point a left derivative and a right derivative.
A function f:R-->R is convex if x1 < x < x2 implies
f(x)\leq \frac{x_2-x}{x_2-x_1}f(x_1)+\frac{x-x_1}{x_2-x_1}f(x_2)
Or equivalently, if whatever x, y, and \lambda in [0,1],
f(\lambda x + (1-\lambda)y\leq \lambda f(x) + (1-\lambda)f(y)By left derivative at x0, we mean the limit
D_lf(x_0)\lim_{x\rightarrow x_0^-}\frac{f(x)-f(x_0)}{x-x_0}
and by right derivative at x0, we mean the limit
D_rf(x_0)\lim_{x\rightarrow x_0^+}\frac{f(x)-f(x_0)}{x-x_0}
Let's stick to the left derivative.
I know convex functions are Lip****z, so the differential quotient is bounded.
I have also proven in an earlier exercise that the differential quotient is increasing as x increases:
"If x1 < x < x2, then \frac{f(x)-f(x_1)}{x-x_1}\leq \frac{f(x_2)-f(x_1)}{x_2-x_1} \leq\frac{f(x_2)-f(x)}{x_2-x}"
But this does not give the conclusion because I must show the differential quotient converges for any sequence, monotonous or not, converging to x0.
Can we show limsup=liminf? Can we show it is Cauchy? I don't see how.
Homework Statement
Let f:R-->R be convex. Show f admits in every point a left derivative and a right derivative.
Homework Equations
A function f:R-->R is convex if x1 < x < x2 implies
f(x)\leq \frac{x_2-x}{x_2-x_1}f(x_1)+\frac{x-x_1}{x_2-x_1}f(x_2)
Or equivalently, if whatever x, y, and \lambda in [0,1],
f(\lambda x + (1-\lambda)y\leq \lambda f(x) + (1-\lambda)f(y)By left derivative at x0, we mean the limit
D_lf(x_0)\lim_{x\rightarrow x_0^-}\frac{f(x)-f(x_0)}{x-x_0}
and by right derivative at x0, we mean the limit
D_rf(x_0)\lim_{x\rightarrow x_0^+}\frac{f(x)-f(x_0)}{x-x_0}
The Attempt at a Solution
Let's stick to the left derivative.
I know convex functions are Lip****z, so the differential quotient is bounded.
I have also proven in an earlier exercise that the differential quotient is increasing as x increases:
"If x1 < x < x2, then \frac{f(x)-f(x_1)}{x-x_1}\leq \frac{f(x_2)-f(x_1)}{x_2-x_1} \leq\frac{f(x_2)-f(x)}{x_2-x}"
But this does not give the conclusion because I must show the differential quotient converges for any sequence, monotonous or not, converging to x0.
Can we show limsup=liminf? Can we show it is Cauchy? I don't see how.
Last edited: