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?