| Intuitionistic Logic Explorer Theorem List (p. 106 of 158) | < 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 | frec2uzrdg 10501* |
A helper lemma for the value of a recursive definition generator on
upper integers (typically either |
| Theorem | frecuzrdgrcl 10502* |
The function |
| Theorem | frecuzrdglem 10503* | A helper lemma for the value of a recursive definition generator on upper integers. (Contributed by Jim Kingdon, 26-May-2020.) |
| Theorem | frecuzrdgtcl 10504* |
The recursive definition generator on upper integers is a function.
See comment in frec2uz0d 10491 for the description of |
| Theorem | frecuzrdg0 10505* |
Initial value of a recursive definition generator on upper integers.
See comment in frec2uz0d 10491 for the description of |
| Theorem | frecuzrdgsuc 10506* |
Successor value of a recursive definition generator on upper
integers. See comment in frec2uz0d 10491 for the description of |
| Theorem | frecuzrdgrclt 10507* |
The function |
| Theorem | frecuzrdgg 10508* |
Lemma for other theorems involving the the recursive definition
generator on upper integers. Evaluating |
| Theorem | frecuzrdgdomlem 10509* | The domain of the result of the recursive definition generator on upper integers. (Contributed by Jim Kingdon, 24-Apr-2022.) |
| Theorem | frecuzrdgdom 10510* | The domain of the result of the recursive definition generator on upper integers. (Contributed by Jim Kingdon, 24-Apr-2022.) |
| Theorem | frecuzrdgfunlem 10511* | The recursive definition generator on upper integers produces a a function. (Contributed by Jim Kingdon, 24-Apr-2022.) |
| Theorem | frecuzrdgfun 10512* | The recursive definition generator on upper integers produces a a function. (Contributed by Jim Kingdon, 24-Apr-2022.) |
| Theorem | frecuzrdgtclt 10513* | The recursive definition generator on upper integers is a function. (Contributed by Jim Kingdon, 22-Apr-2022.) |
| Theorem | frecuzrdg0t 10514* | Initial value of a recursive definition generator on upper integers. (Contributed by Jim Kingdon, 28-Apr-2022.) |
| Theorem | frecuzrdgsuctlem 10515* |
Successor value of a recursive definition generator on upper integers.
See comment in frec2uz0d 10491 for the description of |
| Theorem | frecuzrdgsuct 10516* | Successor value of a recursive definition generator on upper integers. (Contributed by Jim Kingdon, 29-Apr-2022.) |
| Theorem | uzenom 10517 | An upper integer set is denumerable. (Contributed by Mario Carneiro, 15-Oct-2015.) |
| Theorem | frecfzennn 10518 | The cardinality of a finite set of sequential integers. (See frec2uz0d 10491 for a description of the hypothesis.) (Contributed by Jim Kingdon, 18-May-2020.) |
| Theorem | frecfzen2 10519 | The cardinality of a finite set of sequential integers with arbitrary endpoints. (Contributed by Jim Kingdon, 18-May-2020.) |
| Theorem | frechashgf1o 10520 |
|
| Theorem | frec2uzled 10521* |
The mapping |
| Theorem | fzfig 10522 | A finite interval of integers is finite. (Contributed by Jim Kingdon, 19-May-2020.) |
| Theorem | fzfigd 10523 | Deduction form of fzfig 10522. (Contributed by Jim Kingdon, 21-May-2020.) |
| Theorem | fzofig 10524 | Half-open integer sets are finite. (Contributed by Jim Kingdon, 21-May-2020.) |
| Theorem | nn0ennn 10525 | The nonnegative integers are equinumerous to the positive integers. (Contributed by NM, 19-Jul-2004.) |
| Theorem | nnenom 10526 | The set of positive integers (as a subset of complex numbers) is equinumerous to omega (the set of natural numbers as ordinals). (Contributed by NM, 31-Jul-2004.) (Revised by Mario Carneiro, 15-Sep-2013.) |
| Theorem | nnct 10527 |
|
| Theorem | uzennn 10528 | An upper integer set is equinumerous to the set of natural numbers. (Contributed by Jim Kingdon, 30-Jul-2023.) |
| Theorem | xnn0nnen 10529 | The set of extended nonnegative integers is equinumerous to the set of natural numbers. (Contributed by Jim Kingdon, 14-Jul-2025.) |
| Theorem | fnn0nninf 10530* |
A function from |
| Theorem | fxnn0nninf 10531* |
A function from NN0* into ℕ∞. (Contributed by Jim
Kingdon,
16-Jul-2022.) TODO: use infnninf 7190 instead of infnninfOLD 7191. More
generally, this theorem and most theorems in this section could use an
extended |
| Theorem | 0tonninf 10532* | The mapping of zero into ℕ∞ is the sequence of all zeroes. (Contributed by Jim Kingdon, 17-Jul-2022.) |
| Theorem | 1tonninf 10533* | The mapping of one into ℕ∞ is a sequence which is a one followed by zeroes. (Contributed by Jim Kingdon, 17-Jul-2022.) |
| Theorem | inftonninf 10534* |
The mapping of |
| Theorem | nninfinf 10535 | ℕ∞ is infinte. (Contributed by Jim Kingdon, 8-Jul-2025.) |
| Theorem | uzsinds 10536* | Strong (or "total") induction principle over an upper set of integers. (Contributed by Scott Fenton, 16-May-2014.) |
| Theorem | nnsinds 10537* | Strong (or "total") induction principle over the naturals. (Contributed by Scott Fenton, 16-May-2014.) |
| Theorem | nn0sinds 10538* | Strong (or "total") induction principle over the nonnegative integers. (Contributed by Scott Fenton, 16-May-2014.) |
| Syntax | cseq 10539 | Extend class notation with recursive sequence builder. |
| Definition | df-seqfrec 10540* |
Define a general-purpose operation that builds a recursive sequence
(i.e., a function on an upper integer set such as
The first operand in the parentheses is the operation that is applied to
the previous value and the value of the input sequence (second operand).
The operand to the left of the parenthesis is the integer to start from.
For example, for the operation
Internally, the frec function generates as its values a set of
ordered pairs starting at (Contributed by NM, 18-Apr-2005.) (Revised by Jim Kingdon, 4-Nov-2022.) |
| Theorem | seqex 10541 | Existence of the sequence builder operation. (Contributed by Mario Carneiro, 4-Sep-2013.) |
| Theorem | seqeq1 10542 | Equality theorem for the sequence builder operation. (Contributed by Mario Carneiro, 4-Sep-2013.) |
| Theorem | seqeq2 10543 | Equality theorem for the sequence builder operation. (Contributed by Mario Carneiro, 4-Sep-2013.) |
| Theorem | seqeq3 10544 | Equality theorem for the sequence builder operation. (Contributed by Mario Carneiro, 4-Sep-2013.) |
| Theorem | seqeq1d 10545 | Equality deduction for the sequence builder operation. (Contributed by Mario Carneiro, 7-Sep-2013.) |
| Theorem | seqeq2d 10546 | Equality deduction for the sequence builder operation. (Contributed by Mario Carneiro, 7-Sep-2013.) |
| Theorem | seqeq3d 10547 | Equality deduction for the sequence builder operation. (Contributed by Mario Carneiro, 7-Sep-2013.) |
| Theorem | seqeq123d 10548 | Equality deduction for the sequence builder operation. (Contributed by Mario Carneiro, 7-Sep-2013.) |
| Theorem | nfseq 10549 | Hypothesis builder for the sequence builder operation. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Mario Carneiro, 15-Oct-2016.) |
| Theorem | iseqovex 10550* | Closure of a function used in proving sequence builder theorems. This can be thought of as a lemma for the small number of sequence builder theorems which need it. (Contributed by Jim Kingdon, 31-May-2020.) |
| Theorem | iseqvalcbv 10551* |
Changing the bound variables in an expression which appears in some
|
| Theorem | seq3val 10552* | Value of the sequence builder function. This helps expand the definition although there should be little need for it once we have proved seqf 10556, seq3-1 10554 and seq3p1 10557, as further development can be done in terms of those. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Jim Kingdon, 4-Nov-2022.) |
| Theorem | seqvalcd 10553* |
Value of the sequence builder function. Similar to seq3val 10552 but the
classes |
| Theorem | seq3-1 10554* | Value of the sequence builder function at its initial value. (Contributed by Jim Kingdon, 3-Oct-2022.) |
| Theorem | seq1g 10555 | Value of the sequence builder function at its initial value. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Jim Kingdon, 19-Aug-2025.) |
| Theorem | seqf 10556* | Range of the recursive sequence builder. (Contributed by Mario Carneiro, 24-Jun-2013.) |
| Theorem | seq3p1 10557* | Value of the sequence builder function at a successor. (Contributed by Jim Kingdon, 30-Apr-2022.) |
| Theorem | seqp1g 10558 | Value of the sequence builder function at a successor. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Jim Kingdon, 19-Aug-2025.) |
| Theorem | seqovcd 10559* | A closure law for the recursive sequence builder. This is a lemma for theorems such as seqf2 10560 and seq1cd 10561 and is unlikely to be needed once such theorems are proved. (Contributed by Jim Kingdon, 20-Jul-2023.) |
| Theorem | seqf2 10560* | Range of the recursive sequence builder. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Jim Kingdon, 7-Jul-2023.) |
| Theorem | seq1cd 10561* |
Initial value of the recursive sequence builder. A version of seq3-1 10554
which provides two classes |
| Theorem | seqp1cd 10562* |
Value of the sequence builder function at a successor. A version of
seq3p1 10557 which provides two classes |
| Theorem | seq3clss 10563* | Closure property of the recursive sequence builder. (Contributed by Jim Kingdon, 28-Sep-2022.) |
| Theorem | seqclg 10564* | Closure properties of the recursive sequence builder. (Contributed by Mario Carneiro, 2-Jul-2013.) (Revised by Mario Carneiro, 27-May-2014.) |
| Theorem | seq3m1 10565* | Value of the sequence builder function at a successor. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Jim Kingdon, 3-Nov-2022.) |
| Theorem | seqm1g 10566 | Value of the sequence builder function at a successor. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Jim Kingdon, 30-Aug-2025.) |
| Theorem | seq3fveq2 10567* | Equality of sequences. (Contributed by Jim Kingdon, 3-Jun-2020.) |
| Theorem | seq3feq2 10568* | Equality of sequences. (Contributed by Jim Kingdon, 3-Jun-2020.) |
| Theorem | seqfveq2g 10569* | Equality of sequences. (Contributed by NM, 17-Mar-2005.) (Revised by Mario Carneiro, 27-May-2014.) |
| Theorem | seqfveqg 10570* | Equality of sequences. (Contributed by NM, 17-Mar-2005.) (Revised by Mario Carneiro, 27-May-2014.) |
| Theorem | seq3fveq 10571* | Equality of sequences. (Contributed by Jim Kingdon, 4-Jun-2020.) |
| Theorem | seq3feq 10572* | Equality of sequences. (Contributed by Jim Kingdon, 15-Aug-2021.) (Revised by Jim Kingdon, 7-Apr-2023.) |
| Theorem | seq3shft2 10573* | Shifting the index set of a sequence. (Contributed by Jim Kingdon, 15-Aug-2021.) (Revised by Jim Kingdon, 7-Apr-2023.) |
| Theorem | seqshft2g 10574* | Shifting the index set of a sequence. (Contributed by Mario Carneiro, 27-Feb-2014.) (Revised by Mario Carneiro, 27-May-2014.) |
| Theorem | serf 10575* |
An infinite series of complex terms is a function from |
| Theorem | serfre 10576* |
An infinite series of real numbers is a function from |
| Theorem | monoord 10577* | Ordering relation for a monotonic sequence, increasing case. (Contributed by NM, 13-Mar-2005.) (Revised by Mario Carneiro, 9-Feb-2014.) |
| Theorem | monoord2 10578* | Ordering relation for a monotonic sequence, decreasing case. (Contributed by Mario Carneiro, 18-Jul-2014.) |
| Theorem | ser3mono 10579* | The partial sums in an infinite series of positive terms form a monotonic sequence. (Contributed by NM, 17-Mar-2005.) (Revised by Jim Kingdon, 22-Apr-2023.) |
| Theorem | seq3split 10580* | Split a sequence into two sequences. (Contributed by Jim Kingdon, 16-Aug-2021.) (Revised by Jim Kingdon, 21-Oct-2022.) |
| Theorem | seqsplitg 10581* | Split a sequence into two sequences. (Contributed by NM, 17-Mar-2005.) (Revised by Mario Carneiro, 27-May-2014.) |
| Theorem | seq3-1p 10582* | Removing the first term from a sequence. (Contributed by Jim Kingdon, 16-Aug-2021.) |
| Theorem | seq3caopr3 10583* | Lemma for seq3caopr2 10585. (Contributed by Mario Carneiro, 25-Apr-2016.) (Revised by Jim Kingdon, 22-Apr-2023.) |
| Theorem | seqcaopr3g 10584* | Lemma for seqcaopr2g 10586. (Contributed by Mario Carneiro, 25-Apr-2016.) |
| Theorem | seq3caopr2 10585* | The sum of two infinite series (generalized to an arbitrary commutative and associative operation). (Contributed by Mario Carneiro, 30-May-2014.) (Revised by Jim Kingdon, 23-Apr-2023.) |
| Theorem | seqcaopr2g 10586* | The sum of two infinite series (generalized to an arbitrary commutative and associative operation). (Contributed by Mario Carneiro, 30-May-2014.) |
| Theorem | seq3caopr 10587* | The sum of two infinite series (generalized to an arbitrary commutative and associative operation). (Contributed by NM, 17-Mar-2005.) (Revised by Jim Kingdon, 23-Apr-2023.) |
| Theorem | seqcaoprg 10588* | The sum of two infinite series (generalized to an arbitrary commutative and associative operation). (Contributed by NM, 17-Mar-2005.) (Revised by Mario Carneiro, 30-May-2014.) |
| Theorem | iseqf1olemkle 10589* | Lemma for seq3f1o 10609. (Contributed by Jim Kingdon, 21-Aug-2022.) |
| Theorem | iseqf1olemklt 10590* | Lemma for seq3f1o 10609. (Contributed by Jim Kingdon, 21-Aug-2022.) |
| Theorem | iseqf1olemqcl 10591 | Lemma for seq3f1o 10609. (Contributed by Jim Kingdon, 27-Aug-2022.) |
| Theorem | iseqf1olemqval 10592* |
Lemma for seq3f1o 10609. Value of the function |
| Theorem | iseqf1olemnab 10593* | Lemma for seq3f1o 10609. (Contributed by Jim Kingdon, 27-Aug-2022.) |
| Theorem | iseqf1olemab 10594* | Lemma for seq3f1o 10609. (Contributed by Jim Kingdon, 27-Aug-2022.) |
| Theorem | iseqf1olemnanb 10595* | Lemma for seq3f1o 10609. (Contributed by Jim Kingdon, 27-Aug-2022.) |
| Theorem | iseqf1olemqf 10596* |
Lemma for seq3f1o 10609. Domain and codomain of |
| Theorem | iseqf1olemmo 10597* |
Lemma for seq3f1o 10609. Showing that |
| Theorem | iseqf1olemqf1o 10598* |
Lemma for seq3f1o 10609. |
| Theorem | iseqf1olemqk 10599* |
Lemma for seq3f1o 10609. |
| Theorem | iseqf1olemjpcl 10600* |
Lemma for seq3f1o 10609. A closure lemma involving |
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |