Description: Define a recursive
definition generator on (the class of ordinal
numbers) with characteristic function and initial value .
This combines functions in tfr1 4225 and in tz7.44-1 4229 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 4286,
from which we prove
the recursive textbook definition as theorems oa0 4291,
oasuc 4299, and
oalim 4303 (with the help of theorems rdg0 4242,
rdgsuc 4246, and rdglimi 4244).
We can also restrict the operation to define otherwise recursive
functions on the natural numbers ; see fr0g 4253 and frsuc 4254.
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 operations (see df-if 2416)
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 6673 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 7135 and integer
powers df-exp 6764.
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. |