MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  df-rdg Structured version   Visualization version   Unicode version

Definition df-rdg 7506
Description: Define a recursive definition generator on  On (the class of ordinal numbers) with characteristic function  F and initial value  I. This combines functions  F in tfr1 7493 and  G in tz7.44-1 7502 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  rec operation (especially when df-recs 7468 that it is built on is also eliminated). But once we get past this hurdle, definitions that would otherwise be recursive become relatively simple, as in for example oav 7591, from which we prove the recursive textbook definition as theorems oa0 7596, oasuc 7604, and oalim 7612 (with the help of theorems rdg0 7517, rdgsuc 7520, and rdglim2a 7529). We can also restrict the  rec operation to define otherwise recursive functions on the natural numbers  om; see fr0g 7531 and frsuc 7532. Our  rec 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  if operations (see df-if 4087) select cases based on whether the domain of  g is zero, a successor, or a limit ordinal.

An important use of this definition is in the recursive sequence generator df-seq 12802 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 13061 and integer powers df-exp 12861.

Note: We introduce 
rec 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 multiple-part recursive definitions in the traditional textbook style. (Contributed by NM, 9-Apr-1995.) (Revised by Mario Carneiro, 9-May-2015.)

Assertion
Ref Expression
df-rdg  |-  rec ( F ,  I )  = recs ( ( g  e. 
_V  |->  if ( g  =  (/) ,  I ,  if ( Lim  dom  g ,  U. ran  g ,  ( F `  ( g `  U. dom  g ) ) ) ) ) )
Distinct variable groups:    g, F    g, I

Detailed syntax breakdown of Definition df-rdg
StepHypRef Expression
1 cF . . 3  class  F
2 cI . . 3  class  I
31, 2crdg 7505 . 2  class  rec ( F ,  I )
4 vg . . . 4  setvar  g
5 cvv 3200 . . . 4  class  _V
64cv 1482 . . . . . 6  class  g
7 c0 3915 . . . . . 6  class  (/)
86, 7wceq 1483 . . . . 5  wff  g  =  (/)
96cdm 5114 . . . . . . 7  class  dom  g
109wlim 5724 . . . . . 6  wff  Lim  dom  g
116crn 5115 . . . . . . 7  class  ran  g
1211cuni 4436 . . . . . 6  class  U. ran  g
139cuni 4436 . . . . . . . 8  class  U. dom  g
1413, 6cfv 5888 . . . . . . 7  class  ( g `
 U. dom  g
)
1514, 1cfv 5888 . . . . . 6  class  ( F `
 ( g `  U. dom  g ) )
1610, 12, 15cif 4086 . . . . 5  class  if ( Lim  dom  g ,  U. ran  g ,  ( F `  ( g `
 U. dom  g
) ) )
178, 2, 16cif 4086 . . . 4  class  if ( g  =  (/) ,  I ,  if ( Lim  dom  g ,  U. ran  g ,  ( F `  ( g `  U. dom  g ) ) ) )
184, 5, 17cmpt 4729 . . 3  class  ( g  e.  _V  |->  if ( g  =  (/) ,  I ,  if ( Lim  dom  g ,  U. ran  g ,  ( F `  ( g `  U. dom  g ) ) ) ) )
1918crecs 7467 . 2  class recs ( ( g  e.  _V  |->  if ( g  =  (/) ,  I ,  if ( Lim  dom  g ,  U. ran  g ,  ( F `  ( g `
 U. dom  g
) ) ) ) ) )
203, 19wceq 1483 1  wff  rec ( F ,  I )  = recs ( ( g  e. 
_V  |->  if ( g  =  (/) ,  I ,  if ( Lim  dom  g ,  U. ran  g ,  ( F `  ( g `  U. dom  g ) ) ) ) ) )
Colors of variables: wff setvar class
This definition is referenced by:  rdgeq1  7507  rdgeq2  7508  nfrdg  7510  rdgfun  7512  rdgdmlim  7513  rdgfnon  7514  rdgvalg  7515  rdgval  7516  rdgseg  7518  dfrdg2  31701  csbrdgg  33175
  Copyright terms: Public domain W3C validator