Show $\sum_\limits{k=1}^{\infty}1/k$ does not converge.

6.2k Views Asked by At

Show $$\sum_\limits{k=1}^\infty \frac 1 k$$ does not converge.


Attempt:

Let $s_n=\sum_\limits{k=1}^{n}1/k$, and let $\epsilon=1/2$. For all $N\in\mathbb{N}$, we have $$\left|s_{2n}-s_n\right|=\left|\frac{1}{n+1}+\frac{1}{n+2}+\cdots+\frac{1}{2n}\right|\geq1/2,\qquad\text{for all $n\geq N$}$$ Hence, $\{s_n\}_{n=1}^{\infty}$ is not a Cauchy sequence.

Since $\{s_n\}_{k=1}^{\infty}$ is not a Cauchy sequence which implies $\{s_n\}$ doesn't converge, we have $$\lim\limits_{n\rightarrow\infty}s_n=\lim\limits_{n\rightarrow\infty}\sum_{k=1}^{n}\frac{1}{k}=\infty$$ Therefore, the infinite series $\sum_\limits{k=1}^{\infty}\frac{1}{k}$ does not converge.


I am not sure this is valid or not because I use contradiction to do these kind problem.

3

There are 3 best solutions below

0
On

You can use Integral comparison test $$ \int_1^{+\infty}\frac1 x\,dx=\lim_{R\to+\infty}\log R=+\infty $$ or the Cauchy Condensation Critierion as well: $$ \sum_{n=1}^{+\infty}a_n<+\infty\; \Longleftrightarrow\;\sum_{n=1}^{+\infty}2^na_{2^n}<+\infty $$ where $a_n=1/n$; thus $$ \sum_{n=1}^{+\infty}2^na_{2^n}=\sum_{n=1}^{+\infty}\frac{2^n}{2^n}=+\infty. $$

0
On

If it converged to some $L$, there would be some positive integer $k$ such that $\log(k)>L$, because the $\log(k)$ function is unbounded.

However, Lehmer's formula for the logarithm of positive integers $$\log(k)=1+\frac{1}{2}+\frac{1}{3}+...+\frac{1}{k-1}+\frac{1-k}{k}+\frac{1}{k+1}+...+\frac{1}{2k-1}+\frac{1-k}{2k}+...$$ (see page 136 in http://matwbn.icm.edu.pl/ksiazki/aa/aa27/aa27121.pdf)

shows that you need to subtract a slowed-down version of the harmonic series from itself to form the logarithm of a positive integer. See this answer for numeric examples.

But you are never subtracting anything to your harmonic series, so there is no $\log(k)$ such that $\log(k)>L$ and no $L$ to which the series converges.

0
On

Your proof is fine, it just need a minor fix: since the sequence $\{s_n\}_{n\geq 1}$ $\color{red}{\text{is increasing}}$ and it is not a Cauchy sequence by the shown inequality, $\lim_{n\to +\infty}s_n = +\infty$.

You need the red part, since a sequence that is not a Cauchy sequence may also be an oscillating sequence, like in the case $a_n = \sin(n)$ or $a_n = 2+\cos(n)$.

The Cauchy condensation test is the usual way for proving that the harmonic series is divergent, but there are plenty of alternatives. For instance, since $f(x)=\frac{1}{x}$ is a convex function on $\mathbb{R}^+$, the Hermite-Hadamard inequality gives:

$$ \frac{1}{2}\left(\frac{1}{1}+\frac{1}{n}\right)+\left(\frac{1}{2}+\ldots+\frac{1}{n-1}\right)\geq \int_{1}^{n}\frac{dx}{x}$$ from which it follows that: $$ H_n=\sum_{k=1}^{n}\frac{1}{k} \geq \log(n)+\frac{1}{2}. $$