0

How can I prove that $\lim_{x \rightarrow 1}{\sum_{n=1}^{\infty}{\frac{1}{n^x}}} = \infty$? My idea is to show that we can exchange the positions of limit and sum, obtaining the harmonic sum, that we know that diverges, but, are we able to do such exchange? If so, which results does allow us to do that?

1 Answers1

1

You may compare the sum with an integral : Since $t \mapsto \frac{1}{t^s}$ is decreasing we have

$$\frac{1}{n^s} \ge \int_{n}^{n+1} \frac{dt}{t^s}$$

From which we get

$$\sum_{n = 1}^{\infty} \frac{1}{n^s} \ge \int_{1}^{\infty} \frac{dt}{t^s} = \frac{1}{1-s} \underset{s \to 1}{\longrightarrow} + \infty$$

Actually by being more careful (using $\int_{n}^{n+1} \frac{dt}{t^s} \ge \frac{1}{(n+1)^s}$ on the other side) we'd get an equivalent of $\sum_{n = 1}^{\infty} \frac{1}{n^s}$ at $1$.

Joel Cohen
  • 9,289