Suppose we have a property $P(n)$ pertaining to natural numbers and $P(n) \to P(n+1)$. We know by mathematical induction that $P(N)$ implies $P$ being true for all natural numbers greater than or equal to $N$.
It is an obvious consequence of this that for a finite number of natural numbers greater than or equal to $N$, $P$ is also true. I am wondering, however, that whether this "finite induction" can be applied even if we didn't know mathematical induction principle. This might seem trivial, just like $P(1) \to P(2)$, $P(2) \to P(3)$ and so on, but I don't know any logical rules approving this...