3

Let $I$ be a bounded interval and $f:I\to \mathbb{R}$ be a convex function. Prove that $f$ is bounded below in $I.$

Attempt. Let $a,~b\in I$, by convexity of $f$ on $[a,b]:$ $$f(x)\leq g(x):=f(a)+\frac{f(b)-f(a)}{b-a}(x-a)$$ for all $x\in [a,b]$. So it is enough to prove that:

  1. $f(x)\geq g(x)$ for $x\in I,~x<a$ or $x>b$,

  2. $f$ attains a minimum value $m$ on $[a,b]$,

enter image description here

Thanks for the help.

  • 1
    How does $2$ follow from $1$? You only bounded $f$ on $x<a$ and $x>b$. You didn't say anything about $x\in[a,b]$. – 5xum Feb 14 '19 at 12:45
  • and 2. are independent. If we prove 1 and 2 then, since g is bounded on $I$, say $m'$ its minimum value, then $f(x)\geq min{m,m'}$ for all $x\in I.$
  • – Nikolaos Skout Feb 14 '19 at 12:51