Prove by induction that $(1-a)^n ≥ 1-na$, $∀ n≥1$ for appropriate $a$.

179 Views Asked by At

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$.

3

There are 3 best solutions below

2
On

\begin{align}(1-a)^{n+1}&=(1-a)(1-a)^n\ge^{\text{true for $n$: (hypothesis)}}\\&\ge(1-a)(1-na)=\\&=1-na-a+na^2=\\&=1-(n+1)a+na^2\ge^{na^2\ge 0 \text{ for any value of $a$}}\\&\ge 1-(n+1)a\end{align}

0
On

At the end of this answer, it is proven by induction that $(1+x)^n\ge1+nx$ for $x\ge-1$. Thus, you are correct that your statement is true for $a\lt1$; that is, there is no need for $a\gt0$.

0
On