I want to prove that $$\lim_{N \to +\infty}\sum^N_{n=1}{|\sin n^\alpha| \over n^\beta} = +\infty \quad \forall\alpha \gt 0, \; \forall \beta \le 1, \; \alpha, \beta \in \Bbb R.$$ In other words, I want to show that, under the specified restrictions on the parameters, the series diverges to $+\infty$ and is not oscillating or irregular, for instance. I have verified that the series indeed does this by looking at its graph for various parameter choices.
I observed that, $\forall \alpha \gt 0$:
- $0 \lt \beta \le 1 \implies \lim_{n \to +\infty}a_n=0$, so the necessary condition for convergence is met. To prove positive divergence, I tried studying the associated improper integral: $$\int^{+\infty}_1{|\sin x^\alpha| \over x^\beta}\ dx = \int^{\sqrt[\alpha]{\pi}}_1{|\sin x^\alpha| \over x^\beta}\ dx + \sum^{+\infty}_{k=1} \int^{\sqrt[\alpha]{(k+1)\pi}}_{\sqrt[\alpha]{k\pi}}{|\sin x^\alpha| \over x^\beta}\ dx.$$ The integrand is $\ge 0$ within the intervals considered, so the integral on the left diverges to $+\infty$. Since the integral test only works if the sequence is monotone decreasing, I'm not sure I can apply this result to show that also $\sum^{+\infty}_{n=1}a_n = {+\infty}$;
- $\beta \le 0 \implies \nexists \lim_{n \to +\infty}a_n$, so the series is not convergent. Still, I want to show that the stronger statement above is true.
An idea that occurred to me, but that I wasn't able to formalize, was that $n \in \Bbb N \implies n^\alpha \neq \pi \; \forall \alpha \gt 0$, since $\pi$ is a transcendental number and as such cannot be construed out of any combination of real numbers, which in turn implies that $|\sin{n^\alpha}| \gt 0 \; \forall \alpha \gt 0.$ (However, I do not have the knowledge necessary to back up this claim.) Wouldn't this imply that $a_n$ is bounded below by some constant $k \gt 0$, meaning that the series would diverge to $+\infty$?
If anybody could help shed some light, I'd much appreciate it.