Let $x,y \in R$ and $x \neq y$. Show that $e^\frac{x+y}2 \lt \frac12 (e^x + e^y)$
Struggling with this proof atm.
Tried every approach I could think of. Attempted to look at it written as a series, as a limit and tried playing around with the general rules for exponential functions.
if $a\ne b$
$(a-b)^2 > 0\\ a^2 + b^2 > 2ab\\ ab < \frac 12 (a^2 + b^2)$
This is the AM-GM inequality.
$a = e^\frac x2, b= e^\frac y2$