I'm proving Bernoulli's inequality by induction but I noticed something strange.
See wikipedia proof: http://en.wikipedia.org/wiki/Bernoulli's_inequality
Notice how they multiply both sides of the inequality by $(1+x)$ in the 3rd line of the proof.
Now this equals $(1+x)^{k+1}$ on the left side and $(1+x)(1+kx)$ on the right side.
What I prefer to do is to just plug in $(k+1)$ instead of $k$ when I prove by induction (but I am just now learning it so I may be wrong) and therefore I do:
$$(1+x)^k \geq 1+kx, \space \space \space x\geq -1$$ $$=(1+x)^{k+1} \geq 1+(k+1)x$$
But my right hand side is not equal to wikipedia. Why is this?