I am currently reading Titchmarsh's book about the Riemann Zeta function and came across a problem in a proof of the functional equation that I cannot solve.
To be precise, I am referring to this book here at page 15.
I have two problems there:
First:
It states that $$[x]-x+\frac{1}{2}=\sum_{n=1}^{\infty}\frac{sin(2n\pi x)}{n\pi}$$ where $[x]$ is the greatest integer less or equal to $x$.
I know that for $0< y <2\pi $ holds $$\frac{\pi-y}{2}=\sum_{n=1}^{\infty}\frac{sin(ny)}{n}$$ and when I take $y=2\pi x$, I get
$$\sum_{n=1}^{\infty}\frac{sin(2\pi nx)}{n\pi}=\frac{1}{\pi} \cdot \frac{\pi -2\pi x}{2}= \frac{1}{2}-x$$
My question is: what happened to $[x]$? Why does equallity above still hold?
My second question is why we can change series and integral in
\begin{align*} \zeta(s)&= s\int_0^{\infty} \frac{[x]-x+\frac{1}{2}}{x^{s+1}}dx\\ &= s\int_0^{\infty} \frac{\sum_{n=1}^{\infty}\frac{sin(2\pi nx)}{n\pi}}{x^{s+1}}dx\\ &= \frac{s}{\pi}\int_0^{\infty}\sum_{n=1}^{\infty} \frac{sin(2\pi nx)}{n x^{s+1}}dx\\ &=\frac{s}{\pi}\sum_{n=1}^{\infty}\int_0^{\infty} \frac{sin(2\pi nx)}{n x^{s+1}}dx \end{align*}
Titchmarsh states that to justify the term-by-term integration it suffices to show that $$\lim\limits_{\lambda \to \infty} \sum_{n=1}^{\infty} \frac{1}{n}\int_{\lambda}^{\infty} \frac{sin(2\pi nx)}{ x^{s+1}}dx=0 $$
I understand the proof why this limit equals $0$ but I do not understand why this proves that we can integrate term-by-term. I know that if the series converges uniformly or absolute we could do that but I know that it is at least not absolute convergent.
I also don't understand why $$\sum_{n=1}^{\infty}\frac{sin(2n\pi x)}{n\pi} $$ is boundedly convergent.
Thank you very much in advance, i am having a rough time recently because of these questions.