Say we have a property $P$ defined on the natural nubers. Usually students are taught that to pove $P(n)$ is true for all $n\in\mathbb N$ you have to do the following:
- make a basis
and use either of the following arguments:
- if $P(k)$ is true then $P(k+1)$ is true
- if $P(n)$ is true $\forall n\leq k$ then $P(k+1)$ is true.
But you can also use slightly different methods. In particular I would like to look at a situation like this:
You prove that $P(k)\implies P(k+3)$ and combine this with three induction bases.
(The number $3$ can be any other natural number of course...)
Now I know this is valid. I was just wondering if anyone knows any problems that would be easier (less time consuming) to solve with a method like this than with the ordinary methods.