Q:Prove By induction $2^{n+1} > n^2$ for all positive integers.
Step 1: Base case: $n=1$, we get $4>2$
Step 2: Induction hypothesis: $n=k, 2^{k+1} > k^2$
Step 3: Induction Step:
to prove: $2^{(k+1)+1} > (k+1)^2$
Left hand side=$2^{k+1}.2$
How to proceed and prove after this step?