I think I understand how induction works, but I wasn't able to justify all the steps necessary to prove this proposition: $(1+x)^n≥1+nx, ∀x>-1, ∀n∈N$
One thing that confuses me is that I don't know whether I should use induction with both x and n. I didn't pay attention to the x and I still couldn't justify all the steps.
Thanks.
The base case $n=0$ is just $1\geq 1$ which is true. For the induction step, note that $$ (1+x)^{n+1}=(1+x)(1+x)^n\\ \geq (1+x)(1+nx)=1+x(n+1)+nx^2\geq1+x(n+1). $$ Note that in going from the first line to the second, we need both the induction hypothesis $(1+x)^n\geq 1+nx$ and $x>-1$.