Prove by induction that $\forall x \in \mathbb{R}, x \geq -1, \forall n \in \mathbb{N},n \geq 0$ that $$(1+x)^n \geq 1+nx$$ First of all I have a problem with x being a real number, how can I use induction over a real number? Can I simply assume that it holds for all $y \in [-1,x]$ and then show that it also holds for $x + \epsilon, \epsilon \in \mathbb{R},\epsilon \gt 0$?
If that were possible I would try to prove over n. Prove the base case for n, use induction over x and then prove the induction step over n.
But I have some problems with the induction step over n.
Assuming that it works for all $l \in \mathbb{N}, l \leq n-1$. I need to show $$(1+x)^n=(1+x)^{n-1}(1+x) \geq 1+(n-1)x+x$$ which basically results in showing that $$z(1+x) \geq z + x$$ for some quantity z, correct?
But then I'd get $$zx \geq x$$, which would obviously depend on the value of z.
I'm kind of confused at this point, any help would be appreciated.