While reading an article on Hoeffding's Inequality, I came across a curious inequality. Namely
$$\cosh x \leq e^{x^2/2} \quad \forall x \in \mathbb{R}$$
I tried many ways to prove it and finally, the Taylor series approach worked:
$$e^x = 1 + x + \frac{x^2}{2!} + \cdots$$ $$e^{-x} = 1 - x + \frac{x^2}{2!} - \cdots$$ Adding the two and dividing by 2 (This operation being justified as both series converge), we get
$$\cosh x = 1 + \frac{x^2}{2!}+ \frac{x^4}{4!} + \cdots$$
Expanding $e^{x^2/2}$ yields
$$e^{x^2/2} = 1 + \frac{x^2}{2!}+ \frac{x^4}{4\times 2!} + \cdots$$
If you do a term by term comparison, you get the desired result.
My question is: Is there another more "Cute"/elegant way to get this result? If so, what is it? I tried using Jensen's Inequality but that didn't help. Also I searched for this inequality using the keywords "cosh x" and "inequality", but didn't get it.
Any ideas will be appreciated.