My goal is to prove that:
$\displaystyle\sum\limits_{n=1}^\infty \frac{1}{n^{x}} \rightarrow \infty$ when $ x\rightarrow 1^+$
My first approach (which failed) is here:
To prove $f(x)\rightarrow \infty$ with a "home made" strategy
I think the confusing part is the "$x\rightarrow 1^+$". I have now argued for the statement, but I haven't used the direction to $1$.
I begin with $s_{N}(x) = \displaystyle\sum\limits_{n=1}^N \frac{1}{n^{x}}$ and write $s_{2^{n}}(x)$ as:
$\begin{equation*} \begin{split} s_{2^{n}}(x) &= 1 \\ & + \frac{1}{2^{x}}\\ & + \frac{1}{3^{x}} + \frac{1}{4^{x}} \\ \\ \\ & \dots \\ & + \frac{1}{(2^{nx-x}+1)^x} + \frac{1}{(2^{xn-x}+2)^x}+ \ldots + \frac{1}{2^{nx}} \end{split} \end{equation*}$
From this I can deduce that there are $n+1$ lines and every line has a number of terms of the form $2^{k-1}$ and ends with a term on the form $\frac{1}{2^{kx}}$ (where all the other terms are greater than this, because $x \rightarrow 1^+$). The sum of a line (including the first line) is therefore greater than or equal $2^{k-1}\frac{1}{2^{kx}}$ which is equal to $\frac{1}{2}$ when $x\rightarrow 1^+$ (the first line is $1$)
Finally I get:
$\frac{1}{2} \cdot (n+1) \leq s_{2^{n}}(x)$
And when $n\rightarrow \infty$ then $s_{2^{n}}(x)\rightarrow \infty$
And I'm done.
Question
Well. My suspicion is that I have forgotten something, because I havn't used the direction $x\rightarrow 1^+$. Is this a valid proof?