a) Show that $x>0\implies \sinh(x)>0$
$\sinh(x)=\frac{e^x-e^{-x}}{2}$
Let $x>0$.
$\frac{e^x-e^{-x}}{2}>0$
$\implies e^x-e^{-x}>0$
$\implies e^x>e^{-x}$
$\implies x>-x$ since taking the natural logarithm doesn't change the inequality sign.
$\implies 2x>0$
$\implies x>0$
$\implies 1>0$
Which is true
b) Conclude that $\cosh$ on $\mathbb{R}^{+}$ and $\sinh, \tanh:=\frac{\sinh}{\cosh}$ on $\mathbb{R}$ are strictly monotone increasing.
$\cosh(x)=\frac{e^x+e^{-x}}{2}$
Let $0 $\frac{e^x+e^{-x}}{2}<\frac{e^y+e^{-y}}{2}$ $\implies e^x+e^{-x} $\implies e^x-e^{-y} $\implies e^x(1-e^{-x-y}) Since the stuff in the brackets is the same we only have to show $e^x $x Which is true. Therefore $\cosh$ is strictly monotonic increasing. Let $x,y\in\mathbb{R}$ and $x $\sinh(x)=\frac{e^x-e^{-x}}{2}$ $\frac{e^x-e^{-x}}{2}<\frac{e^y-e^{-y}}{2}$ $\implies e^x-e^{-x} $\implies e^x+e^{-y} $\implies e^x(1+e^{-y-x}) Which is analogous to $\cosh$. Therefore $\sinh$ is strictly monotonic increasing. $\tanh(x)=\frac{\sinh(x)}{\cosh(x)}=\frac{\frac{e^x-e^{-x}}{2}}{\frac{e^x+e^{-x}}{2}} <\frac{\frac{e^y-e^{-y}}{2}}{\frac{e^y+e^{-y}}{2}}=\tanh(y)$ $\implies \frac{e^x-e^{-x}}{e^x+e^{-x}}<\frac{e^y-e^{-y}}{e^y+e^{-y}}$ can we use at the end maybe a WLOG-argument, by setting $x=0$, and $y>0$? Also is the above correct so far?