Is my induction-step argument correct here?

Sophdof1

New member
Joined
Mar 8, 2019
Messages
37
Hi I would really appreciate if someone could tell me if my induction step is correct here... thanks
 

Attachments

  • image.jpg
    image.jpg
    2.2 MB · Views: 12
Hi I would really appreciate if someone could tell me if my induction step is correct here... thanks
IF p(n) holds for ALL n>1, then why show that p(n+1) is true? Instead, say that p(k) holds for some n=k. Then show that p(k+1) is true
 
Hi I would really appreciate if someone could tell me if my induction step is correct here... thanks
Do you understand the logic of a proof by induction?
If we know that for a>1\displaystyle a>-1 and we know that (1+a)11+1a\displaystyle (1+a)^1\ge 1+1\cdot a.
Suppose we assume that (1+a)k1+ka\displaystyle (1+a)^k\ge 1+k\cdot a is true for kZ+\displaystyle k\in\mathbb{Z}^+.
Here is what we do next:
(1+a)k+1=(1+a)(1+a)k(1+a)k+1(1+a)(1+ka)(1+a)k+1(1+ka+a+ka2)(1+a)k+11+(k+1)a\displaystyle (1+a)^{k+1}=(1+a)(1+a)^k\\(1+a)^{k+1}\ge(1+a)( 1+k\cdot a)\\(1+a)^{k+1}\ge( 1+k\cdot a+a+k\cdot a^2)\\\\(1+a)^{k+1}\ge 1+(k+1)\cdot a
So now: we know if true for k\displaystyle k then it is also true for k+1\displaystyle k+1.
We started off with it being true for k=1\displaystyle k=1 so it is true k=1+1=2\displaystyle k=1+1=2.
Well then it must be true for 2+1=3+1=4+1,.\displaystyle 2+1=3+1=4+1,\cdots.
Thus nZ+\displaystyle \forall n\in\mathbb{Z}^+ & a1\displaystyle a\ge-1 then (1+a)n1+na\displaystyle (1+a)^n\ge1+n\cdot a

BTW: this is very famous and known as Bernoulli's inequality.
 
At the end you have (1+a)n+11+a+na+na21+a+na\displaystyle (1+ a)^{n+1}\ge 1+ a+ na+ na^2\ge 1+ a+ na and then argue that since a>-1, 1+ a> 0. But you want it greater than 1, not just greater than 0. Instead, write it as (1+a)n+11+na+(a+na2)\displaystyle (1+ a)^{n+1}\ge 1+ na+ (a+ na^2) and show that a+na2\displaystyle a+ na^2 is greater than 0.
 
At the end you have (1+a)n+11+a+na+na21+a+na\displaystyle (1+ a)^{n+1}\ge 1+ a+ na+ na^2\ge 1+ a+ na and then argue that since a>-1, 1+ a> 0. But you want it greater than 1, not just greater than 0. Instead, write it as (1+a)n+11+na+(a+na2)\displaystyle (1+ a)^{n+1}\ge 1+ na+ (a+ na^2) and show that a+na2\displaystyle a+ na^2 is greater than 0.

How can  a+na2 \displaystyle \ a + na^2 \ be shown to necessarily be greater than 0 if a = 0 is a
possibility with a > -1?
 
IF p(n) holds for ALL n>1, then why show that p(n+1) is true? Instead, say that p(k) holds for some n=k. Then show that p(k+1) is true
But you're trying to show that p(n+1) holds, correct?

I hate to be the one asking the obvious, but why not p(n+1)?
 
But you're trying to show that p(n+1) holds, correct?

I hate to be the one asking the obvious, but why not p(n+1)?
Of course you want to show that p(n+1) is true, but let's replace n with k. So you want to show that p(k+1) is true IF you assume that p(k) is true. The OP assumed that p(k) is true for all k.
 
Of course you want to show that p(n+1) is true, but let's replace n with k. So you want to show that p(k+1) is true IF you assume that p(k) is true. The OP assumed that p(k) is true for all k.
Ohhhhhh! I get it. So since p(k) was assumed, we will use p(k+1).
 
How can  a+na2 \displaystyle \ a + na^2 \ be shown to necessarily be greater than 0 if a = 0 is a
possibility with a > -1?
Your's is good point. However, that actually does not come into the proof.
1) (1+a)k+1=(1+a)(1+a)k2) (1+a)k+1(1+a)(1+ka)3) (1+a)k+1(1+ka+a+ka2)4) (1+a)k+11+(k+1)a\displaystyle 1)~(1+a)^{k+1}=(1+a)(1+a)^k\\2)~(1+a)^{k+1}\ge(1+a)( 1+k\cdot a)\\3)~(1+a)^{k+1}\ge( 1+k\cdot a+a+k\cdot a^2)\\4)~(1+a)^{k+1}\ge 1+(k+1)\cdot a
Going from steps 3) to 4) all that is used is ka20\displaystyle k\cdot a^2\ge 0
 
Top