Inducive base: We check for n=5, then we have the following: 52+5=30<32=25which shows that the statement is true for n=5.Inducive hypothesis: we now assume that the statement is true for every k>4 i.ek2+k<2k,k<4Inductive step:(k+1)2+k+1=k2+k+2k+2<2k+2k+2−(∗)Note that 2k=r=0∑k(kr)⟹2k+1=2⋅r=0∑k(kr)⟹for k > 4, 2k>2n+2From * we have that(k+1)2+k+1<2k+2k=2⋅2k=2k+1Hence we have our result
Comments