I want to show for which $a \in \mathbb{R}$ the series $\sum_{k=1}^\infty \frac{1}{k^a}$ converges.
For $a = 0$ the series diverges
for $a < 0$ we have $\frac{1}{k^{-a}} = k^a$ and the series diverges as well, however I am not sure how to prove convergence/divergence for $a > 1$ ($a = 1$ is the harmonic series and also an upper bound for all $0 < a < 1$ so that should be sufficient)
So what I am asking is: how can I prove for which $ 1 < a < 2$ the series converges (since I know that $\sum_{k=1}^{\infty}\frac{1}{k^2}$ converges)
Any hints, ideas and feedback are welcome, thank you.
One of the tests that can show that this series is convergent for $a>1$ is Cauchy condensation test:
For $(a_n)_{n\in\mathbb N}$ being a non-increasing sequence of non-negative numbers, the series $\sum_{n=1}^\infty a_n$ is convergent if and only if the series $\sum_{n=1}^\infty 2^n a_{2^n}$ is convergent.
For $a\ge 0$ the sequence $a_n = n^{-a}$ is non-negative and non-increasing , so we can apply this test. We have $$ \sum_{n=1}^\infty 2^n a_{2^n} = \sum_{n=1}^\infty 2^n \frac{1}{2^{na}} = \sum_{n=1}^ \infty (2^{1-a})^n$$
This is a geometric series, it is convergent iff $2^{1-a}<1$, that is $a>1$.