<aside> ✅ Strong induction, Induction, and Well Ordering are different methods that achieve the same result.
</aside>
Let $P$ be a predicate on nonnegative integers. If
then,
The Induction Rule
$$ \begin{array}{c}P(0), \forall n \in \N. P(n) \implies P(n+1)\\ \hline \forall m \in \N. P(m) \end{array} $$
Proof Template
Let $P$ be a predicate on nonnegative integers. If