I am working on a problem out of Abbott's book Understanding Analysis.
The problem asks whether $\{1+\frac{1}{2}+\frac{1}{3}+\ldots+\frac{1}{n}|n \in \mathbb{N}\}$ is open, closed or neither.
I've already shown that the set is open. I am reasonably sure that the set is closed, (my reasoning is that the set has no limit points), but I'm having a lot of trouble showing it.
I know that the sequence of partial sums of ${(\frac{1}{n})}$ is unbounded, and that's why the harmonic series diverges. However, there's no guarantee that some subsequence of the partial sums doesn't converge (if it did, I know I would have to show that the limit point is in the set).
Is this the right approach, and if so can I get a hint on how to continue? Or am I taking the wrong approach?
Thank you!
No subsequence of the sequence of partial sums will converge.
Write $H_n = 1 + \frac{1}{2} + \cdots +\frac{1}{n}$. If a subsequence converges, then it means that there exist $n_1 < n_2 < \cdots$, such that the limit $\lim_{i\rightarrow \infty}H_{n_i}$ exists.
In particular, the sequence $(H_{n_i})_i$ is bounded.
But the condition $n_1 < n_2 < \cdots$ means that any integer $M$ will be eventually smaller than some $n_j$. This will contradict the divergence of $(H_n)$.