Description: Define a recursive
definition generator on (the class of ordinal
numbers) with characteristic function and initial value .
This combines functions in tfr1 3921 and in tz7.44-1 3925 into one
definition. This rather amazing operation allows us to define, with
compact direct definitions, functions that are usually defined in
textbooks only with indirect self-referencing recursive definitions. A
recursive definition requires advanced metalogic to justify - in
particular, eliminating a recursive definition is very difficult and
often not even shown in textbooks. On the other hand, the elimination
of a direct definition is a matter of simple mechanical substitution.
The price paid is the daunting complexity of our operation.
But once we get past this hurdle, otherwise recursive definitions become
relatively simple, as in for example oav 4147,
from which we prove
the recursive textbook definition as theorems oa0 4152,
oasuc 4160, and
oalim 4164 (with the help of theorems rdg0 3938,
rdgsuc 3939, and rdglim 3940).
We can also restrict the operation to define otherwise recursive
functions on the natural numbers ; see fr0t 3949 and frsuct 3950.
Our
operation apparently does not appear in published
literature, although closely related is Definition 25.2 of [Quine]
p. 177, which he uses to "turn...a recursion into a genuine or
direct
definition" (p. 174). Note that the operators (see df-if 2360)
select cases based on whether the domain of is zero, a successor,
or a limit ordinal.
An important use of this definition is in the recursive sequence
generator df-seq1 6263 on the natural numbers (as a subset of the
complex
numbers), allowing us to define, with direct definitions, recursive
infinite sequences such as the factorial function df-fac 6898 and integer
powers df-exp 6519.
Note: We introduce with the philosophical goal of being able
to eliminate all definitions with direct mechanical substitution
and
to verify easily the soundness of definitions. Metamath itself has
no
built-in technical limitation that prevents recursive definitions
in
the traditional textbook style. |