The fact that $\int_{0}^{\infty} \frac{\sin{x} dx}{x} $ converges has been proven multiple times for example: here
However I am wondering what is the way of proving it using Cauchy-Bolzano criterion.
The fact that $\int_{0}^{\infty} \frac{\sin{x} dx}{x} $ converges has been proven multiple times for example: here
However I am wondering what is the way of proving it using Cauchy-Bolzano criterion.
The criterion would be: for every $\epsilon$, there exists $T$ such that for every $U > T$, we have $\big|\int_T^U \frac{\sin x}x\,dx\big| < \epsilon$. This can be proved by integrating by parts: \begin{align*} \bigg| \int_T^U \frac{\sin x}x\,dx \bigg| &= \bigg| {-}\frac{\cos x}x \bigg|_T^U - \int_T^U \frac{\cos x}{x^2}\,dx \bigg| \\ &\le \frac1T + \frac1U + \int_T^U \frac{1}{x^2}\,dx < \frac3T. \end{align*} So choosing $T = \frac3\epsilon$ suffices.