Using mathematical induction let us prove that 2n>n2, for n>5.
Let n=6. Then 26=64>36=62, and hence for n=6 the statement is true.
Suppose that the statement is true for n=k>5, that is 2k>k2.
Let us prove this statement for n=k+1.
For this firstly let us show that k2>2k+1 for k>5. In this case k−1>4, and hence (k−1)2>16. It follows that k2−2k+1>16, and thus k2−2k>15>1. Therefore, k2>2k+1.
Taking into acount that 2k>k2, we conclude that
2k+1=2⋅2k>2k2=k2+k2>k2+2k+1=(k+1)2,
and the statement is true for n=k+1.
We conclue that the statement 2n>n2 is true for all natural numbers n>5.
Comments