What are the common challenges faced in strong mathematical induction?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
mr_coffee
Messages
1,613
Reaction score
1
Hello everyone.

THis is my first proof to strong mathematical induction so im' not sure if its correct or not it seems it though but then again I wrote it. Any suggestions/corrections would be great! THanks

Here it is!
http://suprfile.com/src/1/3j34eh1/lastscan.jpg
 
Last edited by a moderator:
Physics news on Phys.org
Your inductive hypothesis is that [tex]e_i\leq 3^i[/tex] for i=1,2,..,k-1, but you used:
[tex]e_{k-1}\leq 3^k[/tex]
[tex]e_{k-2}\leq 3^k[/tex]
[tex]e_{k-3}\leq 3^k[/tex]

That is certainly true, but not strong enough to conclude that
[tex]e_{k}\leq 3^k[/tex]

What if [tex]e_{k-1}=e_{k-2}=e_{k-3}= 3^k[/tex], then your three inequalities hold, but [itex]e_k=3^{k+1}[/itex]. You need to use your inductive hypothesis more strongly.