[Math] proof by induction – explanation on it

induction

Proof by induction. It's pretty useful, and the purpose of it makes a lot of sense. However one thing has always bothered me concerning it. So when you apply induction, one has a base case where you choose a case and apply it to show it works. But then you assume it works for $k$ in the inductive case. Here is my question. Why is it that I can assume it works for $k$? Certainly the base case holds true but whose to say that some other case doesn't work. Maybe I am over thinking induction but that has always bothered me.

Best Answer

It works in the first case.

If it works in the first case, then it works in the second case.

If it works in the second case, then it works in the third case.

If it works in the third case, then it works in the fourth case.

$\ldots$ and so on.

That's what mathematical induction does. But all of the statements above beginning with "if" are proved in one argument, rather than one by one.