![]() |
Metamath
Proof Explorer Theorem List (p. 140 of 480) | < Previous Next > |
Bad symbols? Try the
GIF version. |
||
Mirrors > Metamath Home Page > MPE Home Page > Theorem List Contents > Recent Proofs This page: Page List |
Color key: | ![]() (1-30439) |
![]() (30440-31962) |
![]() (31963-47940) |
Type | Label | Description |
---|---|---|
Statement | ||
Theorem | 2txmodxeq0 13901 | Two times a positive real number modulo the real number is zero. (Contributed by Alexander van der Vekens, 8-Jun-2018.) |
β’ (π β β+ β ((2 Β· π) mod π) = 0) | ||
Theorem | 2submod 13902 | If a real number is between a positive real number and twice the positive real number, the real number modulo the positive real number equals the real number minus the positive real number. (Contributed by Alexander van der Vekens, 13-May-2018.) |
β’ (((π΄ β β β§ π΅ β β+) β§ (π΅ β€ π΄ β§ π΄ < (2 Β· π΅))) β (π΄ mod π΅) = (π΄ β π΅)) | ||
Theorem | modifeq2int 13903 | If a nonnegative integer is less than twice a positive integer, the nonnegative integer modulo the positive integer equals the nonnegative integer or the nonnegative integer minus the positive integer. (Contributed by Alexander van der Vekens, 21-May-2018.) |
β’ ((π΄ β β0 β§ π΅ β β β§ π΄ < (2 Β· π΅)) β (π΄ mod π΅) = if(π΄ < π΅, π΄, (π΄ β π΅))) | ||
Theorem | modaddmodup 13904 | The sum of an integer modulo a positive integer and another integer minus the positive integer equals the sum of the two integers modulo the positive integer if the other integer is in the upper part of the range between 0 and the positive integer. (Contributed by AV, 30-Oct-2018.) |
β’ ((π΄ β β€ β§ π β β) β (π΅ β ((π β (π΄ mod π))..^π) β ((π΅ + (π΄ mod π)) β π) = ((π΅ + π΄) mod π))) | ||
Theorem | modaddmodlo 13905 | The sum of an integer modulo a positive integer and another integer equals the sum of the two integers modulo the positive integer if the other integer is in the lower part of the range between 0 and the positive integer. (Contributed by AV, 30-Oct-2018.) |
β’ ((π΄ β β€ β§ π β β) β (π΅ β (0..^(π β (π΄ mod π))) β (π΅ + (π΄ mod π)) = ((π΅ + π΄) mod π))) | ||
Theorem | modmulmod 13906 | The product of a real number modulo a positive real number and an integer equals the product of the real number and the integer modulo the positive real number. (Contributed by Alexander van der Vekens, 17-May-2018.) |
β’ ((π΄ β β β§ π΅ β β€ β§ π β β+) β (((π΄ mod π) Β· π΅) mod π) = ((π΄ Β· π΅) mod π)) | ||
Theorem | modmulmodr 13907 | The product of an integer and a real number modulo a positive real number equals the product of the integer and the real number modulo the positive real number. (Contributed by Alexander van der Vekens, 9-Jul-2021.) |
β’ ((π΄ β β€ β§ π΅ β β β§ π β β+) β ((π΄ Β· (π΅ mod π)) mod π) = ((π΄ Β· π΅) mod π)) | ||
Theorem | modaddmulmod 13908 | The sum of a real number and the product of a second real number modulo a positive real number and an integer equals the sum of the real number and the product of the other real number and the integer modulo the positive real number. (Contributed by Alexander van der Vekens, 17-May-2018.) |
β’ (((π΄ β β β§ π΅ β β β§ πΆ β β€) β§ π β β+) β ((π΄ + ((π΅ mod π) Β· πΆ)) mod π) = ((π΄ + (π΅ Β· πΆ)) mod π)) | ||
Theorem | moddi 13909 | Distribute multiplication over a modulo operation. (Contributed by NM, 11-Nov-2008.) |
β’ ((π΄ β β+ β§ π΅ β β β§ πΆ β β+) β (π΄ Β· (π΅ mod πΆ)) = ((π΄ Β· π΅) mod (π΄ Β· πΆ))) | ||
Theorem | modsubdir 13910 | Distribute the modulo operation over a subtraction. (Contributed by NM, 30-Dec-2008.) |
β’ ((π΄ β β β§ π΅ β β β§ πΆ β β+) β ((π΅ mod πΆ) β€ (π΄ mod πΆ) β ((π΄ β π΅) mod πΆ) = ((π΄ mod πΆ) β (π΅ mod πΆ)))) | ||
Theorem | modeqmodmin 13911 | A real number equals the difference of the real number and a positive real number modulo the positive real number. (Contributed by AV, 3-Nov-2018.) |
β’ ((π΄ β β β§ π β β+) β (π΄ mod π) = ((π΄ β π) mod π)) | ||
Theorem | modirr 13912 | A number modulo an irrational multiple of it is nonzero. (Contributed by NM, 11-Nov-2008.) |
β’ ((π΄ β β β§ π΅ β β+ β§ (π΄ / π΅) β (β β β)) β (π΄ mod π΅) β 0) | ||
Theorem | modfzo0difsn 13913* | For a number within a half-open range of nonnegative integers with one excluded integer there is a positive integer so that the number is equal to the sum of the positive integer and the excluded integer modulo the upper bound of the range. (Contributed by AV, 19-Mar-2021.) |
β’ ((π½ β (0..^π) β§ πΎ β ((0..^π) β {π½})) β βπ β (1..^π)πΎ = ((π + π½) mod π)) | ||
Theorem | modsumfzodifsn 13914 | The sum of a number within a half-open range of positive integers is an element of the corresponding open range of nonnegative integers with one excluded integer modulo the excluded integer. (Contributed by AV, 19-Mar-2021.) |
β’ ((π½ β (0..^π) β§ πΎ β (1..^π)) β ((πΎ + π½) mod π) β ((0..^π) β {π½})) | ||
Theorem | modlteq 13915 | Two nonnegative integers less than the modulus are equal iff they are equal modulo the modulus. (Contributed by AV, 14-Mar-2021.) |
β’ ((πΌ β (0..^π) β§ π½ β (0..^π)) β ((πΌ mod π) = (π½ mod π) β πΌ = π½)) | ||
Theorem | addmodlteq 13916 | Two nonnegative integers less than the modulus are equal iff the sums of these integer with another integer are equal modulo the modulus. A much shorter proof exists if the "divides" relation β₯ can be used, see addmodlteqALT 16273. (Contributed by AV, 20-Mar-2021.) |
β’ ((πΌ β (0..^π) β§ π½ β (0..^π) β§ π β β€) β (((πΌ + π) mod π) = ((π½ + π) mod π) β πΌ = π½)) | ||
Theorem | om2uz0i 13917* | The mapping πΊ is a one-to-one mapping from Ο onto upper integers that will be used to construct a recursive definition generator. Ordinal natural number 0 maps to complex number πΆ (normally 0 for the upper integers β0 or 1 for the upper integers β), 1 maps to πΆ + 1, etc. This theorem shows the value of πΊ at ordinal natural number zero. (This series of theorems generalizes an earlier series for β0 contributed by Raph Levien, 10-Apr-2004.) (Contributed by NM, 3-Oct-2004.) (Revised by Mario Carneiro, 13-Sep-2013.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) β β’ (πΊββ ) = πΆ | ||
Theorem | om2uzsuci 13918* | The value of πΊ (see om2uz0i 13917) at a successor. (Contributed by NM, 3-Oct-2004.) (Revised by Mario Carneiro, 13-Sep-2013.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) β β’ (π΄ β Ο β (πΊβsuc π΄) = ((πΊβπ΄) + 1)) | ||
Theorem | om2uzuzi 13919* | The value πΊ (see om2uz0i 13917) at an ordinal natural number is in the upper integers. (Contributed by NM, 3-Oct-2004.) (Revised by Mario Carneiro, 13-Sep-2013.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) β β’ (π΄ β Ο β (πΊβπ΄) β (β€β₯βπΆ)) | ||
Theorem | om2uzlti 13920* | Less-than relation for πΊ (see om2uz0i 13917). (Contributed by NM, 3-Oct-2004.) (Revised by Mario Carneiro, 13-Sep-2013.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) β β’ ((π΄ β Ο β§ π΅ β Ο) β (π΄ β π΅ β (πΊβπ΄) < (πΊβπ΅))) | ||
Theorem | om2uzlt2i 13921* | The mapping πΊ (see om2uz0i 13917) preserves order. (Contributed by NM, 4-May-2005.) (Revised by Mario Carneiro, 13-Sep-2013.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) β β’ ((π΄ β Ο β§ π΅ β Ο) β (π΄ β π΅ β (πΊβπ΄) < (πΊβπ΅))) | ||
Theorem | om2uzrani 13922* | Range of πΊ (see om2uz0i 13917). (Contributed by NM, 3-Oct-2004.) (Revised by Mario Carneiro, 13-Sep-2013.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) β β’ ran πΊ = (β€β₯βπΆ) | ||
Theorem | om2uzf1oi 13923* | πΊ (see om2uz0i 13917) is a one-to-one onto mapping. (Contributed by NM, 3-Oct-2004.) (Revised by Mario Carneiro, 13-Sep-2013.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) β β’ πΊ:Οβ1-1-ontoβ(β€β₯βπΆ) | ||
Theorem | om2uzisoi 13924* | πΊ (see om2uz0i 13917) is an isomorphism from natural ordinals to upper integers. (Contributed by NM, 9-Oct-2008.) (Revised by Mario Carneiro, 13-Sep-2013.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) β β’ πΊ Isom E , < (Ο, (β€β₯βπΆ)) | ||
Theorem | om2uzoi 13925* | An alternative definition of πΊ in terms of df-oi 9509. (Contributed by Mario Carneiro, 2-Jun-2015.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) β β’ πΊ = OrdIso( < , (β€β₯βπΆ)) | ||
Theorem | om2uzrdg 13926* | A helper lemma for the value of a recursive definition generator on upper integers (typically either β or β0) with characteristic function πΉ(π₯, π¦) and initial value π΄. Normally πΉ is a function on the partition, and π΄ is a member of the partition. See also comment in om2uz0i 13917. (Contributed by Mario Carneiro, 26-Jun-2013.) (Revised by Mario Carneiro, 18-Nov-2014.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) & β’ π΄ β V & β’ π = (rec((π₯ β V, π¦ β V β¦ β¨(π₯ + 1), (π₯πΉπ¦)β©), β¨πΆ, π΄β©) βΎ Ο) β β’ (π΅ β Ο β (π βπ΅) = β¨(πΊβπ΅), (2nd β(π βπ΅))β©) | ||
Theorem | uzrdglem 13927* | A helper lemma for the value of a recursive definition generator on upper integers. (Contributed by Mario Carneiro, 26-Jun-2013.) (Revised by Mario Carneiro, 18-Nov-2014.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) & β’ π΄ β V & β’ π = (rec((π₯ β V, π¦ β V β¦ β¨(π₯ + 1), (π₯πΉπ¦)β©), β¨πΆ, π΄β©) βΎ Ο) β β’ (π΅ β (β€β₯βπΆ) β β¨π΅, (2nd β(π β(β‘πΊβπ΅)))β© β ran π ) | ||
Theorem | uzrdgfni 13928* | The recursive definition generator on upper integers is a function. See comment in om2uzrdg 13926. (Contributed by Mario Carneiro, 26-Jun-2013.) (Revised by Mario Carneiro, 4-May-2015.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) & β’ π΄ β V & β’ π = (rec((π₯ β V, π¦ β V β¦ β¨(π₯ + 1), (π₯πΉπ¦)β©), β¨πΆ, π΄β©) βΎ Ο) & β’ π = ran π β β’ π Fn (β€β₯βπΆ) | ||
Theorem | uzrdg0i 13929* | Initial value of a recursive definition generator on upper integers. See comment in om2uzrdg 13926. (Contributed by Mario Carneiro, 26-Jun-2013.) (Revised by Mario Carneiro, 18-Nov-2014.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) & β’ π΄ β V & β’ π = (rec((π₯ β V, π¦ β V β¦ β¨(π₯ + 1), (π₯πΉπ¦)β©), β¨πΆ, π΄β©) βΎ Ο) & β’ π = ran π β β’ (πβπΆ) = π΄ | ||
Theorem | uzrdgsuci 13930* | Successor value of a recursive definition generator on upper integers. See comment in om2uzrdg 13926. (Contributed by Mario Carneiro, 26-Jun-2013.) (Revised by Mario Carneiro, 13-Sep-2013.) |
β’ πΆ β β€ & β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), πΆ) βΎ Ο) & β’ π΄ β V & β’ π = (rec((π₯ β V, π¦ β V β¦ β¨(π₯ + 1), (π₯πΉπ¦)β©), β¨πΆ, π΄β©) βΎ Ο) & β’ π = ran π β β’ (π΅ β (β€β₯βπΆ) β (πβ(π΅ + 1)) = (π΅πΉ(πβπ΅))) | ||
Theorem | ltweuz 13931 | < is a well-founded relation on any sequence of upper integers. (Contributed by Andrew Salmon, 13-Nov-2011.) (Revised by Mario Carneiro, 26-Jun-2015.) |
β’ < We (β€β₯βπ΄) | ||
Theorem | ltwenn 13932 | Less than well-orders the naturals. (Contributed by Scott Fenton, 6-Aug-2013.) |
β’ < We β | ||
Theorem | ltwefz 13933 | Less than well-orders a set of finite integers. (Contributed by Scott Fenton, 8-Aug-2013.) |
β’ < We (π...π) | ||
Theorem | uzenom 13934 | An upper integer set is denumerable. (Contributed by Mario Carneiro, 15-Oct-2015.) |
β’ π = (β€β₯βπ) β β’ (π β β€ β π β Ο) | ||
Theorem | uzinf 13935 | An upper integer set is infinite. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Mario Carneiro, 26-Jun-2015.) |
β’ π = (β€β₯βπ) β β’ (π β β€ β Β¬ π β Fin) | ||
Theorem | nnnfi 13936 | The set of positive integers is infinite. (Contributed by Glauco Siliprandi, 11-Oct-2020.) |
β’ Β¬ β β Fin | ||
Theorem | uzrdgxfr 13937* | Transfer the value of the recursive sequence builder from one base to another. (Contributed by Mario Carneiro, 1-Apr-2014.) |
β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), π΄) βΎ Ο) & β’ π» = (rec((π₯ β V β¦ (π₯ + 1)), π΅) βΎ Ο) & β’ π΄ β β€ & β’ π΅ β β€ β β’ (π β Ο β (πΊβπ) = ((π»βπ) + (π΄ β π΅))) | ||
Theorem | fzennn 13938 | The cardinality of a finite set of sequential integers. (See om2uz0i 13917 for a description of the hypothesis.) (Contributed by Mario Carneiro, 12-Feb-2013.) (Revised by Mario Carneiro, 7-Mar-2014.) |
β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), 0) βΎ Ο) β β’ (π β β0 β (1...π) β (β‘πΊβπ)) | ||
Theorem | fzen2 13939 | The cardinality of a finite set of sequential integers with arbitrary endpoints. (Contributed by Mario Carneiro, 13-Feb-2014.) |
β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), 0) βΎ Ο) β β’ (π β (β€β₯βπ) β (π...π) β (β‘πΊβ((π + 1) β π))) | ||
Theorem | cardfz 13940 | The cardinality of a finite set of sequential integers. (See om2uz0i 13917 for a description of the hypothesis.) (Contributed by NM, 7-Nov-2008.) (Revised by Mario Carneiro, 15-Sep-2013.) |
β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), 0) βΎ Ο) β β’ (π β β0 β (cardβ(1...π)) = (β‘πΊβπ)) | ||
Theorem | hashgf1o 13941 | πΊ maps Ο one-to-one onto β0. (Contributed by Paul Chapman, 22-Jun-2011.) (Revised by Mario Carneiro, 13-Sep-2013.) |
β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), 0) βΎ Ο) β β’ πΊ:Οβ1-1-ontoββ0 | ||
Theorem | fzfi 13942 | A finite interval of integers is finite. (Contributed by Jeff Madsen, 2-Sep-2009.) (Revised by Mario Carneiro, 12-Mar-2015.) |
β’ (π...π) β Fin | ||
Theorem | fzfid 13943 | Commonly used special case of fzfi 13942. (Contributed by Mario Carneiro, 25-May-2014.) |
β’ (π β (π...π) β Fin) | ||
Theorem | fzofi 13944 | Half-open integer sets are finite. (Contributed by Stefan O'Rear, 15-Aug-2015.) |
β’ (π..^π) β Fin | ||
Theorem | fsequb 13945* | The values of a finite real sequence have an upper bound. (Contributed by NM, 19-Sep-2005.) (Proof shortened by Mario Carneiro, 28-Apr-2015.) |
β’ (βπ β (π...π)(πΉβπ) β β β βπ₯ β β βπ β (π...π)(πΉβπ) < π₯) | ||
Theorem | fsequb2 13946* | The values of a finite real sequence have an upper bound. (Contributed by NM, 20-Sep-2005.) (Proof shortened by Mario Carneiro, 28-Apr-2015.) |
β’ (πΉ:(π...π)βΆβ β βπ₯ β β βπ¦ β ran πΉ π¦ β€ π₯) | ||
Theorem | fseqsupcl 13947 | The values of a finite real sequence have a supremum. (Contributed by NM, 20-Sep-2005.) (Revised by Mario Carneiro, 28-Apr-2015.) |
β’ ((π β (β€β₯βπ) β§ πΉ:(π...π)βΆβ) β sup(ran πΉ, β, < ) β β) | ||
Theorem | fseqsupubi 13948 | The values of a finite real sequence are bounded by their supremum. (Contributed by NM, 20-Sep-2005.) |
β’ ((πΎ β (π...π) β§ πΉ:(π...π)βΆβ) β (πΉβπΎ) β€ sup(ran πΉ, β, < )) | ||
Theorem | nn0ennn 13949 | The nonnegative integers are equinumerous to the positive integers. (Contributed by NM, 19-Jul-2004.) |
β’ β0 β β | ||
Theorem | nnenom 13950 | The set of positive integers (as a subset of complex numbers) is equinumerous to omega (the set of finite ordinal numbers). (Contributed by NM, 31-Jul-2004.) (Revised by Mario Carneiro, 15-Sep-2013.) |
β’ β β Ο | ||
Theorem | nnct 13951 | β is countable. (Contributed by Thierry Arnoux, 29-Dec-2016.) |
β’ β βΌ Ο | ||
Theorem | uzindi 13952* | Indirect strong induction on the upper integers. (Contributed by Stefan O'Rear, 25-Aug-2015.) |
β’ (π β π΄ β π) & β’ (π β π β (β€β₯βπΏ)) & β’ ((π β§ π β (πΏ...π) β§ βπ¦(π β (πΏ..^π ) β π)) β π) & β’ (π₯ = π¦ β (π β π)) & β’ (π₯ = π΄ β (π β π)) & β’ (π₯ = π¦ β π = π) & β’ (π₯ = π΄ β π = π) β β’ (π β π) | ||
Theorem | axdc4uzlem 13953* | Lemma for axdc4uz 13954. (Contributed by Mario Carneiro, 8-Jan-2014.) (Revised by Mario Carneiro, 26-Dec-2014.) |
β’ π β β€ & β’ π = (β€β₯βπ) & β’ π΄ β V & β’ πΊ = (rec((π¦ β V β¦ (π¦ + 1)), π) βΎ Ο) & β’ π» = (π β Ο, π₯ β π΄ β¦ ((πΊβπ)πΉπ₯)) β β’ ((πΆ β π΄ β§ πΉ:(π Γ π΄)βΆ(π« π΄ β {β })) β βπ(π:πβΆπ΄ β§ (πβπ) = πΆ β§ βπ β π (πβ(π + 1)) β (ππΉ(πβπ)))) | ||
Theorem | axdc4uz 13954* | A version of axdc4 10455 that works on an upper set of integers instead of Ο. (Contributed by Mario Carneiro, 8-Jan-2014.) |
β’ π β β€ & β’ π = (β€β₯βπ) β β’ ((π΄ β π β§ πΆ β π΄ β§ πΉ:(π Γ π΄)βΆ(π« π΄ β {β })) β βπ(π:πβΆπ΄ β§ (πβπ) = πΆ β§ βπ β π (πβ(π + 1)) β (ππΉ(πβπ)))) | ||
Theorem | ssnn0fi 13955* | A subset of the nonnegative integers is finite if and only if there is a nonnegative integer so that all integers greater than this integer are not contained in the subset. (Contributed by AV, 3-Oct-2019.) |
β’ (π β β0 β (π β Fin β βπ β β0 βπ₯ β β0 (π < π₯ β π₯ β π))) | ||
Theorem | rabssnn0fi 13956* | A subset of the nonnegative integers defined by a restricted class abstraction is finite if there is a nonnegative integer so that for all integers greater than this integer the condition of the class abstraction is not fulfilled. (Contributed by AV, 3-Oct-2019.) |
β’ ({π₯ β β0 β£ π} β Fin β βπ β β0 βπ₯ β β0 (π < π₯ β Β¬ π)) | ||
Theorem | uzsinds 13957* | Strong (or "total") induction principle over an upper set of integers. (Contributed by Scott Fenton, 16-May-2014.) |
β’ (π₯ = π¦ β (π β π)) & β’ (π₯ = π β (π β π)) & β’ (π₯ β (β€β₯βπ) β (βπ¦ β (π...(π₯ β 1))π β π)) β β’ (π β (β€β₯βπ) β π) | ||
Theorem | nnsinds 13958* | Strong (or "total") induction principle over the naturals. (Contributed by Scott Fenton, 16-May-2014.) |
β’ (π₯ = π¦ β (π β π)) & β’ (π₯ = π β (π β π)) & β’ (π₯ β β β (βπ¦ β (1...(π₯ β 1))π β π)) β β’ (π β β β π) | ||
Theorem | nn0sinds 13959* | Strong (or "total") induction principle over the nonnegative integers. (Contributed by Scott Fenton, 16-May-2014.) |
β’ (π₯ = π¦ β (π β π)) & β’ (π₯ = π β (π β π)) & β’ (π₯ β β0 β (βπ¦ β (0...(π₯ β 1))π β π)) β β’ (π β β0 β π) | ||
Theorem | fsuppmapnn0fiublem 13960* | Lemma for fsuppmapnn0fiub 13961 and fsuppmapnn0fiubex 13962. (Contributed by AV, 2-Oct-2019.) |
β’ π = βͺ π β π (π supp π) & β’ π = sup(π, β, < ) β β’ ((π β (π βm β0) β§ π β Fin β§ π β π) β ((βπ β π π finSupp π β§ π β β ) β π β β0)) | ||
Theorem | fsuppmapnn0fiub 13961* | If all functions of a finite set of functions over the nonnegative integers are finitely supported, then the support of all these functions is contained in a finite set of sequential integers starting at 0 and ending with the supremum of the union of the support of these functions. (Contributed by AV, 2-Oct-2019.) (Proof shortened by JJ, 2-Aug-2021.) |
β’ π = βͺ π β π (π supp π) & β’ π = sup(π, β, < ) β β’ ((π β (π βm β0) β§ π β Fin β§ π β π) β ((βπ β π π finSupp π β§ π β β ) β βπ β π (π supp π) β (0...π))) | ||
Theorem | fsuppmapnn0fiubex 13962* | If all functions of a finite set of functions over the nonnegative integers are finitely supported, then the support of all these functions is contained in a finite set of sequential integers starting at 0. (Contributed by AV, 2-Oct-2019.) |
β’ ((π β (π βm β0) β§ π β Fin β§ π β π) β (βπ β π π finSupp π β βπ β β0 βπ β π (π supp π) β (0...π))) | ||
Theorem | fsuppmapnn0fiub0 13963* | If all functions of a finite set of functions over the nonnegative integers are finitely supported, then all these functions are zero for all integers greater than a fixed integer. (Contributed by AV, 3-Oct-2019.) |
β’ ((π β (π βm β0) β§ π β Fin β§ π β π) β (βπ β π π finSupp π β βπ β β0 βπ β π βπ₯ β β0 (π < π₯ β (πβπ₯) = π))) | ||
Theorem | suppssfz 13964* | Condition for a function over the nonnegative integers to have a support contained in a finite set of sequential integers. (Contributed by AV, 9-Oct-2019.) |
β’ (π β π β π) & β’ (π β πΉ β (π΅ βm β0)) & β’ (π β π β β0) & β’ (π β βπ₯ β β0 (π < π₯ β (πΉβπ₯) = π)) β β’ (π β (πΉ supp π) β (0...π)) | ||
Theorem | fsuppmapnn0ub 13965* | If a function over the nonnegative integers is finitely supported, then there is an upper bound for the arguments resulting in nonzero values. (Contributed by AV, 6-Oct-2019.) |
β’ ((πΉ β (π βm β0) β§ π β π) β (πΉ finSupp π β βπ β β0 βπ₯ β β0 (π < π₯ β (πΉβπ₯) = π))) | ||
Theorem | fsuppmapnn0fz 13966* | If a function over the nonnegative integers is finitely supported, then there is an upper bound for a finite set of sequential integers containing the support of the function. (Contributed by AV, 30-Sep-2019.) (Proof shortened by AV, 6-Oct-2019.) |
β’ ((πΉ β (π βm β0) β§ π β π) β (πΉ finSupp π β βπ β β0 (πΉ supp π) β (0...π))) | ||
Theorem | mptnn0fsupp 13967* | A mapping from the nonnegative integers is finitely supported under certain conditions. (Contributed by AV, 5-Oct-2019.) (Revised by AV, 23-Dec-2019.) |
β’ (π β 0 β π) & β’ ((π β§ π β β0) β πΆ β π΅) & β’ (π β βπ β β0 βπ₯ β β0 (π < π₯ β β¦π₯ / πβ¦πΆ = 0 )) β β’ (π β (π β β0 β¦ πΆ) finSupp 0 ) | ||
Theorem | mptnn0fsuppd 13968* | A mapping from the nonnegative integers is finitely supported under certain conditions. (Contributed by AV, 2-Dec-2019.) (Revised by AV, 23-Dec-2019.) |
β’ (π β 0 β π) & β’ ((π β§ π β β0) β πΆ β π΅) & β’ (π = π₯ β πΆ = π·) & β’ (π β βπ β β0 βπ₯ β β0 (π < π₯ β π· = 0 )) β β’ (π β (π β β0 β¦ πΆ) finSupp 0 ) | ||
Theorem | mptnn0fsuppr 13969* | A finitely supported mapping from the nonnegative integers fulfills certain conditions. (Contributed by AV, 3-Nov-2019.) (Revised by AV, 23-Dec-2019.) |
β’ (π β 0 β π) & β’ ((π β§ π β β0) β πΆ β π΅) & β’ (π β (π β β0 β¦ πΆ) finSupp 0 ) β β’ (π β βπ β β0 βπ₯ β β0 (π < π₯ β β¦π₯ / πβ¦πΆ = 0 )) | ||
Theorem | f13idfv 13970 | A one-to-one function with the domain { 0, 1 ,2 } in terms of function values. (Contributed by Alexander van der Vekens, 26-Jan-2018.) |
β’ π΄ = (0...2) β β’ (πΉ:π΄β1-1βπ΅ β (πΉ:π΄βΆπ΅ β§ ((πΉβ0) β (πΉβ1) β§ (πΉβ0) β (πΉβ2) β§ (πΉβ1) β (πΉβ2)))) | ||
Syntax | cseq 13971 | Extend class notation with recursive sequence builder. |
class seqπ( + , πΉ) | ||
Definition | df-seq 13972* |
Define a general-purpose operation that builds a recursive sequence
(i.e., a function on an upper integer set such as β or β0)
whose value at an index is a function of its previous value and the
value of an input sequence at that index. This definition is
complicated, but fortunately it is not intended to be used directly.
Instead, the only purpose of this definition is to provide us with an
object that has the properties expressed by seq1 13984
and seqp1 13986.
Typically, those are the main theorems that would be used in practice.
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 +, an input sequence πΉ with values 1, 1/2, 1/4, 1/8,... would be transformed into the output sequence seq1( + , πΉ) with values 1, 3/2, 7/4, 15/8,.., so that (seq1( + , πΉ)β1) = 1, (seq1( + , πΉ)β2) = 3/2, etc. In other words, seqπ( + , πΉ) transforms a sequence πΉ into an infinite series. seqπ( + , πΉ) β 2 means "the sum of F(n) from n = M to infinity is 2". Since limits are unique (climuni 15501), by climdm 15503 the "sum of F(n) from n = 1 to infinity" can be expressed as ( β βseq1( + , πΉ)) (provided the sequence converges) and evaluates to 2 in this example. Internally, the rec function generates as its values a set of ordered pairs starting at β¨π, (πΉβπ)β©, with the first member of each pair incremented by one in each successive value. So, the range of rec is exactly the sequence we want, and we just extract the range (restricted to omega) and throw away the domain. This definition has its roots in a series of theorems from om2uz0i 13917 through om2uzf1oi 13923, originally proved by Raph Levien for use with df-exp 14033 and later generalized for arbitrary recursive sequences. Definition df-sum 15638 extracts the summation values from partial (finite) and complete (infinite) series. (Contributed by NM, 18-Apr-2005.) (Revised by Mario Carneiro, 4-Sep-2013.) |
β’ seqπ( + , πΉ) = (rec((π₯ β V, π¦ β V β¦ β¨(π₯ + 1), (π¦ + (πΉβ(π₯ + 1)))β©), β¨π, (πΉβπ)β©) β Ο) | ||
Theorem | seqex 13973 | Existence of the sequence builder operation. (Contributed by Mario Carneiro, 4-Sep-2013.) |
β’ seqπ( + , πΉ) β V | ||
Theorem | seqeq1 13974 | Equality theorem for the sequence builder operation. (Contributed by Mario Carneiro, 4-Sep-2013.) |
β’ (π = π β seqπ( + , πΉ) = seqπ( + , πΉ)) | ||
Theorem | seqeq2 13975 | Equality theorem for the sequence builder operation. (Contributed by Mario Carneiro, 4-Sep-2013.) |
β’ ( + = π β seqπ( + , πΉ) = seqπ(π, πΉ)) | ||
Theorem | seqeq3 13976 | Equality theorem for the sequence builder operation. (Contributed by Mario Carneiro, 4-Sep-2013.) |
β’ (πΉ = πΊ β seqπ( + , πΉ) = seqπ( + , πΊ)) | ||
Theorem | seqeq1d 13977 | Equality deduction for the sequence builder operation. (Contributed by Mario Carneiro, 7-Sep-2013.) |
β’ (π β π΄ = π΅) β β’ (π β seqπ΄( + , πΉ) = seqπ΅( + , πΉ)) | ||
Theorem | seqeq2d 13978 | Equality deduction for the sequence builder operation. (Contributed by Mario Carneiro, 7-Sep-2013.) |
β’ (π β π΄ = π΅) β β’ (π β seqπ(π΄, πΉ) = seqπ(π΅, πΉ)) | ||
Theorem | seqeq3d 13979 | Equality deduction for the sequence builder operation. (Contributed by Mario Carneiro, 7-Sep-2013.) |
β’ (π β π΄ = π΅) β β’ (π β seqπ( + , π΄) = seqπ( + , π΅)) | ||
Theorem | seqeq123d 13980 | Equality deduction for the sequence builder operation. (Contributed by Mario Carneiro, 7-Sep-2013.) |
β’ (π β π = π) & β’ (π β + = π) & β’ (π β πΉ = πΊ) β β’ (π β seqπ( + , πΉ) = seqπ(π, πΊ)) | ||
Theorem | nfseq 13981 | Hypothesis builder for the sequence builder operation. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Mario Carneiro, 15-Oct-2016.) |
β’ β²π₯π & β’ β²π₯ + & β’ β²π₯πΉ β β’ β²π₯seqπ( + , πΉ) | ||
Theorem | seqval 13982* | Value of the sequence builder function. (Contributed by Mario Carneiro, 24-Jun-2013.) |
β’ π = (rec((π₯ β V, π¦ β V β¦ β¨(π₯ + 1), (π₯(π§ β V, π€ β V β¦ (π€ + (πΉβ(π§ + 1))))π¦)β©), β¨π, (πΉβπ)β©) βΎ Ο) β β’ seqπ( + , πΉ) = ran π | ||
Theorem | seqfn 13983 | The sequence builder function is a function. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Mario Carneiro, 15-Sep-2013.) |
β’ (π β β€ β seqπ( + , πΉ) Fn (β€β₯βπ)) | ||
Theorem | seq1 13984 | Value of the sequence builder function at its initial value. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Mario Carneiro, 15-Sep-2013.) |
β’ (π β β€ β (seqπ( + , πΉ)βπ) = (πΉβπ)) | ||
Theorem | seq1i 13985 | Value of the sequence builder function at its initial value. (Contributed by Mario Carneiro, 30-Apr-2014.) |
β’ π β β€ & β’ (π β (πΉβπ) = π΄) β β’ (π β (seqπ( + , πΉ)βπ) = π΄) | ||
Theorem | seqp1 13986 | Value of the sequence builder function at a successor. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Mario Carneiro, 15-Sep-2013.) |
β’ (π β (β€β₯βπ) β (seqπ( + , πΉ)β(π + 1)) = ((seqπ( + , πΉ)βπ) + (πΉβ(π + 1)))) | ||
Theorem | seqexw 13987 | Weak version of seqex 13973 that holds without ax-rep 5285. A sequence builder exists when its binary operation input exists and its starting index is an integer. (Contributed by Rohan Ridenour, 14-Aug-2023.) |
β’ + β V & β’ π β β€ β β’ seqπ( + , πΉ) β V | ||
Theorem | seqp1d 13988 | Value of the sequence builder function at a successor, deduction form. (Contributed by Mario Carneiro, 30-Apr-2014.) (Revised by AV, 3-May-2024.) |
β’ π = (β€β₯βπ) & β’ (π β π β π) & β’ πΎ = (π + 1) & β’ (π β (seqπ( + , πΉ)βπ) = π΄) & β’ (π β (πΉβπΎ) = π΅) β β’ (π β (seqπ( + , πΉ)βπΎ) = (π΄ + π΅)) | ||
Theorem | seqp1iOLD 13989 | Obsolete version of seqp1d 13988 as of 3-May-2024. Value of the sequence builder function at a successor. (Contributed by Mario Carneiro, 30-Apr-2014.) (Proof modification is discouraged.) (New usage is discouraged.) |
β’ π = (β€β₯βπ) & β’ π β π & β’ πΎ = (π + 1) & β’ (π β (seqπ( + , πΉ)βπ) = π΄) & β’ (π β (πΉβπΎ) = π΅) β β’ (π β (seqπ( + , πΉ)βπΎ) = (π΄ + π΅)) | ||
Theorem | seqm1 13990 | Value of the sequence builder function at a successor. (Contributed by Mario Carneiro, 24-Jun-2013.) |
β’ ((π β β€ β§ π β (β€β₯β(π + 1))) β (seqπ( + , πΉ)βπ) = ((seqπ( + , πΉ)β(π β 1)) + (πΉβπ))) | ||
Theorem | seqcl2 13991* | Closure properties of the recursive sequence builder. (Contributed by Mario Carneiro, 2-Jul-2013.) (Revised by Mario Carneiro, 27-May-2014.) |
β’ (π β (πΉβπ) β πΆ) & β’ ((π β§ (π₯ β πΆ β§ π¦ β π·)) β (π₯ + π¦) β πΆ) & β’ (π β π β (β€β₯βπ)) & β’ ((π β§ π₯ β ((π + 1)...π)) β (πΉβπ₯) β π·) β β’ (π β (seqπ( + , πΉ)βπ) β πΆ) | ||
Theorem | seqf2 13992* | Range of the recursive sequence builder. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Mario Carneiro, 27-May-2014.) |
β’ (π β (πΉβπ) β πΆ) & β’ ((π β§ (π₯ β πΆ β§ π¦ β π·)) β (π₯ + π¦) β πΆ) & β’ π = (β€β₯βπ) & β’ (π β π β β€) & β’ ((π β§ π₯ β (β€β₯β(π + 1))) β (πΉβπ₯) β π·) β β’ (π β seqπ( + , πΉ):πβΆπΆ) | ||
Theorem | seqcl 13993* | Closure properties of the recursive sequence builder. (Contributed by Mario Carneiro, 2-Jul-2013.) (Revised by Mario Carneiro, 27-May-2014.) |
β’ (π β π β (β€β₯βπ)) & β’ ((π β§ π₯ β (π...π)) β (πΉβπ₯) β π) & β’ ((π β§ (π₯ β π β§ π¦ β π)) β (π₯ + π¦) β π) β β’ (π β (seqπ( + , πΉ)βπ) β π) | ||
Theorem | seqf 13994* | Range of the recursive sequence builder (special case of seqf2 13992). (Contributed by Mario Carneiro, 24-Jun-2013.) |
β’ π = (β€β₯βπ) & β’ (π β π β β€) & β’ ((π β§ π₯ β π) β (πΉβπ₯) β π) & β’ ((π β§ (π₯ β π β§ π¦ β π)) β (π₯ + π¦) β π) β β’ (π β seqπ( + , πΉ):πβΆπ) | ||
Theorem | seqfveq2 13995* | Equality of sequences. (Contributed by NM, 17-Mar-2005.) (Revised by Mario Carneiro, 27-May-2014.) |
β’ (π β πΎ β (β€β₯βπ)) & β’ (π β (seqπ( + , πΉ)βπΎ) = (πΊβπΎ)) & β’ (π β π β (β€β₯βπΎ)) & β’ ((π β§ π β ((πΎ + 1)...π)) β (πΉβπ) = (πΊβπ)) β β’ (π β (seqπ( + , πΉ)βπ) = (seqπΎ( + , πΊ)βπ)) | ||
Theorem | seqfeq2 13996* | Equality of sequences. (Contributed by Mario Carneiro, 13-Jul-2013.) (Revised by Mario Carneiro, 27-May-2014.) |
β’ (π β πΎ β (β€β₯βπ)) & β’ (π β (seqπ( + , πΉ)βπΎ) = (πΊβπΎ)) & β’ ((π β§ π β (β€β₯β(πΎ + 1))) β (πΉβπ) = (πΊβπ)) β β’ (π β (seqπ( + , πΉ) βΎ (β€β₯βπΎ)) = seqπΎ( + , πΊ)) | ||
Theorem | seqfveq 13997* | Equality of sequences. (Contributed by NM, 17-Mar-2005.) (Revised by Mario Carneiro, 27-May-2014.) |
β’ (π β π β (β€β₯βπ)) & β’ ((π β§ π β (π...π)) β (πΉβπ) = (πΊβπ)) β β’ (π β (seqπ( + , πΉ)βπ) = (seqπ( + , πΊ)βπ)) | ||
Theorem | seqfeq 13998* | Equality of sequences. (Contributed by Mario Carneiro, 13-Jul-2013.) (Revised by Mario Carneiro, 27-May-2014.) |
β’ (π β π β β€) & β’ ((π β§ π β (β€β₯βπ)) β (πΉβπ) = (πΊβπ)) β β’ (π β seqπ( + , πΉ) = seqπ( + , πΊ)) | ||
Theorem | seqshft2 13999* | Shifting the index set of a sequence. (Contributed by Mario Carneiro, 27-Feb-2014.) (Revised by Mario Carneiro, 27-May-2014.) |
β’ (π β π β (β€β₯βπ)) & β’ (π β πΎ β β€) & β’ ((π β§ π β (π...π)) β (πΉβπ) = (πΊβ(π + πΎ))) β β’ (π β (seqπ( + , πΉ)βπ) = (seq(π + πΎ)( + , πΊ)β(π + πΎ))) | ||
Theorem | seqres 14000 | Restricting its characteristic function to (β€β₯βπ) does not affect the seq function. (Contributed by Mario Carneiro, 24-Jun-2013.) (Revised by Mario Carneiro, 27-May-2014.) |
β’ (π β β€ β seqπ( + , (πΉ βΎ (β€β₯βπ))) = seqπ( + , πΉ)) |
< Previous Next > |
Copyright terms: Public domain | < Previous Next > |