I was given the following as part of a course on Abstract Mathematics that I am currently busy with. It is from a Book "An Introduction to Mathematical Reasoning" by Eccles.
For all integers $n$ such that $n\geq4$, we have the inequality $n^2\leq2^n$ . Construct a proof. The inductive step of a proof by induction on $n$ reads
$$k^2 \leq2^k \implies (k+1)^2 \leq 2^{k+1}$$ For integers $k\geq 4$.
The book then claims, "We can achieve the right-hand side of the conclusion inequality by multiplying the hypothesis inequality by $2$, giving:"
$$2k^2 \leq 2^{k+1}$$
I do not understand how $2k^2 \leq 2^{k+1}$ was arrived at.
Could somebody expand the previous line?
Induction hypothesis: Let $k\geq 4$ be such that $k^2\leq 2^k$. Then, we can multiply both sides of this equation by $2$ to get $2\cdot k^2\leq 2\cdot 2^k$ or $2k^2\leq 2^{k+1}$. It remains now to show by you that you have $(k+1)^2\leq 2k^2$ for $k\geq 4$. I hope this clarifies your problem!