So I'm having trouble with proving this homework question by induction. $$ \frac{1}{2^1} + \frac{2}{2^2} + ... +\frac{n-1}{2^{n-1}} + \frac{n}{2^n} <2 $$ I know how to prove that the series converges to 2 (using things like the ratio method), but actually using induction is where I get confused.
Base case is easy, n=1. $$ \frac{1}{2^1}<2 $$
Induction case we assume that $$ \frac{1}{2^1} + \frac{2}{2^2} + ... +\frac{k-1}{2^{k-1}} + \frac{k}{2^k} <2 $$
Then we get to fun old induction. How do I show that
$$ \frac{1}{2^1} + \frac{2}{2^2} + ... +\frac{k-1}{2^{k-1}} + \frac{k}{2^k} + \frac{k+1}{2^{k+1}} <2 ? $$
Hint: $$ \begin{align} \frac{1}{2^1} + \frac{2}{2^2} + ... +\frac{k-1}{2^{k-1}} + \frac{k}{2^k} + \frac{k+1}{2^{k+1}} &=\qquad\;\;\frac12\Big(\frac{1}{2^1} + \frac{2}{2^2} + \dots +\frac{k-1}{2^{k-1}} + \frac{k}{2^k}\Big) \\ &\quad+\Big(\frac{1}{2^1} + \frac{1}{2^2}+\frac1{2^3} + \dots + \;\;\frac{1}{2^k}\;\;+\frac1{2^{k+1}}\Big) \end{align} $$ On the right hand side, the first summand corresponds to the induction hypothesis, and you can bound the second summand by...