Use induction to prove the following:
$\frac{1}{1}+\frac{1}{2}+\frac{1}{3}+\ldots+\frac{1}{2^n}\geq1+\frac{n}{2}$
What would the base case be? Would it still be $n=0$
so $\frac{1}{1}+\frac{1}{2}\geq 1+\frac{0}{2}$, which holds true.
then how would you prove for $n$ and $n+1$ to prove the proof with induction?