I have a proof where the divergence harmonic series is shown via the Cauchy criteria.
$\epsilon := 1/2$ and $m := 2n$.
$$ a_m - a_n = (1 + \frac{1}{2} + \ldots + \frac{1}{m}) - (1+\frac{1}{2} + \ldots + \frac{1}{n}) \\ = (1 + \frac{1}{2} + \ldots + \frac{1}{n} + \frac{1}{n+1} + \ldots + \frac{1}{2n}) - (1+\frac{1}{2} + \ldots + \frac{1}{n}) \\ = (\frac{1}{n+1} + \frac{1}{n+2} + \ldots + \frac{1}{2n}) \geq \frac{1}{2n} + \frac{1}{2n} + \ldots + \frac{1}{2n} = \frac{n}{2n} = \frac{1}{2} = \epsilon) $$
I'm trying to understand where the $\geq$ and the $\frac{1}{2n} + \frac{1}{2n} + \ldots + \frac{1}{2n}$ comes from in the last line. Also, why should $\frac{1}{n+1}$ be larger than $\frac{1}{2n}$ if in the second line the series is progressing from $\frac{1}{n+1}$ to $\frac{1}{2n}$. In my understanding, the value should then be smaller.
Thanks for your help!