The problem my teacher presented was to prove, $(1 + x)^n \geq 1 + nx$ for all real numbers $x > -1$ and integers $n \geq 2$. The way it was done in class is:
- $(1+nx)(1+x) ≤ (1+x)^n (1+x) $
- $1 + x + nx + nx^2 ≤ (1+x)^{n+1}$
- $1 + x + nx + nx^2 > 1 + x + nx$
- So because of 3, $1 + (n+1)x$ must be less than or equal to $(1+x)^{n+1}$
I follow until number 3. I'm not sure why because that is true, it makes the inequality true using $(k+1)$, or $(n+1)$ in this case?
Was the problem done wrong?
An idea to complete the proof:
You assume $\;(1+x)^n\ge 1+nx\;$ , and you have to prove
$$\color{red}{(1+x)^{n+1}\ge1+(n+1)x}$$
Let us take the left side and develop it using the inductive hypotheses:
$$(1+x)^{n+1}=(1+x)^n(1+x)\stackrel{\text{Ind. Hyp.}}\ge(1+nx)(1+x)$$
So it is enough to prove
$$(1+nx)(1+x)\ge1+(n+1)x\iff\color{green}{1+x+nx}+nx^2\ge\color{green}{1+x+nx}$$
and observe the last inequality is immediate as $\;nx^2\ge 0\;$ .