Consider the following integral for $x>0$:
$$ \int_0^x \frac{1}{\sqrt{\cosh(x)-\cosh(y)}} dy.$$
I would like to show that this integral is actually convergent. Is it possible to find an integrable upper bound for the function $y\mapsto \frac{1}{\sqrt{\cosh(x)-\cosh(y)}}$? I could not accomplish anything in this direction.
Best wishes
Simple sum/difference of two hyperbolic trig functions:
$$\cosh(x)-\cosh(y)=2\sinh\left(\frac{x+y}2\right)\sinh\left(\frac{x-y}2\right)$$
Thus, the real question is whether or not
$$\int_0^x\frac1{\sqrt{\sinh\left(\frac{x-y}2\right)}}\ dy$$
converges. We may use $\sinh(x)\ge x$ for $x\ge0$ to compare this to
$$\int_0^x\frac1{\sqrt{x-y}}\ dy$$
which converges. That is,
$$\begin{align}\int_0^x\frac1{\sqrt{\cosh(x)-\cosh(y)}}\ dy&\le\frac1{\sqrt2}\sqrt{\operatorname{csch}(x/2)}\int_0^x\frac1{\sqrt{\sinh\left(\frac{x-y}2\right)}}\ dy\\&\le\frac1{\sqrt2}\sqrt{\operatorname{csch}(x/2)}\int_0^x\frac{\sqrt2}{\sqrt{x-y}}\ dy\\&=2\sqrt{x\operatorname{csch}(x/2)}\\&<\infty\end{align}$$