1

1)Base of induction n=2 : $${1+\frac{1}{2}+\frac{1}{3}>\frac{2}{2}}$$ 2)Assuming right for n=k $$1+\frac{1}{2}+\frac{1}{3}+...+\frac{1}{2^k-1} > \frac{k}{2}$$ and now need to prove that right for n=k+1 $$1+\frac{1}{2}+\frac{1}{3}+...+\frac{1}{2^k-1}+\frac{1}{2^k}+\frac{1}{2^k+1}+...+\frac{1}{2^{k+1}-1} > \frac{k+1}{2}$$ After simlifiying that we get to this $$\frac{1}{2^k}+\frac{1}{2^k+1}+...+\frac{1}{2^{k+1}-1}>\frac{1}{2}$$ any hints about further steps?

1 Answers1

0

Hint: To show $$ \frac1{2^k}+\frac1{2^k+1}+...+\frac1{2^{k+1}-1}>\frac12 $$ count the number of terms and look at the smallest term.

robjohn
  • 345,667
  • so like $$\frac{1}{2^k}+\frac{1}{2^k+1}+...+\frac{1}{2^{k+1}-1}>\frac{2^k}{2^{k+1}-1}$$ and from there divide it by $2^k$ – KapfellFrau Oct 26 '16 at 15:48
  • Well, $\ge$, but can you show that $\frac{2^k}{2^{k+1}-1}\gt\frac12$? Oh, you mean divide both numerator and denominator by $2^k$. Yeah. – robjohn Oct 26 '16 at 15:49
  • if divide by $2^k$ i get $\frac{1}{2-\frac{1}{2^k}}$, as $2-\frac{1}{2^k} < 2 $ then it workes just fine i guess – KapfellFrau Oct 26 '16 at 15:53
  • Perhaps simpler is to note that each of the $2^k$ terms is $\gt\frac1{2^{k+1}}$. – robjohn Oct 26 '16 at 15:53