Why can we use mathematical induction to prove that $2^n \ge n^2$ for $ n \ge 5$
Normally, the proof via mathematical induction starts with $n =1$. Why does it still hold, when we start with other numbers?
Why can we use mathematical induction to prove that $2^n \ge n^2$ for $ n \ge 5$
Normally, the proof via mathematical induction starts with $n =1$. Why does it still hold, when we start with other numbers?
If you prefer, you can think of induction in terms of proof by contradiction. For your example, assume there are $n\geq 5$ such that $2^n<n^2$. In that case, there is a smallest such $n$. Call that $k$.
The definition of $n$ means $k\geq5$, and the base case establishes that $k\neq5$.
Therefore, we know, by definition of $k$, that $2^{k-1}\geq (k-1)^2$. From this we get $$ 2^k=2\cdot 2^{k-1}\geq 2(k-1)^2=2k^2-4k+1=k^2+k(k-4)+1\geq k^2 $$ and we have our contradiction (the last inequality uses that all terms are positive).
There is nothing in this proof that hinges on exactly where the base case occurs. Just that we establish the base case and also pick $k$ to be the smallest value where the proposition is untrue means we know it's true for $k-1$, and we have our induction hypothesis.
multiplying $$2^k\geq k^2$$ by $2$ we get $$2^{k+1}\geq 2k^2$$ now you have to prove that $$2k^2\geq (k+1)^2$$