This is probably a stupid question.
Let us say I were to prove something by induction. Is it true, that the basecase must be the lowest possible number? If I wanted to prove that the formula holds for 1, 2, 3, ... , 999 for example, the basecase cannot be 5 right? Logically, if it holds for 5, it does not necessarily hold for 4, 3, 2 and 1, correct?
The base case can be 5, as long as you prove the cases 1,2,3 and 4 in some other way.