Prove that $\sinh(\cosh(x)) \geq \cosh(\sinh(x))$

Solution 1:

Here's a solution with very little calculus. First, an identity: \begin{align*} \sinh^2(a+b) - \sinh^2(a-b) &= (\sinh a\cosh b + \cosh a\sinh b)^2 - (\sinh a\cosh b - \cosh a\sinh b)^2 \\ &= 4\sinh a \cosh a\sinh b \cosh b \\ &= \sinh(2a)\sinh(2b) \end{align*} Taking $a=e^x/2$ and $b=e^{-x}/2$, we get \begin{align*} \sinh^2(\cosh x) - \sinh^2(\sinh x) &= \sinh(e^x) \sinh(e^{-x}) \\ &\ge e^xe^{-x} &&\text{(since $\sinh t\ge t$ for $t\ge 0$)} \\ &= 1 \\ &= \cosh^2(\sinh x) - \sinh^2(\sinh x) \end{align*} Cancelling $\sinh^2(\sinh x)$ and taking square roots gives the desired inequality.

Calculus is needed here only to justify the inequality $\sinh t\ge t$ (for $t\ge 0$).


Update: Another nice thing about this method is that it points the way to a more exact inequality. It turns out that $$ \sinh u\sinh v \ge \sinh^2\sqrt{uv} $$ for $u,v\ge 0$. (Proof 1: $\frac12(u^{2m+1}v^{2n+1} + v^{2m+1}u^{2n+1})\ge (uv)^{m+n+1}$ by AM/GM; divide by $(2m+1)!\,(2n+1)!$ and apply $\sum_{m=0}^\infty \sum_{n=0}^\infty$. Proof 2: Check that $t\mapsto\ln\sinh(e^t)$ is convex (for all $t$) by computing its second derivative.)

Applying this with $u=e^x$ and $v=e^{-x}$ above, we get $$ \sinh^2(\cosh x) \ge \cosh^2(\sinh x) + \underbrace{\sinh^2(1) - 1}_{\approx 0.3811} $$ with equality when $x=0$.

Solution 2:

For any $y \ge 0$, notice

$$e^y - 1 = \int_0^y e^x dx \ge \int_0^y (1+x) dx \ge \int_0^y \left(1+\frac{x} {\sqrt{1+x^2}}\right)dx = y + \sqrt{1+y^2} - 1$$ we have this little inequality: $$\sqrt{1+y^2} - y = \frac{1}{\sqrt{1+y^2} + y} \ge e^{-y}$$

Using MVT, we can find a $\xi \in (y,\sqrt{1+y^2})$ such that

$$\sinh\sqrt{1+y^2} - \sinh(y) = \cosh(\xi)\left(\sqrt{1+y^2} - y\right) \ge \cosh(\xi) e^{-y} \ge e^{-y}$$

Since $e^{-y} = \cosh(y) - \sinh(y)$, this leads to $$ \sinh\sqrt{1+y^2} \ge \cosh(y)\\ $$

Substitute $y$ by $\sinh(x)$ and notice $\sqrt{1+y^2} = \cosh(x)$, this reduces to our desired inequality:

$$\sinh(\cosh(x)) \ge \cosh(\sinh(x))$$

Solution 3:

Let $t=\sinh x$. Now we can square the inequality and instead try proving $$\sinh^2(\sqrt{1+t^2})=\sinh^2(\cosh x) \ge \cosh^2(\sinh x)=1+\sinh^2t$$

So it is enough to show $f(t) = \sinh^2(\sqrt{1+t^2})-\sinh^2t-1 \ge 0$. As $f$ is even and $f(0)> 0$, it is enough to show it is increasing for positive $t$. Hence we look at $$f'(t) = \frac{t\sinh (2\sqrt{1+t^2})}{\sqrt{1+t^2}} - \sinh(2t)$$ To show this is positive, it suffices to note by differentiating that the function $g(t) = \dfrac{\sinh t}{t}$ is increasing, so $g(2\sqrt{1+t^2})> g(2t)$. Hence proved...