If $x,y,z\in\mathbb R^+$ are in Harmonic Progression, prove that $z\cdot e^{x-y}+x\cdot e^{z-y}\ge\frac{2xz}y$
Given, $\frac1y-\frac1x=\frac1z-\frac1y\implies z(x-y)=x(y-z)$
I tried AM-GM inequality on $ze^{x-y}, xe^{z-y}$ but couldn't conclude.
I tried weighted AM-GM inequality on $e^{x-y}$ with weight $z$ and $e^{z-y}$ with weight $x$ but couldn't conclude.
I tried AM-HM inequality but couldn't conclude.
How to solve this problem?
Your inequality is equivalent to: $$\dfrac{e^x}{x} + \dfrac{e^z}{z}\geq2\dfrac{e^y}{y}\iff \dfrac{e^x}{x} + \dfrac{e^z}{z}\geq\left(\frac 1x + \frac 1z\right)e^{\tfrac{2xz}{x+z}}.$$ After some more rearrangement, this is equivalent to: $$\frac{z}{x+z}e^x + \frac{x}{x+z}e^z\geq e^{\tfrac{x\cdot z}{x+z} + \tfrac{z\cdot x}{x+z}},$$ which is just weighted AM-GM.
Interestingly, the Jensen's inequality is not strong enough in the first form as $\dfrac{e^x}{x}$ is convex but not increasing.