0

My base step: $ S(1)=F(1)< 2^1 $

Induction hypothesis: $S(k)=F(k)< 2^k$ for all $k>0$

Induction: $ S(k+1)=F(k+1)< 2^{(k+1)}$ for all $k>0$

So would this be a valid next step to prove that hypothesis holds? - $ S(k+1)=2^k + F(k+1)< 2^{(k+1)} $ for all $ k>0 $

Would that be correct?

Mayer
  • 1

1 Answers1

0

No, it is wrong. You stated that the hypothesis is $F(k)<2^k$ for all $k>0$. That is, you are assuming as a hypothesis the very thing that you want to prove.