Description: Define a recursive
definition generator on (the class of ordinal
numbers) with characteristic function and initial value .
This combines functions in tfr1 4223 and in tz7.44-1 4227 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 4284,
from which we prove
the recursive textbook definition as theorems oa0 4289,
oasuc 4297, and
oalim 4301 (with the help of theorems rdg0 4240,
rdgsuc 4244, and rdglimi 4242).
We can also restrict the operation to define otherwise recursive
functions on the natural numbers ; see fr0g 4251 and frsuc 4252.
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 2415)
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 6671 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 7133 and integer
powers df-exp 6762.
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. |