I need to prove the following:
$$\lim_{s \to \infty} \sum_{n = 1}^\infty \frac 1 {n^s} = 1$$
This is my attempt:
\begin{align} \lim_{s \to \infty} \sum_{n = 1}^\infty \frac 1 {n^s} & = \lim_{s \to \infty} \left( 1 + \sum_{n = 2}^\infty \frac 1 {n^s} \right) \\ & = 1 + \sum_{n = 2}^\infty \lim_{s \to \infty} \frac 1 {n^s} \\ & = 1 + \sum_{n = 2}^\infty 0 \\ & = 1 \end{align}
I need help justifying the interchange of the sum and the limit though. Is it enough to show the limit exists and the sum is convergent? I read that I need to prove uniform convergence, how can I do this?