Again, start by understanding the dynamics of the problem. What does increasing do? Letโs try with a few examples. If then yes, is a multiple of 5. What does incrementing to 2 look like? We get which again is a multiple of 5. Next, But instead of just finding what did the increase in do? We will still subtract 1, but now we are multiplying by another 6 first. Viewed another way, we are multiplying a number that is one more than a multiple of 5 by 6 (because is a multiple of 5, so is one more than a multiple of 5). What do numbers that are one more than a multiple of 5 look like? They must have last digit 1 or 6. What happens when you multiply such a number by 6? It depends on the number, but in any case, the last digit of the new number must be a 6. And then if you subtract 1, you get last digit 5, so a multiple of 5.
The point is, every time we multiply by just one more six, we still get a number with last digit 6, so subtracting 1 gives us a multiple of 5. Now the formal proof:
Proof.
Let be the statement, โ is a multiple of 5.โ We will prove that is true for all
Base case: is true: which is a multiple of 5.
Inductive case: Let be an arbitrary natural number. Assume, for induction, that is true. That is, is a multiple of Then for some integer This means that Multiply both sides by
But we want to know about so subtract 1 from both sides:
Of course so is a multiple of 5.
Therefore is a multiple of 5, or in other words, is true. Thus, by the principle of mathematical induction is true for all