I'm currently working through a proof for Young's inequality in the simplest case:
If $a,b > 0$ , then $a \cdot b \leq \frac{a^p}{p} + \frac{b^q}{q}$ for $p,q$ conjugates.
The proof is relatively simple, but relies on the fact that
$$ \log\bigl(\gamma\cdot x+(1-\gamma)\cdot y\bigr) \geq \gamma\cdot \log(x) + (1-\gamma)\cdot \log(y) $$
for $0 < \gamma \leq 1$. I've tried proving this myself with no success, as well as searching online. Any suggestions would be appreciated.
I will prove the following statement. Let $f(x)$ be a twice-differentiable function on $I = [a, b]$ such that for every $x \in I$, $f''(x) \leq 0$. Then for any $t \in [0, 1]$ and for any $c, d \in I$, $f(tc + (1-t)d) \geq tf(c) + (1-t)f(d)$.
Proof: Let $c, d \in I$. Let $g(x) = f(x) - \left( \frac{f(d)-f(c)}{d-c}(x-c) + f(c) \right)$. Then $g(c) = g(d) = 0$ and $g''(x) = f''(x) \leq 0$ for all $x \in I$.
We claim that $g(x) \geq 0$ for all $x \in [c, d]$. For the sake of contradiction, suppose that there is some $x \in [c, d]$ such that $g(x) < 0$. Then
$$ 0 > g(x) = \int_c^x g'(s) ds + g(c) = \int_c^x g'(s) ds .$$
This means that for some $y \in [c, x]$, $g'(y) < 0$. Then for any $z \in [y, d]$, since $g''(s) \leq 0$ for any $s \in I$,
$$ g'(z) = \int_y^z g''(s) ds + g'(y) < 0 .$$
But this implies
$$ 0 = g(d) = \int_c^d g'(s) ds = \int_c^x g'(s) ds + \int_x^d g'(s) ds < 0 ,$$
a contradiction. Thus $g(x) \geq 0$ for all $x \in [c, d]$.
In particular, let $x = tc + (1-t)d$. Then
$$ 0 \leq g(tc + (1-t)d) = f(tc + (1-t)d) - \left( \frac{f(d)-f(c)}{d-c}(tc + (1-t)d - c) + f(c) \right) $$
$$\rightarrow \frac{f(d) - f(c)}{d-c}(1-t)(d-c) + f(c) \leq f(tc + (1-t)d) $$
$$\rightarrow tf(c) + (1-t)f(d) \leq f(tc + (1-t)d) .$$