I am having trouble consolidating my proof. The question is not one of difficulty, but there is a small aspect I'd like to inquire about, so quickly:
Question: Prove 2^n > n^2 for all n >= 5
*Base case holds*
Suppose n = k true, where integer k>= 5
i.e. 2^k > k^2
Problem starts here
For n = k+1,
2^(k+1) = 2(2^k)
> 2(k^2), from supposition
= k^2 + k^2
> k^2 + 2k +1, since k^2 > 2k + 1
Hence true for n = k+1
For the part underline, do I have to do another proof by induction to show that k^2 > 2k + 1? I know there exists other methods to approach the question (which I have found to avoid the problem) but I'd like to finish this method. Help please
Question: Prove 2^n > n^2 for all n >= 5
*Base case holds*
Suppose n = k true, where integer k>= 5
i.e. 2^k > k^2
Problem starts here
For n = k+1,
2^(k+1) = 2(2^k)
> 2(k^2), from supposition
= k^2 + k^2
> k^2 + 2k +1, since k^2 > 2k + 1
Hence true for n = k+1
For the part underline, do I have to do another proof by induction to show that k^2 > 2k + 1? I know there exists other methods to approach the question (which I have found to avoid the problem) but I'd like to finish this method. Help please