Now consider the sum of the harmonic series. I am going to analyze the partial sums. I will not produce a general formula, but I can define some lower bounds for these partial sums.
\begin{align*}
\sum_{n=1}^\infty \frac{1}{n} \amp\\
s_1 \amp = 1\\
s_2 \amp = 1 + \frac{1}{2} = \frac{3}{2}\\
s_3 \amp = 1 + \frac{1}{2} + \frac{1}{3}\\
s_4 \amp = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4}
> 1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{4} = 2
\end{align*}
The inequatity holds since \(\frac{1}{3} > \frac{1}{4}\) and all other terms remain the same.
\begin{align*}
s_8 \amp = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4}
+ \frac{1}{5} + \frac{1}{6} + \frac{1}{7} + \frac{1}{8}\\
\amp \hspace{1cm} > 1 + \frac{1}{2} + \frac{1}{4} +
\frac{1}{4} + \frac{1}{8} + \frac{1}{8} + \frac{1}{8} +
\frac{1}{8} = \frac{5}{2}
\end{align*}
This time, I replace all the fractions without powers of 2 in the demoninator with smaller terms to satify the inequality.
\begin{align*}
s_{16} \amp > 3
\end{align*}
I can generate a lower bound for any \(s_{2^n}\) in this way, producing a pattern of lower bounds.
\begin{align*}
s_{32} \amp > \frac{7}{2}\\
s_{64} \amp > 4\\
s_{128} \amp > \frac{9}{2}\\
s_{256} \amp > 5
\end{align*}
Taking every second power of two gives partial sums larger than the sequence of positive numbers.
\begin{equation*}
s_{2^{2k-2}} > k \hspace{2cm} \forall k \geq 2
\end{equation*}
The lower bounds get larger and larger. The limit of the sequence of partial sums is larger than this limit of larger bounds.
\begin{equation*}
\lim_{n \rightarrow \infty} s_n = \lim_{k \rightarrow
\infty} s_{2^{2k-2}} \geq \lim_{k \rightarrow \infty} k =
\infty
\end{equation*}
The harmonic series is divergent. This is something of a surprising result, since the harmoinc series looks similar to the series defining Zeno’s paradox. However, the terms of the harmonic series are large enough to eventually add up to something larger than any finite number.