I am currently learning mathematical induction from this site (https://www.mathsisfun.com/algebra/mathematical-induction.html). It has broken induction into 3 steps:
- Show that it is true for n=1
- Assume it is true for n=k
- Show that it is true for n=k+1
I have 4 questions:
Why, of all numbers do we pick n=1? Can't we pick something like n=1, n=2, or the like?
Why do we need the 3rd step? I get a feeling it is to prove that it is true for all n=k, but if that is so, how does it do it? It does prove that it is true for all n=k+1, but that is based on the assumption that n=k; and therefore doesn't prove it. Because if a proof is based on an assumption, how does that prove anything?
Why do we need the first step when we show that it is true for all n=k+1?
In n=k+1, why do we add 1? Why can't we subtract 1, or add 2, etc? Why must it be n=k+1?
Is it possible to answer the question at the level of a Pre-Calc student, who hasn't learnt Calculus (obviously), set theory, and all those complicated stuff?
This question is different from "Dominoes and induction, or how does induction work?" because I have learnt neither limit notation nor L'Hopital's rule, and the other question contains them. This is important for a Precalc student who understands neither of them.
The rest of the questions sound a little like rambling because you do not understand what is happening when you use a proof by induction. I will try to explain that to you.
So first we prove that the statement is true for $n=1$ (or some other number, that is irrelevant).
Next, we show that if the statement is true for $n=k$ then it is true for $n=k+1$. Keep in mind, that we have not proved that the statement is true for $n=k$, we have proved the implication, " If the statement is true for $n=k$, then it is true for $n=k+1$". In layman terms, we have proved that if the statement is true for some number, then the statement has to be true for the next one.
Once we have done that, we go back to the first step we have done. We have shown that the statement is true for $n=1$, by our proof, that means the statement is true for the next number, $n=2$. But now, we know it is true for the next number $n=3$. etc, we do that continuously and so we have proven that the statement is true for all $N\geq 1$
Regarding question 4. If you prove the implication for $n=k+2$ then try to think why the reasoning above does not apply.