Hi I'm asked to do a proof for bernoullis inequality which is
$(1+a)^n \geq 1+na$ where $a\geq-1$
I'm proving by induction by the way.
So far these are my steps
$(1+a)^1 \geq 1+a$
Then
$(1+a)^k \geq 1+ka$
This is where I get lost. I thought I was supposed to see if it holds true for $k+1$ but every proof I find multiples by $a+1$. This is what I don't understand. Why do they multiply by $a+1$.
Well, in a proof by induction, you assume that the statement is true for $k$ and prove it for $k+1$. So assume $$ (1+a)^k \geq 1+ka $$ and you want to show that $(1+a)^{k+1} \geq 1+(k+1)a$. So write $$ (1+a)^{k+1} = (1+a)^k(1+a) \geq (1+ka)(1+a) = 1+ka+a+ka^2 \geq 1+(k+1)a $$ where the first "$\geq$" holds by the induction hypothesis.