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?