Use mathematical induction to prove the following statement:
For all $b\in\mathbb R$, and for all $n\in\mathbb N$, $$b>-1\implies (1+b)^n \geq 1+nb$$
When $n=1$, the inequality still holds $1+b \geq 1+b$.
For n+1$: $$(1+b)^{n+1} \geq 1+(n+1)b$$ Here I'm not sure the best way to simplify... $$(1+b)^n(1+b)\geq 1+bn+b$$
For the induction step, if $(1+b)^n\geq 1+bn$, then $$ (1+b)^{n+1}-(1+b(n+1))\geq (1+b)(1+bn)-(1+b(n+1))=b^2n\geq 0. $$ Note that the first inequality above uses both the induction hypothesis and $b>-1$.