Primitive recursive function: Difference between revisions

Content deleted Content added
Correct spacing around binary operator Predicate "Less or equal"
Undid revision 1294830678 by 103.58.110.6 (talk): looks pretty much the same; *all* occurrences should have the same source code
Line 138:
=== Predicate "Less or equal" ===
 
Using the property <math>x \leq y \iff x \mathbin{\oversetstackrel.-} y = 0</math>, the 2-ary function <math>Leq</math> can be defined by <math>Leq = IsZero \circ Sub</math>. Then <math>Leq(x,y) = 1</math> if <math>x \leq y</math>, and <math>Leq(x,y) = 0</math>, otherwise. As a computation example,
:<math>\begin{array}{lll}
& Leq(8,3) \\