Seydlitz said:
Ok it's ##2^k## if we start with the pairing.
If ##n=2^{k+1}## the term of the harmonic series ##\frac{1}{n}## will be always equal to the term in the secondary series pair. There will be always ##k## such that the lower term ##n<2^{k+1}## will be always greater than the secondary series. We can therefore conclude that the term of harmonic series are always greater or equal to the secondary.
I wouldn't even introduce ##n## here, it's needlessly confusing.
You asked for how I would write it out. Here's how:
The harmonic series is defined by ##H = \frac{1}{1} + \frac{1}{2} + \frac{1}{3} + ...##.
Let us group the terms beginning with ##\frac{1}{3}## into bracketed subsequences without changing their order. A bracketed subsequence ##B_k## is defined as follows: ##\forall k \geq 1, B_k = (\frac{1}{2^k + 1}, \frac{1}{2^k + 2}, ..., \frac{1}{2^k + 2^k})##. Hence every ##B_k## contains exactly ##2^k## terms.
Now we establish that ##B_k## and ##B_{k+1}## do not overlap (i.e. the subsequences have no terms in common) and also that they occur consecutively within ##H##. To do this, we observe that the final term in ##B_k = \frac{1}{2^k + 2^k} = \frac{1}{2.2^k} = \frac{1}{2^{k+1}}##. Since ##B_{k+1}## begins with ##\frac{1}{2^{k+1} + 1}##, there is no overlap. It is also clear that since ##2^{k+1}## and ##2^{k+1} + 1## are consecutive natural numbers, ##B_k## and ##B_{k+1}## occur consecutively within the harmonic series ##H##. By induction, it is trivial to observe that since this holds for some ##k## and also clearly for ##B_1##, it holds for all ##k \geq 1##.
We now construct another series comprised solely of reciprocals of powers of 2 as follows: ##S = 1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{4} + \frac{1}{8} + \frac{1}{8} + \frac{1}{8} + \frac{1}{8} + ...##. It should be noted that ##\forall k \geq 1##, the term ##\frac{1}{2^{k+1}}## occurs exactly ##2^k## times, and is then followed by ##\frac{1}{2^{k+2}}##.
We can therefore group this sequence into bracketed subsequences as follows: ##\forall k \geq 1##, every group ##B'_k## consists of ##2^k## instances of the term ##\frac{1}{2^{k+1}}##. It is trivial to note that there is no overlap and that the subsequences are consecutive within ##S##.
We can now compare the subsequences ##B_k## and ##B'_k##. The final terms in these subsequences are equal. Furthermore, the terms in ##B_k## are strictly decreasing, whereas every term in ##B'_k## is identical. Hence, ##\forall k \geq 1##, every term in ##B_k## is greater than or equal to every term in ##B'_k##.
Since the subsequences are consecutive and non-overlapping, it is clear that every term in ##H## is greater than or equal to every corresponding term in ##S##. It only remains to prove that ##S## diverges.
In ##S##, every subsequence ##B'_k## sums to ##(2^k).(\frac{1}{2^{k+1}}) = \frac{1}{2}##. Hence ##S = 1 + \frac{1}{2} + \frac{1}{2} + \frac{1}{2} + ...##, which is clearly divergent.
Therefore, by the comparison test, ##H## also diverges. (QED).
You'll note that this proof is far more verbose than is probably needed for your problem, although it is rigorous. I also wrote it from the perspective of constructing a series ##S## for comparison, whereas in your question, ##S## was already defined and you were instructed on how to compare it with the harmonic series.