0

Let $T_k = 1 + (1/2) + (1/3) + (1/4) ... + (1/k)$ for any $k \in\ \mathbb{N}$

Show that for $k = 2^n$ for any $n \in\ \mathbb{N}$, we have $T_k \geq 1 + (n/2)$

I have been working on this problem for a few hours now. I've shown that it works for P(1):

$$P(1): 1 + (1/2) \geq 1 + (1/2) ✓$$

Now I need to show $P(n+1)$. This is my setup:

$$\sum_{m=0}^{2^{n+1}} \frac{1}{2^n} = (\sum_{m=0}^{2^n} \frac{1}{2^n}) +\frac{1}{2^{n+1}} $$

which is:

$$\frac{1}{2^{n+1}} + (1+\frac{n}{2})$$

I'm not sure where to go from here. I know I need to show that this is greater than or equal to $(1+\frac{n+1}{2})$

mathstudent288
  • 303
  • 2
  • 12

1 Answers1

0

$$\sum_{m=1}^{2^{n+1}} \frac{1}{m} = \sum_{m=1}^{2^n} \frac{1}{m} +\sum_{m=2^n+1}^{2^{n+1}} \frac{1}{m} \geq 1+\frac{n}{2}+\sum_{m=2^n+1}^{2^{n+1}} \frac{1}{m}\geq 1+\frac{n+1}{2} $$

Indeed $\sum_{m=2^n+1}^{2^{n+1}} \frac{1}{m}> \sum_{m=2^n+1}^{2^{n+1}} \frac{1}{2^{n+1}} = 1/2 $

Tortar
  • 3,980