Exercise 4.24

Exercise 24: Assume that f is a continuous real function defined in ( a , b ) such that

f ( x + y 2 ) f ( x ) + f ( y ) 2

for all x , y ( a , b ) . Prove that f is convex.

Answers

Fix x , y ( a , b ) . We can show by induction that f ( λx + ( 1 λ ) y ) λf ( x ) + ( 1 λ ) f ( y ) for all rational λ between 0 and 1 with denominator a power of 2. This is true for λ = 1 2 by assumption. Assume that the inequality holds for all λ = j 2 m for m < n and 1 < j < 2 m , and let λ = j 2 n . If j is even, then the inequality holds by the induction hypothesis, so assume j = 2 k + 1 is odd. Let

x 1 = ( k 2 n 1 ) x + ( 1 k 2 n 1 ) y and y 1 = ( k + 1 2 n 1 ) x + ( 1 k + 1 2 n 1 ) y .

Then λx + ( 1 λ ) y = ( x 1 + y 1 ) 2 , so we have

f ( λx + ( 1 λ ) y ) f ( x 1 ) + f ( y 1 ) 2 1 2 ( ( k 2 n 1 ) f ( x ) + ( 1 k 2 n 1 ) f ( y ) ) + 1 2 ( ( k + 1 2 n 1 ) f ( x ) + ( 1 k + 1 2 n 1 ) f ( y ) ) = λf ( x ) + ( 1 λ ) f ( y )

Both sides of the inequality f ( λx + ( 1 λ ) y ) λf ( x ) + ( 1 λ ) f ( y ) are continuous for λ ( 0 , 1 ) , and the inequality holds for a dense subset of ( 0 , 1 ) . Hence it holds for all λ ( 0 , 1 ) .

User profile picture
2023-08-07 00:00
Comments

Proof. Suppose that f is not convex. Then, for a < x < b , a < y < b , 0 < λ < 1 , f ( f ( λx + ( 1 λ ) y ) > λf ( x ) + ( 1 λ ) f ( y ) ) by the definition of convex. Let z = λx + ( 1 λ ) y . Assume, without a loss of generality, that x < y . Then construct A = { p [ x , z ) : f ( p ) = λx + ( 1 λ ) y } . By construction, A is bounded by x below and z above, and f ( x ) λx + ( 1 λ ) y < f ( z ) implies that A is not empty from the Intermediate Value Theorem since f is continuous. The boundedness of A means that we can let α = sup A . Now construct B = { p ( z , y ] : f ( p ) = λx + ( 1 λ ) y } . By construction, B is bounded by z below and y above, and f ( z ) < λx + ( 1 λ ) y f ( x ) implies that B is not empty from the Intermediate Value Theorem since f is continuous. The boundedness of B means that we can let β = sup B . Next, by construction, we also know that α z β . However, we know that both α = z and β = z cannot be true because then we would have a simple discontinuity at z , which contradicts that f is continuous. So, α < z < β . By construction, we can then say that for all c ( α , β ) , f ( c ) > λf ( α ) + ( 1 λ ) f ( β ) . Specifically for λ = 1 2 , for all c ( α , β ) , f ( c ) > ( f ( α ) + f ( β ) ) 2 . However, this is a contradiction since the values of f over an interval cannot be strictly greater than the average value of f over this interval since f is continuous. Therefore, f must be convex. □

User profile picture
2023-09-01 19:49
Comments