| Intuitionistic Logic Explorer Theorem List (p. 67 of 170) | < Previous Next > | |
| Browser slow? Try the
Unicode version. |
||
|
Mirrors > Metamath Home Page > ILE Home Page > Theorem List Contents > Recent Proofs This page: Page List |
||
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Theorem | tfrcllembfn 6601* |
Lemma for tfrcl 6608. The union of |
| Theorem | tfrcllembex 6602* |
Lemma for tfrcl 6608. The set |
| Theorem | tfrcllemubacc 6603* |
Lemma for tfrcl 6608. The union of |
| Theorem | tfrcllemex 6604* | Lemma for tfrcl 6608. (Contributed by Jim Kingdon, 26-Mar-2022.) |
| Theorem | tfrcllemaccex 6605* |
We can define an acceptable function on any element of
As with many of the transfinite recursion theorems, we have
hypotheses that state that |
| Theorem | tfrcllemres 6606* | Lemma for tfr1on 6594. Recursion is defined on an ordinal if the characteristic function is defined up to a suitable point. (Contributed by Jim Kingdon, 18-Mar-2022.) |
| Theorem | tfrcldm 6607* | Recursion is defined on an ordinal if the characteristic function satisfies a closure hypothesis up to a suitable point. (Contributed by Jim Kingdon, 26-Mar-2022.) |
| Theorem | tfrcl 6608* | Closure for transfinite recursion. As with tfr1on 6594, the characteristic function must be defined up to a suitable point, not necessarily on all ordinals. (Contributed by Jim Kingdon, 25-Mar-2022.) |
| Theorem | tfri1 6609* |
Principle of Transfinite Recursion, part 1 of 3. Theorem 7.41(1) of
[TakeutiZaring] p. 47, with an
additional condition.
The condition is that
Given a function |
| Theorem | tfri2 6610* |
Principle of Transfinite Recursion, part 2 of 3. Theorem 7.41(2) of
[TakeutiZaring] p. 47, with an
additional condition on the recursion
rule |
| Theorem | tfri3 6611* |
Principle of Transfinite Recursion, part 3 of 3. Theorem 7.41(3) of
[TakeutiZaring] p. 47, with an
additional condition on the recursion
rule |
| Theorem | tfrex 6612* | The transfinite recursion function is set-like if the input is. (Contributed by Mario Carneiro, 3-Jul-2019.) |
| Syntax | crdg 6613 |
Extend class notation with the recursive definition generator, with
characteristic function |
| Definition | df-irdg 6614* |
Define a recursive definition generator on
For finite recursion we also define df-frec 6635 and for suitable
characteristic functions df-frec 6635 yields the same result as
Note: We introduce |
| Theorem | rdgeq1 6615 | Equality theorem for the recursive definition generator. (Contributed by NM, 9-Apr-1995.) (Revised by Mario Carneiro, 9-May-2015.) |
| Theorem | rdgeq2 6616 | Equality theorem for the recursive definition generator. (Contributed by NM, 9-Apr-1995.) (Revised by Mario Carneiro, 9-May-2015.) |
| Theorem | rdgfun 6617 | The recursive definition generator is a function. (Contributed by Mario Carneiro, 16-Nov-2014.) |
| Theorem | rdgtfr 6618* | The recursion rule for the recursive definition generator is defined everywhere. (Contributed by Jim Kingdon, 14-May-2020.) |
| Theorem | rdgruledefgg 6619* | The recursion rule for the recursive definition generator is defined everywhere. (Contributed by Jim Kingdon, 4-Jul-2019.) |
| Theorem | rdgruledefg 6620* | The recursion rule for the recursive definition generator is defined everywhere. (Contributed by Jim Kingdon, 4-Jul-2019.) |
| Theorem | rdgexggg 6621 | The recursive definition generator produces a set on a set input. (Contributed by Jim Kingdon, 4-Jul-2019.) |
| Theorem | rdgexgg 6622 | The recursive definition generator produces a set on a set input. (Contributed by Jim Kingdon, 4-Jul-2019.) |
| Theorem | rdgifnon 6623 |
The recursive definition generator is a function on ordinal numbers.
The |
| Theorem | rdgifnon2 6624* | The recursive definition generator is a function on ordinal numbers. (Contributed by Jim Kingdon, 14-May-2020.) |
| Theorem | rdgivallem 6625* | Value of the recursive definition generator. Lemma for rdgival 6626 which simplifies the value further. (Contributed by Jim Kingdon, 13-Jul-2019.) (New usage is discouraged.) |
| Theorem | rdgival 6626* | Value of the recursive definition generator. (Contributed by Jim Kingdon, 26-Jul-2019.) |
| Theorem | rdgss 6627 | Subset and recursive definition generator. (Contributed by Jim Kingdon, 15-Jul-2019.) |
| Theorem | rdgisuc1 6628* |
One way of describing the value of the recursive definition generator at
a successor. There is no condition on the characteristic function If we add conditions on the characteristic function, we can show tighter results such as rdgisucinc 6629. (Contributed by Jim Kingdon, 9-Jun-2019.) |
| Theorem | rdgisucinc 6629* |
Value of the recursive definition generator at a successor.
This can be thought of as a generalization of oasuc 6710 and omsuc 6718. (Contributed by Jim Kingdon, 29-Aug-2019.) |
| Theorem | rdgon 6630* | Evaluating the recursive definition generator produces an ordinal. There is a hypothesis that the characteristic function produces ordinals on ordinal arguments. (Contributed by Jim Kingdon, 26-Jul-2019.) (Revised by Jim Kingdon, 13-Apr-2022.) |
| Theorem | rdg0 6631 | The initial value of the recursive definition generator. (Contributed by NM, 23-Apr-1995.) (Revised by Mario Carneiro, 14-Nov-2014.) |
| Theorem | rdg0g 6632 | The initial value of the recursive definition generator. (Contributed by NM, 25-Apr-1995.) |
| Theorem | rdgexg 6633 | The recursive definition generator produces a set on a set input. (Contributed by Mario Carneiro, 3-Jul-2019.) |
| Syntax | cfrec 6634 |
Extend class notation with the finite recursive definition generator, with
characteristic function |
| Definition | df-frec 6635* |
Define a recursive definition generator on
Unlike with transfinite recursion, finite recurson can readily divide
definitions and proofs into zero and successor cases, because even
without excluded middle we have theorems such as nn0suc 4731. The
analogous situation with transfinite recursion - being able to say that
an ordinal is zero, successor, or limit - is enabled by excluded middle
and thus is not available to us. For the characteristic functions which
satisfy the conditions given at frecrdg 6652, this definition and
df-irdg 6614 restricted to Note: We introduce frec 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 Mario Carneiro and Jim Kingdon, 10-Aug-2019.) |
| Theorem | freceq1 6636 | Equality theorem for the finite recursive definition generator. (Contributed by Jim Kingdon, 30-May-2020.) |
| Theorem | freceq2 6637 | Equality theorem for the finite recursive definition generator. (Contributed by Jim Kingdon, 30-May-2020.) |
| Theorem | frecex 6638 | Finite recursion produces a set. (Contributed by Jim Kingdon, 20-Aug-2021.) |
| Theorem | frecfun 6639 |
Finite recursion produces a function. See also frecfnom 6645 which also
states that the domain of that function is |
| Theorem | nffrec 6640 | Bound-variable hypothesis builder for the finite recursive definition generator. (Contributed by Jim Kingdon, 30-May-2020.) |
| Theorem | frec0g 6641 | The initial value resulting from finite recursive definition generation. (Contributed by Jim Kingdon, 7-May-2020.) |
| Theorem | frecabex 6642* | The class abstraction from df-frec 6635 exists. This is a lemma for other finite recursion proofs. (Contributed by Jim Kingdon, 13-May-2020.) |
| Theorem | frecabcl 6643* |
The class abstraction from df-frec 6635 exists. Unlike frecabex 6642 the
function |
| Theorem | frectfr 6644* |
Lemma to connect transfinite recursion theorems with finite recursion.
That is, given the conditions (Contributed by Jim Kingdon, 15-Aug-2019.) |
| Theorem | frecfnom 6645* | The function generated by finite recursive definition generation is a function on omega. (Contributed by Jim Kingdon, 13-May-2020.) |
| Theorem | freccllem 6646* | Lemma for freccl 6647. Just giving a name to a common expression to simplify the proof. (Contributed by Jim Kingdon, 27-Mar-2022.) |
| Theorem | freccl 6647* | Closure for finite recursion. (Contributed by Jim Kingdon, 27-Mar-2022.) |
| Theorem | frecfcllem 6648* | Lemma for frecfcl 6649. Just giving a name to a common expression to simplify the proof. (Contributed by Jim Kingdon, 30-Mar-2022.) |
| Theorem | frecfcl 6649* | Finite recursion yields a function on the natural numbers. (Contributed by Jim Kingdon, 30-Mar-2022.) |
| Theorem | frecsuclem 6650* | Lemma for frecsuc 6651. Just giving a name to a common expression to simplify the proof. (Contributed by Jim Kingdon, 29-Mar-2022.) |
| Theorem | frecsuc 6651* | The successor value resulting from finite recursive definition generation. (Contributed by Jim Kingdon, 31-Mar-2022.) |
| Theorem | frecrdg 6652* |
Transfinite recursion restricted to omega.
Given a suitable characteristic function, df-frec 6635 produces the same
results as df-irdg 6614 restricted to
Presumably the theorem would also hold if |
| Syntax | c1o 6653 | Extend the definition of a class to include the ordinal number 1. |
| Syntax | c2o 6654 | Extend the definition of a class to include the ordinal number 2. |
| Syntax | c3o 6655 | Extend the definition of a class to include the ordinal number 3. |
| Syntax | c4o 6656 | Extend the definition of a class to include the ordinal number 4. |
| Syntax | coa 6657 | Extend the definition of a class to include the ordinal addition operation. |
| Syntax | comu 6658 | Extend the definition of a class to include the ordinal multiplication operation. |
| Syntax | coei 6659 | Extend the definition of a class to include the ordinal exponentiation operation. |
| Definition | df-1o 6660 | Define the ordinal number 1. (Contributed by NM, 29-Oct-1995.) |
| Definition | df-2o 6661 | Define the ordinal number 2. (Contributed by NM, 18-Feb-2004.) |
| Definition | df-3o 6662 | Define the ordinal number 3. (Contributed by Mario Carneiro, 14-Jul-2013.) |
| Definition | df-4o 6663 | Define the ordinal number 4. (Contributed by Mario Carneiro, 14-Jul-2013.) |
| Definition | df-oadd 6664* | Define the ordinal addition operation. (Contributed by NM, 3-May-1995.) |
| Definition | df-omul 6665* | Define the ordinal multiplication operation. (Contributed by NM, 26-Aug-1995.) |
| Definition | df-oexpi 6666* |
Define the ordinal exponentiation operation.
This definition is similar to a conventional definition of
exponentiation except that it defines We do not yet have an extensive development of ordinal exponentiation. For background on ordinal exponentiation without excluded middle, see Tom de Jong, Nicolai Kraus, Fredrik Nordvall Forsberg, and Chuangjie Xu (2025), "Ordinal Exponentiation in Homotopy Type Theory", arXiv:2501.14542 , https://arxiv.org/abs/2501.14542 which is formalized in the TypeTopology proof library at https://ordinal-exponentiation-hott.github.io/. (Contributed by Mario Carneiro, 4-Jul-2019.) |
| Theorem | 1on 6667 | Ordinal 1 is an ordinal number. (Contributed by NM, 29-Oct-1995.) |
| Theorem | 1oex 6668 | Ordinal 1 is a set. (Contributed by BJ, 4-Jul-2022.) |
| Theorem | 2on 6669 | Ordinal 2 is an ordinal number. (Contributed by NM, 18-Feb-2004.) (Proof shortened by Andrew Salmon, 12-Aug-2011.) |
| Theorem | 2on0 6670 | Ordinal two is not zero. (Contributed by Scott Fenton, 17-Jun-2011.) |
| Theorem | 3on 6671 | Ordinal 3 is an ordinal number. (Contributed by Mario Carneiro, 5-Jan-2016.) |
| Theorem | ord3 6672 | Ordinal 3 is an ordinal class. (Contributed by BTernaryTau, 6-Jan-2025.) |
| Theorem | 4on 6673 | Ordinal 4 is an ordinal number. (Contributed by Mario Carneiro, 5-Jan-2016.) |
| Theorem | df1o2 6674 | Expanded value of the ordinal number 1. (Contributed by NM, 4-Nov-2002.) |
| Theorem | df2o3 6675 | Expanded value of the ordinal number 2. (Contributed by Mario Carneiro, 14-Aug-2015.) |
| Theorem | df2o2 6676 | Expanded value of the ordinal number 2. (Contributed by NM, 29-Jan-2004.) |
| Theorem | 2oex 6677 |
|
| Theorem | 1n0 6678 | Ordinal one is not equal to ordinal zero. (Contributed by NM, 26-Dec-2004.) |
| Theorem | xp01disj 6679 | Cartesian products with the singletons of ordinals 0 and 1 are disjoint. (Contributed by NM, 2-Jun-2007.) |
| Theorem | xp01disjl 6680 | Cartesian products with the singletons of ordinals 0 and 1 are disjoint. (Contributed by Jim Kingdon, 11-Jul-2023.) |
| Theorem | ordgt0ge1 6681 | Two ways to express that an ordinal class is positive. (Contributed by NM, 21-Dec-2004.) |
| Theorem | ordge1n0im 6682 | An ordinal greater than or equal to 1 is nonzero. (Contributed by Jim Kingdon, 26-Jun-2019.) |
| Theorem | el1o 6683 | Membership in ordinal one. (Contributed by NM, 5-Jan-2005.) |
| Theorem | dif1o 6684 |
Two ways to say that |
| Theorem | 2oconcl 6685 |
Closure of the pair swapping function on |
| Theorem | 0lt1o 6686 | Ordinal zero is less than ordinal one. (Contributed by NM, 5-Jan-2005.) |
| Theorem | 0lt2o 6687 | Ordinal zero is less than ordinal two. (Contributed by Jim Kingdon, 31-Jul-2022.) |
| Theorem | 1lt2o 6688 | Ordinal one is less than ordinal two. (Contributed by Jim Kingdon, 31-Jul-2022.) |
| Theorem | el2oss1o 6689 | Being an element of ordinal two implies being a subset of ordinal one. The converse is equivalent to excluded middle by ss1oel2o 16887. (Contributed by Jim Kingdon, 8-Aug-2022.) |
| Theorem | oafnex 6690 | The characteristic function for ordinal addition is defined everywhere. (Contributed by Jim Kingdon, 27-Jul-2019.) |
| Theorem | sucinc 6691* | Successor is increasing. (Contributed by Jim Kingdon, 25-Jun-2019.) |
| Theorem | sucinc2 6692* | Successor is increasing. (Contributed by Jim Kingdon, 14-Jul-2019.) |
| Theorem | fnoa 6693 | Functionality and domain of ordinal addition. (Contributed by NM, 26-Aug-1995.) (Proof shortened by Mario Carneiro, 3-Jul-2019.) |
| Theorem | oaexg 6694 | Ordinal addition is a set. (Contributed by Mario Carneiro, 3-Jul-2019.) |
| Theorem | omfnex 6695* | The characteristic function for ordinal multiplication is defined everywhere. (Contributed by Jim Kingdon, 23-Aug-2019.) |
| Theorem | fnom 6696 | Functionality and domain of ordinal multiplication. (Contributed by NM, 26-Aug-1995.) (Revised by Mario Carneiro, 3-Jul-2019.) |
| Theorem | omexg 6697 | Ordinal multiplication is a set. (Contributed by Mario Carneiro, 3-Jul-2019.) |
| Theorem | fnoei 6698 | Functionality and domain of ordinal exponentiation. (Contributed by Mario Carneiro, 29-May-2015.) (Revised by Mario Carneiro, 3-Jul-2019.) |
| Theorem | oeiexg 6699 | Ordinal exponentiation is a set. (Contributed by Mario Carneiro, 3-Jul-2019.) |
| Theorem | oav 6700* | Value of ordinal addition. (Contributed by NM, 3-May-1995.) (Revised by Mario Carneiro, 8-Sep-2013.) |
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |