HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: Contents + 1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-17000 171 17001-17100 172 17101-17200 173 17201-17300 174 17301-17400 175 17401-17500 176 17501-17600 177 17601-17700 178 17701-17800 179 17801-17900 180 17901-18000 181 18001-18100 182 18101-18200 183 18201-18300 184 18301-18400 185 18401-18500 186 18501-18600 187 18601-18700 188 18701-18800 189 18801-18900 190 18901-19000 191 19001-19100 192 19101-19200 193 19201-19300 194 19301-19400 195 19401-19465

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-11415)
  Hilbert Space Explorer  Hilbert Space Explorer
(11416-13002)
  Users' Mathboxes  Users' Mathboxes
(13003-19465)
 

Statement List for Metamath Proof Explorer - 5301-5400 - Page 54 of 195
TypeLabelDescription
Statement
 
Theoremsmoeq 5301 Equality theorem for strictly monotone functions. (Contributed by Andrew Salmon, 16-Nov-2011.)
|- (A = B -> (Smo A <-> Smo B))
 
Theoremsmodm 5302 The domain of a strictly monotone function is an ordinal. (Contributed by Andrew Salmon, 16-Nov-2011.)
|- (Smo A -> Ord dom A)
 
Theoremsmores 5303 A strictly monotone function restricted to an ordinal remains strictly monotone. (Contributed by Andrew Salmon, 16-Nov-2011.)
|- ((Smo A /\ B e. dom A) -> Smo (A |` B))
 
Theoremsmores3 5304 A strictly monotone function restricted to an ordinal remains strictly monotone. (Contributed by Andrew Salmon, 19-Nov-2011.)
|- ((Smo (A |` B) /\ C e. (dom A i^i B) /\ Ord B) -> Smo (A |` C))
 
Theoremsmores2 5305 A strictly monotone ordinal function restricted to an ordinal is still monotone.
|- ((Smo F /\ Ord A) -> Smo (F |` A))
 
Theoremsmodm2 5306 The domain of a strictly monotone ordinal function is an ordinal. (Contributed by Mario Carneiro, 12-Mar-2013.)
|- ((F Fn A /\ Smo F) -> Ord A)
 
Theoremsmofvon2 5307 The function values of a strictly monotone ordinal function are ordinals. (Contributed by Mario Carneiro, 12-Mar-2013.)
|- (Smo F -> (F` B) e. On)
 
Theoremiordsmo 5308 The identity relation restricted to the ordinals is a strictly monotone function. (Contributed by Andrew Salmon, 16-Nov-2011.)
|- Ord A   =>   |- Smo ( _I |` A)
 
Theoremsmo0 5309 The null set is a strictly monotone ordinal function. (Contributed by Andrew Salmon, 20-Nov-2011.)
|- Smo (/)
 
Theoremsmofvon 5310 If B is a strictly monotone ordinal function, and A is in the domain of B, then the value of the function at A is an ordinal. (Contributed by Andrew Salmon, 20-Nov-2011.)
|- ((Smo B /\ A e. dom B) -> (B` A) e. On)
 
Theoremsmoel 5311 If x is less than y then a strictly monotone function's value will be strictly less at x than at y. (Contributed by Andrew Salmon, 22-Nov-2011.)
|- ((Smo B /\ A e. dom B /\ C e. A) -> (B` C) e. (B` A))
 
Theoremsmoiun 5312 The value of a strictly monotone ordinal function contains its indexed union. (Contributed by Andrew Salmon, 22-Nov-2011.)
|- ((Smo B /\ A e. dom B) -> U_x e. A (B` x) C_ (B` A))
 
Theoremsmoiso 5313 If F is an isomorphism from an ordinal A onto B, which is a subset of the ordinals, then F is a strictly monotonic function. Exercise 3 in [TakeutiZaring] p. 50. (Contributed by Andrew Salmon, 24-Nov-2011.)
|- ((F Isom _E , _E (A, B) /\ Ord A /\ B C_ On) -> Smo F)
 
Theoremsmoel2 5314 A strictly monotone ordinal function preserves the epsilon relation. (Contributed by Mario Carneiro, 12-Mar-2013.)
|- (((F Fn A /\ Smo F) /\ (B e. A /\ C e. B)) -> (F` C) e. (F` B))
 
Theoremsmo11 5315 A strictly monotone ordinal function is one-to-one. (Contributed by Mario Carneiro, 28-Feb-2013.)
|- ((F:A-->B /\ Smo F) -> F:A-1-1->B)
 
Theoremsmoord 5316 A strictly monotone ordinal function preserves strict ordering. (Contributed by Mario Carneiro, 4-Mar-2013.)
|- (((F Fn A /\ Smo F) /\ (C e. A /\ D e. A)) -> (C e. D <-> (F` C) e. (F` D)))
 
Theoremsmoword 5317 A strictly monotone ordinal function preserves weak ordering. (Contributed by Mario Carneiro, 4-Mar-2013.)
|- (((F Fn A /\ Smo F) /\ (C e. A /\ D e. A)) -> (C C_ D <-> (F` C) C_ (F` D)))
 
Theoremsmogt 5318 A strictly monotone ordinal function is greater than or equal to its argument. (Contributed by Mario Carneiro, 28-Feb-2013.)
|- ((F Fn A /\ Smo F /\ C e. A) -> C C_ (F` C))
 
Theoremsmorndom 5319 The range of a strictly monotone ordinal function dominates the domain. (Contributed by Mario Carneiro, 13-Mar-2013.)
|- ((F:A-->B /\ Smo F /\ Ord B) -> A C_ B)
 
Theoremsmoiso2 5320 The strictly monotone ordinal functions are also epsilon isomorphisms of subclasses of On.
|- ((Ord A /\ B C_ On) -> ((F:A-onto->B /\ Smo F) <-> F Isom _E , _E (A, B)))
 
Theoremsmoge 5321 A strictly monotonic function is always increasing. Exercise 1 in [TakeutiZaring] p. 50. It holds even when C is transfinite. (Contributed by Andrew Salmon, 23-Nov-2011.)
|- dom A = B   &   |- Smo A   =>   |- (C e. B -> C C_ (A` C))
 
Transfinite recursion
 
Theoremtfrlem1 5322 A technical lemma for transfinite recursion. Compare Lemma 1 of [TakeutiZaring] p. 47. (Unnecessary distinct variable restrictions were removed by David Abernethy, 19-Jun-2012.)
|- (A e. On -> ((F Fn A /\ G Fn A) -> (A.x e. A ((F` x) = (B` (F |` x)) /\ (G` x) = (B` (G |` x))) -> A.x e. A (F` x) = (G` x))))
 
Theoremtfrlem2 5323 Lemma for transfinite recursion. This provides some messy details needed to link tfrlem1 5322 into the main proof. (Unnecessary distinct variable restrictions were removed by David Abernethy, 19-Jun-2012.) [Auxiliary lemma - not displayed.]
 
Theoremtfrlem3 5324 Lemma for transfinite recursion. Let A be the class of "acceptable" functions. The final thing we're interested in is the union of all these acceptable functions. This lemma just changes some bound variables in A for later use. [Auxiliary lemma - not displayed.]
 
Theoremtfrlem3a 5325 Lemma for transfinite recursion. Let A be the class of "acceptable" functions. The final thing we're interested in is the union of all these acceptable functions. This lemma just changes some bound variables in A for later use. [Auxiliary lemma - not displayed.]
 
Theoremtfrlem4 5326 Lemma for transfinite recursion. A is the class of all "acceptable" functions, and F is their union. First we show that an acceptable function is in fact a function. [Auxiliary lemma - not displayed.]
 
Theoremtfrlem5 5327 Lemma for transfinite recursion. The values of two acceptable functions are the same within their domains. [Auxiliary lemma - not displayed.]
 
Theoremtfrlem6 5328 Lemma for transfinite recursion. The union of all acceptable functions is a relation. [Auxiliary lemma - not displayed.]
 
Theoremtfrlem7 5329 Lemma for transfinite recursion. The union of all acceptable functions is a function. [Auxiliary lemma - not displayed.]
 
Theoremtfrlem8 5330 Lemma for transfinite recursion. The domain of F is ordinal. (The proof was shortened by Alan Sare, 11-Mar-2008.) [Auxiliary lemma - not displayed.]
 
Theoremtfrlem9 5331 Lemma for transfinite recursion. Here we compute the value of F (the union of all acceptable functions). [Auxiliary lemma - not displayed.]
 
Theoremtfrlem10 5332 Lemma for transfinite recursion. We define class C by extending F with one ordered pair. We will assume, falsely, that domain of F is a member of, and thus not equal to, On. Using this assumption we will prove facts about C that will lead to a contradiction in tfrlem13 5335, thus showing the domain of F does in fact equal On. Here we show (under the false assumption) that C is a function extending the domain of F by one. (The proof was shortened by Alan Sare, 20-Feb-2008.) [Auxiliary lemma - not displayed.]
 
Theoremtfrlem11 5333 Lemma for transfinite recursion. Compute the value of C. [Auxiliary lemma - not displayed.]
 
Theoremtfrlem12 5334 Lemma for transfinite recursion. Show C is an acceptable function. [Auxiliary lemma - not displayed.]
 
Theoremtfrlem13 5335 Lemma for transfinite recursion. If dom F is in On, then C is acceptable, and thus a subset of F, but dom C is bigger than dom F. This is a contradiction, so dom F must be On. [Auxiliary lemma - not displayed.]
 
Theoremtfr1 5336 Principle of Transfinite Recursion, part 1 of 3. Theorem 7.41(1) of [TakeutiZaring] p. 47. We start with an arbitrary class G, normally a function, and define a class A of all "acceptable" functions. The final function we're interested in is the union F of them. F is then said to be defined by transfinite recursion. The purpose of the 3 parts of this theorem is to demonstrate properties of F. In this first part we show that F is a function whose domain is all ordinal numbers.
|- A = {f | E.x e. On (f Fn x /\ A.y e. x (f` y) = (G` (f |` y)))}   &   |- F = U.A   =>   |- F Fn On
 
Theoremtfr2 5337 Principle of Transfinite Recursion, part 2 of 3. Theorem 7.41(2) of [TakeutiZaring] p. 47. Here we show that the function F has the property that for any function G whatsoever, the "next" value of F is G recursively applied to all "previous" values of F.
|- A = {f | E.x e. On (f Fn x /\ A.y e. x (f` y) = (G` (f |` y)))}   &   |- F = U.A   =>   |- (z e. On -> (F` z) = (G` (F |` z)))
 
Theoremtfr3 5338 Principle of Transfinite Recursion, part 3 of 3. Theorem 7.41(3) of [TakeutiZaring] p. 47. Finally we show that F is unique. We do this by showing that any class B with the same properties of F that we showed in parts 1 and 2 is identical to F.
|- A = {f | E.x e. On (f Fn x /\ A.y e. x (f` y) = (G` (f |` y)))}   &   |- F = U.A   =>   |- ((B Fn On /\ A.x e. On (B` x) = (G` (B |` x))) -> B = F)
 
Theoremtz7.44lem1 5339 G is a function. Lemma for tz7.44-1 5340, tz7.44-2 5341, and tz7.44-3 5342. (Unnecessary distinct variable restrictions were removed by David Abernethy, 19-Jun-2012.)
|- G = {<.x, y>. | ((x = (/) /\ y = A) \/ (-. (x = (/) \/ Lim dom x) /\ y = (H` (x` U.dom x))) \/ (Lim dom x /\ y = U.ran x))}   =>   |- Fun G
 
Theoremtz7.44-1 5340 The value of F at (/). Part 1 of Theorem 7.44 of [TakeutiZaring] p. 49.
|- G = {<.x, y>. | ((x = (/) /\ y = A) \/ (-. (x = (/) \/ Lim dom x) /\ y = (H` (x` U.dom x))) \/ (Lim dom x /\ y = U.ran x))}   &   |- F Fn On   &   |- (x e. On -> (F` x) = (G` (F |` x)))   &   |- A e. _V   =>   |- (F` (/)) = A
 
Theoremtz7.44-2 5341 The value of F at a successor ordinal. Part 2 of Theorem 7.44 of [TakeutiZaring] p. 49. (Unnecessary distinct variable restrictions were removed by David Abernethy, 19-Jun-2012.)
|- G = {<.x, y>. | ((x = (/) /\ y = A) \/ (-. (x = (/) \/ Lim dom x) /\ y = (H` (x` U.dom x))) \/ (Lim dom x /\ y = U.ran x))}   &   |- F Fn On   &   |- (x e. On -> (F` x) = (G` (F |` x)))   &   |- B e. On   =>   |- (F` suc B) = (H` (F` B))
 
Theoremtz7.44-3 5342 The value of F at a limit ordinal. Part 3 of Theorem 7.44 of [TakeutiZaring] p. 49. (Unnecessary distinct variable restrictions were removed by David Abernethy, 19-Jun-2012.)
|- G = {<.x, y>. | ((x = (/) /\ y = A) \/ (-. (x = (/) \/ Lim dom x) /\ y = (H` (x` U.dom x))) \/ (Lim dom x /\ y = U.ran x))}   &   |- F Fn On   &   |- (x e. On -> (F` x) = (G` (F |` x)))   &   |- B e. On   =>   |- (Lim B -> (F` B) = U.(F"B))
 
Recursive definition generator
 
Syntaxcrdg 5343 Extend class notation with the recursive definition generator.
class rec(A, B)
 
Definitiondf-rdg 5344 Define a recursive definition generator on On (the class of ordinal numbers) with characteristic function F and initial value A. This combines functions F in tfr1 5336 and G in tz7.44-1 5340 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. But once we get past this hurdle, otherwise recursive definitions become relatively simple, as in for example oav 5401, from which we prove the recursive textbook definition as theorems oa0 5406, oasuc 5414, and oalim 5418 (with the help of theorems rdg0 5353, rdgsuc 5357, and rdglim2a 5362). We can also restrict the rec operation to define otherwise recursive functions on the natural numbers om; see fr0g 5364 and frsuc 5365. 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 3213) 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-seq1 8210 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 8685 and integer powers df-exp 8312.

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.

|- rec(F, A) = U.{f | E.x e. On (f Fn x /\ A.y e. x (f` y) = ({<.g, z>. | z = if(g = (/), A, if(Lim dom g, U.ran g, (F` (g` U.dom g))))}` (f |` y)))}
 
Theoremdfrdg2 5345 Alternate definition of a recursive definition generator. (This was the original definition, but it was later replaced with the slightly shorter df-rdg 5344.)
|- rec(F, A) = U.{f | E.x e. On (f Fn x /\ A.y e. x (f` y) = ({<.g, z>. | ((g = (/) /\ z = A) \/ (-. (g = (/) \/ Lim dom g) /\ z = (F` (g` U.dom g))) \/ (Lim dom g /\ z = U.ran g))}` (f |` y)))}
 
Theoremrdgeq1 5346 Equality theorem for the recursive definition generator.
|- (F = G -> rec(F, A) = rec(G, A))
 
Theoremrdgeq2 5347 Equality theorem for the recursive definition generator.
|- (A = B -> rec(F, A) = rec(F, B))
 
Theoremhbrdg 5348 Bound-variable hypothesis builder for the recursive definition generator.
|- (y e. F -> A.x y e. F)   &   |- (y e. A -> A.x y e. A)   =>   |- (y e. rec(F, A) -> A.x y e. rec(F, A))
 
Theoremrdglem1 5349 Lemma used with the recursive definition generator. This is a trivial lemma that just changes bound variables for later use.
|- {f | E.x e. On (f Fn x /\ A.y e. x (f` y) = (G` (f |` y)))} = {g | E.z e. On (g Fn z /\ A.w e. z (g` w) = (G` (g |` w)))}
 
Theoremrdglem2 5350 Lemma used with the recursive definition generator. This is a trivial lemma that just changes bound variables for later use.
|- {<.x, y>. | ((x = (/) /\ y = A) \/ (-. (x = (/) \/ Lim dom x) /\ y = (H` (x` U.dom x))) \/ (Lim dom x /\ y = U.ran x))} = {<.z, y>. | ((z = (/) /\ y = A) \/ (-. (z = (/) \/ Lim dom z) /\ y = (H` (z` U.dom z))) \/ (Lim dom z /\ y = U.ran z))}
 
Theoremrdgfnon 5351 The recursive definition generator is a function on ordinal numbers.
|- rec(F, A) Fn On
 
Theoremrdgval 5352 Value of the recursive definition generator.
|- (g e. On -> (rec(F, A)` g) = ({<.w, z>. | ((w = (/) /\ z = A) \/ (-. (w = (/) \/ Lim dom w) /\ z = (F` (w` U.dom w))) \/ (Lim dom w /\ z = U.ran w))}` (rec(F, A) |` g)))
 
Theoremrdg0 5353 The initial value of the recursive definition generator.
|- A e. _V   =>   |- (rec(F, A)` (/)) = A
 
Theoremrdgsuci 5354 The value of the recursive definition generator at a successor.
|- B e. On   =>   |- (rec(F, A)` suc B) = (F` (rec(F, A)` B))
 
Theoremrdglimi 5355 The value of the recursive definition generator at a limit ordinal.
|- B e. On   =>   |- (Lim B -> (rec(F, A)` B) = U.(rec(F, A)"B))
 
Theoremrdg0g 5356 The initial value of the recursive definition generator.
|- (A e. C -> (rec(F, A)` (/)) = A)
 
Theoremrdgsuc 5357 The value of the recursive definition generator at a successor.
|- (B e. On -> (rec(F, A)` suc B) = (F` (rec(F, A)` B)))
 
Theoremrdgsucopab 5358 The value of the recursive definition generator at a successor (special case where the characteristic function is an ordered pair abstraction).
|- (z e. A -> A.x z e. A)   &   |- (z e. B -> A.x z e. B)   &   |- (z e. D -> A.x z e. D)   &   |- F = rec({<.x, y>. | y = C}, A)   &   |- (x = (F` B) -> C = D)   =>   |- ((B e. On /\ D e. R) -> (F` suc B) = D)
 
Theoremrdgsucopabn 5359 The value of the recursive definition generator at a successor (special case where the characteristic function is an ordered-pair class abstraction and where the mapping class D is a proper class). This is a technical lemma that can be used together with rdgsucopab 5358 to help eliminate redundant sethood antecedents.
|- (z e. A -> A.x z e. A)   &   |- (z e. B -> A.x z e. B)   &   |- (z e. D -> A.x z e. D)   &   |- F = rec({<.x, y>. | y = C}, A)   &   |- (x = (F` B) -> C = D)   =>   |- (-. D e. _V -> (F` suc B) = (/))
 
Theoremrdglim 5360 The value of the recursive definition generator at a limit ordinal.
|- ((B e. C /\ Lim B) -> (rec(F, A)` B) = U.(rec(F, A)"B))
 
Theoremrdglim2 5361 The value of the recursive definition generator at a limit ordinal, in terms of the union of all smaller values.
|- ((B e. C /\ Lim B) -> (rec(F, A)` B) = U.{y | E.x e. B y = (rec(F, A)` x)})
 
Theoremrdglim2a 5362 The value of the recursive definition generator at a limit ordinal, in terms of indexed union of all smaller values.
|- ((B e. C /\ Lim B) -> (rec(F, A)` B) = U_x e. B (rec(F, A)` x))
 
Finite recursion
 
Theoremfrfnom 5363 The function generated by finite recursive definition generation is a function on omega.
|- (rec(F, A) |` om) Fn om
 
Theoremfr0g 5364 The initial value resulting from finite recursive definition generation.
|- (A e. B -> ((rec(F, A) |` om)` (/)) = A)
 
Theoremfrsuc 5365 The successor value resulting from finite recursive definition generation.
|- (B e. om -> ((rec(F, A) |` om)` suc B) = (F` ((rec(F, A) |` om)` B)))
 
Theoremfrsucopab 5366 The successor value resulting from finite recursive definition generation (special case where the generation function is an ordered pair abstraction).
|- (z e. A -> A.x z e. A)   &   |- (z e. B -> A.x z e. B)   &   |- (z e. D -> A.x z e. D)   &   |- F = (rec({<.x, y>. | y = C}, A) |` om)   &   |- (x = (F` B) -> C = D)   =>   |- ((B e. om /\ D e. R) -> (F` suc B) = D)
 
Theoremfrsucmpt 5367 The successor value resulting from finite recursive definition generation (special case where the generation function is expressed in maps-to notation).
|- (z e. A -> A.x z e. A)   &   |- (z e. B -> A.x z e. B)   &   |- (z e. D -> A.x z e. D)   &   |- F = (rec((x e. _V |-> C), A) |` om)   &   |- (x = (F` B) -> C = D)   =>   |- ((B e. om /\ D e. R) -> (F` suc B) = D)
 
Theoremtz7.48lem 5368 A way of showing an ordinal function is one-to-one.
|- F Fn On   =>   |- ((A C_ On /\ A.x e. A A.y e. x -. (F` x) = (F` y)) -> Fun `'(F |` A))
 
Theoremtz7.48-2 5369 Proposition 7.48(2) of [TakeutiZaring] p. 51. (The proof was shortened by Mario Carneiro, 10-Jan-2013.) (Unnecessary distinct variable restrictions were removed by David Abernethy, 5-May-2013.)
|- F Fn On   =>   |- (A.x e. On (F` x) e. (A \ (F"x)) -> Fun `'F)
 
Theoremtz7.48-2OLD 5370 Obsolete proof of tz7.48-2 5369.
|- F Fn On   =>   |- (A.x e. On (F` x) e. (A \ (F"x)) -> Fun `'F)
 
Theoremtz7.48-1 5371 Proposition 7.48(1) of [TakeutiZaring] p. 51.
|- F Fn On   =>   |- (A.x e. On (F` x) e. (A \ (F"x)) -> ran F C_ A)
 
Theoremtz7.48-3 5372 Proposition 7.48(3) of [TakeutiZaring] p. 51.
|- F Fn On   =>   |- (A.x e. On (F` x) e. (A \ (F"x)) -> -. A e. _V)
 
Theoremtz7.49OLD 5373 Proposition 7.49 of [TakeutiZaring] p. 51.
|- F Fn On   &   |- A e. _V   =>   |- (A.x e. On ((A \ (F"x)) =/= (/) -> (F` x) e. (A \ (F"x))) -> E.x e. On (A.y e. x (A \ (F"y)) =/= (/) /\ (F"x) = A /\ Fun `'(F |` x)))
 
Theoremtz7.49cOLD 5374 Corollary of Proposition 7.49 of [TakeutiZaring] p. 51.
|- F Fn On   &   |- A e. _V   =>   |- (A.x e. On ((A \ (F"x)) =/= (/) -> (F` x) e. (A \ (F"x))) -> E.x e. On (F |` x):x-1-1-onto->A)
 
Theoremtz7.49 5375 Proposition 7.49 of [TakeutiZaring] p. 51. (Revised by Mario Carneiro, 10-Jan-2013.)
|- F Fn On   &   |- (ph <-> A.x e. On ((A \ (F"x)) =/= (/) -> (F` x) e. (A \ (F"x))))   =>   |- ((A e. B /\ ph) -> E.x e. On (A.y e. x (A \ (F"y)) =/= (/) /\ (F"x) = A /\ Fun `'(F |` x)))
 
Theoremtz7.49c 5376 Corollary of Proposition 7.49 of [TakeutiZaring] p. 51. (Revised by Mario Carneiro, 19-Jan-2013.)
|- F Fn On   =>   |- ((A e. B /\ A.x e. On ((A \ (F"x)) =/= (/) -> (F` x) e. (A \ (F"x)))) -> E.x e. On (F |` x):x-1-1-onto->A)
 
Abian's "most fundamental" fixed point theorem
 
Theoremabianfplem 5377 Lemma for abianfp 5378. We prove by transfinite induction that if F has a fixed point x, then its iterates also equal x. This lemma is used for the "trivial" direction of the main theorem. [Auxiliary lemma - not displayed.]
 
Theoremabianfp 5378 "A most fundamental fixed point theorem" of Alexander Abian (1923-1999), apparently proved in 1998. Let G` 0 = x, G` 1 = F` x, G` 2 = F` (F` x),... be the iterates of F. The theorem reads (using our variable names): "Let F be a mapping from a set A into itself. Then F has a fixed point if and only if: There exists an element x of A such that for every ordinal v, G` v is an element of A, and if G` v is not a fixed point of F then the G` u's are all distinct for every ordinal u e. v." See df-rdg 5344 for the rec operation. The proof's key idea is to assume that F does not have a fixed point, then use the Axiom of Replacement in the form of f1dmex 4789 to derive that the class of all ordinal numbers exists, contradicting onprc 4042. Our version of this theorem does not require the hypothesis that F be a mapping. Reference: http://us2.metamath.org:88/abian-themostfixed.html. For an application of this theorem, see http://groups.google.com/group/sci.stat.math/msg/1737ee1133c24aeb for its use in a proof of Tarski's fixed point theorem. (Unnecessary distinct variable restrictions were removed by David Abernethy, 19-Jun-2012.)
|- A e. _V   &   |- G = rec({<.z, w>. | w = (F` z)}, x)   =>   |- (E.x e. A (F` x) = x <-> E.x e. A A.v e. On ((G` v) e. A /\ (-. (F` (G` v)) = (G` v) -> A.u e. v -. (G` v) = (G` u))))
 
Ordinal arithmetic
 
Syntaxc1o 5379 Extend the definition of a class to include the ordinal number 1.
class 1o
 
Syntaxc2o 5380 Extend the definition of a class to include the ordinal number 2.
class 2o
 
Syntaxcoa 5381 Extend the definition of a class to include the ordinal addition operation.
class +o
 
Syntaxcomu 5382 Extend the definition of a class to include the ordinal multiplication operation.
class .o
 
Syntaxcoe 5383 Extend the definition of a class to include the ordinal exponentiation operation.
class ^o
 
Definitiondf-1o 5384 Define the ordinal number 1.
|- 1o = suc (/)
 
Definitiondf-2o 5385 Define the ordinal number 2.
|- 2o = suc 1o
 
Definitiondf-oadd 5386 Define the ordinal addition operation.
|- +o = {<.<.x, y>., z>. | ((x e. On /\ y e. On) /\ z = (rec({<.w, v>. | v = suc w}, x)` y))}
 
Definitiondf-omul 5387 Define the ordinal multiplication operation.
|- .o = {<.<.x, y>., z>. | ((x e. On /\ y e. On) /\ z = (rec({<.w, v>. | v = (w +o x)}, (/))` y))}
 
Definitiondf-oexp 5388 Define the ordinal exponentiation operation.
|- ^o = {<.<.x, y>., z>. | ((x e. On /\ y e. On) /\ z = if(x = (/), (1o \ y), (rec({<.w, v>. | v = (w .o x)}, 1o)` y)))}
 
Theorem1on 5389 Ordinal 1 is an ordinal number.
|- 1o e. On
 
Theorem2on 5390 Ordinal 2 is an ordinal number. (The proof was shortened by Andrew Salmon, 12-Aug-2011.)
|- 2o e. On
 
Theoremdf1o2 5391 Expanded value of the ordinal number 1.
|- 1o = {(/)}
 
Theoremdf2o2 5392 Expanded value of the ordinal number 2.
|- 2o = {(/), {(/)}}
 
Theorem1n0 5393 Ordinal one is not equal to ordinal zero.
|- 1o =/= (/)
 
Theoremxp01disj 5394 Cross products with the singletons of ordinals 0 and 1 are disjoint.
|- ((A X. {(/)}) i^i (C X. {1o})) = (/)
 
Theoremordgt0ge1 5395 Two ways to express that an ordinal class is positive.
|- (Ord A -> ((/) e. A <-> 1o C_ A))
 
Theoremordge1n0 5396 An ordinal greater than or equal to 1 is nonzero.
|- (Ord A -> (1o C_ A <-> A =/= (/)))
 
Theoremel1o 5397 Membership in ordinal one.
|- (A e. 1o <-> A = (/))
 
Theorem0lt1o 5398 Ordinal zero is less than ordinal one.
|- (/) e. 1o
 
Theoremfnoa 5399 Functionality and domain of ordinal addition.
|- +o Fn (On X. On)
 
Theoremfnom 5400 Functionality and domain of ordinal multiplication.
|- .o Fn (On X. On)

MPE Home   Contents Copyright terms: Public domain < Previous  Next >