I'm currently struggling to prove that, for all $x \geq 0$, $\sinh (x) \leq x \cosh (x)$. Or equivalently, that
$$ \frac{e^x - e^{-x}}{2} \leq \frac{xe^x + xe^{-x}}{2} \hspace{5 mm} \Rightarrow \hspace{5 mm} (1-x)(e^x - e^{-x}) \leq 0 $$
I've attempted to prove this by induction, but have have been unable to use the induction hypothesis $x=k$ to prove that the case $x=k+1$ must hold.
I've also attempted to prove this by contradiction, by supposing that
$$ (1-x)(e^x - e^{-x}) > 0 $$
but have been unable to reach a contradiction.
Can anyone advise me how to go about tackling this problem?