in "All horses have the same color" problem, we figured out that P(2) is not correct. obviously it is a easy job to check a case like P(2). but what is the guarantee that in the rest of the induction questions, we don't need to check each item?
maybe we face another problem same as this problem (not this "All horses have the same color" problem) and the mistake was hidden in n=44 for example.
we cannot find that case easily. then what should we do?
How we can be sure that our base case is right? and after falling first domino, all the other dominoes will be fallen? we use induction because we don't want to check all of them.
sorry for my bad English writing.