Simple proof of inequality by induction

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
naele
Messages
199
Reaction score
1

Homework Statement


Prove [tex]2n+1< 2^n[/tex] for n=3,4,...

Homework Equations


The Attempt at a Solution


[tex] P(3)= 6+1<2^3[/tex]
The base case holds, now assume true for [itex]P(k)[/itex]. Now consider [itex]P(k+1)[/itex]
[tex] 2(k+1) +1 = 2k+3[/tex]
[tex] 2^{k+1} = 2^k \cdot 2[/tex]

So this is where I get stuck, I don't quite know how to finish the proof. As can be seen, the difference between the two sides of the inequality in P(k+1) is that the LHS has 2 added, while the RHS is multiplied by 2. Would it be sufficient to observe that in the base case, adding 2 to the LHS and multiplying the RHS by 2 still maintains the inequality and so necessarily it should hold for any larger n?
 
Physics news on Phys.org
2(k+1) +1 = 2k+3 = (2k+1) + 1
2^{k+1} = 2.2^k

so starting with the case for n
2n+1<2n

add 2 to both sides
2(n+1)+1<2n+2

with one more step to show the case for n+1
 
Well, it should be possible to show that [itex]2^k+2<2^k \cdot 2[/itex] for some k greater than whatever.

[tex]2< 2\cdot 2^k - 2^k[/tex]
[tex]2< (2-1)2^k[/tex]
[tex]2<2^k[/tex]. From here take the log of both sides, and it shows that [tex]2^k +2 < 2^{k+1}[/tex] holds for all k > 1, which is fine because we're only considering from n=3. So since that's the case and [tex]2(n+1)+1 < 2^n +2 < 2^{n+1}[/tex] this should complete the proof?
 
i think that does it, but if you're happy upto
2(n+1)+1<2n+2

then just using, that for n>1
2<2n

should pretty much complete above

ps. i think itspretty much the same reasoning, though just a little clearer in order