I'm doing this exercise which gives the following definition of the convex hull of a function.
Doesn't this definition make $g(x) = f(x)$?
I'm doing this exercise which gives the following definition of the convex hull of a function.
Doesn't this definition make $g(x) = f(x)$?
No: for instance, if $f(x)=\begin{cases}1&\text{if }0\le x\le 1\\ 0&\text{if }x<0\lor x>1\end{cases}$, then $g=0$, because $\operatorname{conv}\operatorname{epi} f=\Bbb R\times [0,\infty)$.