Proof about concave functions

183 Views Asked by At

Let $f(x)$ be an increasing, strictly concave function with $f(0)=0$. I have to show that given $x<y$, $f(y+\varepsilon) - f(x+\varepsilon) < f(y) - f(x)$, where $\varepsilon$ is a small, positive number. The idea is that a concave function has a decreasing slope (i.e. $f''<0$ if $f$ is differentiable). Any help would be appreciated!

2

There are 2 best solutions below

5
On

$f''<0$ implies $$f'(a+ε) < f'(a) $$ $$\implies \int_x^y f'(a+\epsilon) da < \int_x^y f'(a) da$$ $$\implies f(y+\epsilon) -f(x+\epsilon) < f(y) - f(x)$$

2
On

Let $ \alpha = \frac{ \epsilon}{y - x}$, which is between 0 and 1 for small positive $\epsilon$.

$$\begin{array} { l l l }f(y) &= &f\left( (1-\alpha)(y+\epsilon) + \alpha (x+\epsilon) \right) &> ( 1 - \alpha)f(y+\epsilon) + \alpha f(x+ \epsilon) \\ f(x+\epsilon) &= &f\left( (1-\alpha)(x) + \alpha y \right) &> ( 1 - \alpha)f(x) + \alpha f(y). \end{array} $$

Sum up these 2 inequalities, combine terms, and divide by $ 1 - \alpha$, we get

$$f(y) - f(x) > f(y + \epsilon) - f(x + \epsilon)$$


As a follow up, try the case where $ \epsilon > y -x$ in a similar manner.
Hence, the inquality is true for all $ \epsilon > 0$.