I have a question related to the following proof of the divergence of the harmonic series.
Proof
Towards a contradiction, suppose that $\sum_{n=1}^\infty\frac{1}{n}<\infty$ (denote the value of the sum as $\ell$). Then $$ \frac{1}{2}+\frac{1}{4}+\frac{1}{6}+\dotsb=\frac{1}{2}\sum_{n=1}^\infty\frac{1}{n}=\frac{\ell}{2}\tag{1} $$ and thus $$ 1+\frac{1}{3}+\frac{1}{5}+\dotsb=\sum_{n=1}^\infty \frac{1}{2n-1}=\frac{\ell}{2}\tag{2}. $$ The author then writes this is a contradiction since $1>1/2$, $1/3>1/4$, $1/5> 1/6$ and so on. $\blacksquare$
Question
I don't see how the chain of inequalities mentioned above implies a contradiction. If we let $s_m=\sum_{n=1}^m\frac{1}{2n}$ and $t_m=\sum_{m=1}^n\frac{1}{2n-1}$ be the sequences of partial sums then we have that $$ s_m<t_m \quad (m\geq 1)\implies\lim_{m\to\infty} s_m\le \lim_{m\to \infty} t_m\tag{3} $$ If the right-hand inequality in (3) was strict we would have a contradiction. But in general we cannot conclude the inequality is strict (for example seee $1-n^{-1}<1$ for all $n\geq 1$). Hence there must be something that I am missing.
Any help is appreciated.