Previous: , Up: Miscellaneous Rules   [Contents]


6.5.4 Induction

This rule is how Aris implements mathematical induction. ‘P(z(x))’ is the base case, and the inductive step is ‘P(x)’ → ‘P(s(x))’.