Prove by induction that $(1-a)^n ≥ 1-na$, $∀ n≥1$ for appropriate $a$.
Okay, so I have no problem with this except the requirements on $a$ for this inequality to hold. My lecturer claims we require $0<a<1$ but I can't see the need for the $a>0$ condition. I think it works for all $a<1$.
In the proof I multiplied the inequality by $1-a$ requiring $1-a>0$ and thus $a<1$ to preserve the inequality. I can't think why any of the steps would require a to be positive or non-zero. Any thoughts?
Here is my proof: Clearly the inequality holds for $n=1$ since $(1-a)^1=1-(1)a$
Now if we assume $(1-a)^k ≥ 1-ka$ for $k≥1$ and consider the case for $k+1$:
$(1-a)^{k+1}=(1-a)(1-a)^k ≥ (1-a)(1-ka)$ by assumption when $1-a>0$ so $a<1$.
So $(1-a)$^$(k+1)$ $≥ 1-ka-a+ka^2 = 1-(k+1)a +ka^2 ≥ 1-(k+1)a$.
So it holds for the $k+1$ case, so the inequality holds for all $n≥1$ by induction when $a<1$.