As the title says Prove by mathematical induction that for n ≥ 1 it is true that
$(1 + a)^n \geq 1 + na$ for $a \geq 0$
Having no clue on how to solve this
As the title says Prove by mathematical induction that for n ≥ 1 it is true that
$(1 + a)^n \geq 1 + na$ for $a \geq 0$
Having no clue on how to solve this
It is trivial in the $n=1$ case. Now assume it is true for some $n$, then $(1+a)^{n+1}=(1+a)^n(1+a) \geq (1+an)(1+a)=1+an+a+a^2n \geq 1+an+a=1+a(n+1)$ by our assumption that $a \geq 0$ and the inductive hypothesis. Hence we have our result. This is about as straight forward of an induction argument as you can have.