0

Let $f$ be a convex function on $[a,b)$. Prove that $f$ is bounded from below.

I don't know how to go about it. Applying the definition alone isn't leading anywhere. Can someone drop a hint as to how to begin solving this problem?

This is a problem from Real Analysis, H.L Royden, 3rd edition.

S C
  • 301

1 Answers1

4

Let $c=(a+b)/2$ and $d=(c+b)/2$. The definition of convexity implies that in $[a,c]$, the graph of $f$ lies weakly above the straight line $\ell$ connecting $(c,f(c))$ to $(d,f(d))$.

Indeed, if $(x,f(x))$ fell strictly below $\ell$ for some $x \in[a,c]$, then $(c,f(c))$ would be strictly above the line segment connecting $(x,f(x))$ to $(d,f(d))$.

Similarly, in $[c,b]$, the graph of $f$ lies weakly above the line connecting $(a,f(a))$ to $(c,f(c))$.

Yuval Peres
  • 22,782