I have seen different proofs of the Bernoulli inequality, but I am blocked in my solution:
$${(1+x)}^n\ge 1+nx \;\forall n\ge 0$$
The base case holds, I tried when n=0; now, I have put as an induction hypothesis that the theorem holds for n-1 and to proof the theorem for n. So, I have the following:
$$(1+x)^{n-1}\ge 1+(n-1)x$$ which is my induction hypothesis.
Now I wanted to proof that it holds por n, so I have the following:
$$(1+x)^{n-1}(1+x)\ge 1+(n-1)x(1+x)$$
$$\ge 1+nx+x^{2} (n-1)$$
but at this point I do not know how to continue the proof, I see that I get the a portion of tthe theorem that holds $$1+nx$$, and a part of the IH which is $$(n-1)x^{2}$$
How can I continue the proof from this part?
Thanks