Define a sequence (ti) where i∈N recursively by t1=t2=t3=1 and, for all n≥3, tn+1=tn+tn−1+tn−2. Prove that tn<2n
for all n∈N.
I'm having trouble making advancements because I am stuck on the base cases and inductive step; do I assume that there will be 3 base cases that are all less than 21?
Answer
The required claim holds for n∈{1,2,3}. If it holds for n=k, for n=k+1 and for n=k+2, tk+3<2k+2k+1+2k+2=7×2k<2k+3.
No comments:
Post a Comment