Prove that $\sum_{i=j}^k \frac 1i$ is $O(\ln(k)-\ln(j-1))$ using induction for all $i$.
The way I understand this question, it's nonsense - $i$ is the iteration variable, not something that can be inducted on. I think it may be possible to do by induction on $j$ and $k$, but that's not "for all $i$".
Hint: It is sufficient to know that $$\sum_{i=1}^n{\frac{1}{i}}=\Theta(\ln n)$$