Let $x$ be any real number greater than -1. Prove that $(1 + x)^n\;\ge\;1+nx$ for every $n\ge0$ by induction.
The basis step is easy. I am struggling with starting the inductive step. Can you give me tip on how to start proving that $(1 + x)^{k+1}\;\ge\;1+(k+1)x$ ?
By definition, $(1 + x)^{k + 1} = (1 + x)^k(1 + x)$. Now use the induction hypothesis that $(1 + x)^k \geq 1 + kx$.