![]() |
Intuitionistic Logic Explorer Theorem List (p. 108 of 150) | < Previous Next > |
Bad symbols? Try the
GIF version. |
||
Mirrors > Metamath Home Page > ILE Home Page > Theorem List Contents > Recent Proofs This page: Page List |
Type | Label | Description |
---|---|---|
Statement | ||
Theorem | nn0le2msqd 10701 | The square function on nonnegative integers is monotonic. (Contributed by Jim Kingdon, 31-Oct-2021.) |
β’ (π β π΄ β β0) & β’ (π β π΅ β β0) β β’ (π β (π΄ β€ π΅ β (π΄ Β· π΄) β€ (π΅ Β· π΅))) | ||
Theorem | nn0opthlem1d 10702 | A rather pretty lemma for nn0opth2 10706. (Contributed by Jim Kingdon, 31-Oct-2021.) |
β’ (π β π΄ β β0) & β’ (π β πΆ β β0) β β’ (π β (π΄ < πΆ β ((π΄ Β· π΄) + (2 Β· π΄)) < (πΆ Β· πΆ))) | ||
Theorem | nn0opthlem2d 10703 | Lemma for nn0opth2 10706. (Contributed by Jim Kingdon, 31-Oct-2021.) |
β’ (π β π΄ β β0) & β’ (π β π΅ β β0) & β’ (π β πΆ β β0) & β’ (π β π· β β0) β β’ (π β ((π΄ + π΅) < πΆ β ((πΆ Β· πΆ) + π·) β (((π΄ + π΅) Β· (π΄ + π΅)) + π΅))) | ||
Theorem | nn0opthd 10704 | An ordered pair theorem for nonnegative integers. Theorem 17.3 of [Quine] p. 124. We can represent an ordered pair of nonnegative integers π΄ and π΅ by (((π΄ + π΅) Β· (π΄ + π΅)) + π΅). If two such ordered pairs are equal, their first elements are equal and their second elements are equal. Contrast this ordered pair representation with the standard one df-op 3603 that works for any set. (Contributed by Jim Kingdon, 31-Oct-2021.) |
β’ (π β π΄ β β0) & β’ (π β π΅ β β0) & β’ (π β πΆ β β0) & β’ (π β π· β β0) β β’ (π β ((((π΄ + π΅) Β· (π΄ + π΅)) + π΅) = (((πΆ + π·) Β· (πΆ + π·)) + π·) β (π΄ = πΆ β§ π΅ = π·))) | ||
Theorem | nn0opth2d 10705 | An ordered pair theorem for nonnegative integers. Theorem 17.3 of [Quine] p. 124. See comments for nn0opthd 10704. (Contributed by Jim Kingdon, 31-Oct-2021.) |
β’ (π β π΄ β β0) & β’ (π β π΅ β β0) & β’ (π β πΆ β β0) & β’ (π β π· β β0) β β’ (π β ((((π΄ + π΅)β2) + π΅) = (((πΆ + π·)β2) + π·) β (π΄ = πΆ β§ π΅ = π·))) | ||
Theorem | nn0opth2 10706 | An ordered pair theorem for nonnegative integers. Theorem 17.3 of [Quine] p. 124. See nn0opthd 10704. (Contributed by NM, 22-Jul-2004.) |
β’ (((π΄ β β0 β§ π΅ β β0) β§ (πΆ β β0 β§ π· β β0)) β ((((π΄ + π΅)β2) + π΅) = (((πΆ + π·)β2) + π·) β (π΄ = πΆ β§ π΅ = π·))) | ||
Syntax | cfa 10707 | Extend class notation to include the factorial of nonnegative integers. |
class ! | ||
Definition | df-fac 10708 | Define the factorial function on nonnegative integers. For example, (!β5) = 120 because 1 Β· 2 Β· 3 Β· 4 Β· 5 = 120 (ex-fac 14565). In the literature, the factorial function is written as a postscript exclamation point. (Contributed by NM, 2-Dec-2004.) |
β’ ! = ({β¨0, 1β©} βͺ seq1( Β· , I )) | ||
Theorem | facnn 10709 | Value of the factorial function for positive integers. (Contributed by NM, 2-Dec-2004.) (Revised by Mario Carneiro, 13-Jul-2013.) |
β’ (π β β β (!βπ) = (seq1( Β· , I )βπ)) | ||
Theorem | fac0 10710 | The factorial of 0. (Contributed by NM, 2-Dec-2004.) (Revised by Mario Carneiro, 13-Jul-2013.) |
β’ (!β0) = 1 | ||
Theorem | fac1 10711 | The factorial of 1. (Contributed by NM, 2-Dec-2004.) (Revised by Mario Carneiro, 13-Jul-2013.) |
β’ (!β1) = 1 | ||
Theorem | facp1 10712 | The factorial of a successor. (Contributed by NM, 2-Dec-2004.) (Revised by Mario Carneiro, 13-Jul-2013.) |
β’ (π β β0 β (!β(π + 1)) = ((!βπ) Β· (π + 1))) | ||
Theorem | fac2 10713 | The factorial of 2. (Contributed by NM, 17-Mar-2005.) |
β’ (!β2) = 2 | ||
Theorem | fac3 10714 | The factorial of 3. (Contributed by NM, 17-Mar-2005.) |
β’ (!β3) = 6 | ||
Theorem | fac4 10715 | The factorial of 4. (Contributed by Mario Carneiro, 18-Jun-2015.) |
β’ (!β4) = ;24 | ||
Theorem | facnn2 10716 | Value of the factorial function expressed recursively. (Contributed by NM, 2-Dec-2004.) |
β’ (π β β β (!βπ) = ((!β(π β 1)) Β· π)) | ||
Theorem | faccl 10717 | Closure of the factorial function. (Contributed by NM, 2-Dec-2004.) |
β’ (π β β0 β (!βπ) β β) | ||
Theorem | faccld 10718 | Closure of the factorial function, deduction version of faccl 10717. (Contributed by Glauco Siliprandi, 5-Apr-2020.) |
β’ (π β π β β0) β β’ (π β (!βπ) β β) | ||
Theorem | facne0 10719 | The factorial function is nonzero. (Contributed by NM, 26-Apr-2005.) |
β’ (π β β0 β (!βπ) β 0) | ||
Theorem | facdiv 10720 | A positive integer divides the factorial of an equal or larger number. (Contributed by NM, 2-May-2005.) |
β’ ((π β β0 β§ π β β β§ π β€ π) β ((!βπ) / π) β β) | ||
Theorem | facndiv 10721 | No positive integer (greater than one) divides the factorial plus one of an equal or larger number. (Contributed by NM, 3-May-2005.) |
β’ (((π β β0 β§ π β β) β§ (1 < π β§ π β€ π)) β Β¬ (((!βπ) + 1) / π) β β€) | ||
Theorem | facwordi 10722 | Ordering property of factorial. (Contributed by NM, 9-Dec-2005.) |
β’ ((π β β0 β§ π β β0 β§ π β€ π) β (!βπ) β€ (!βπ)) | ||
Theorem | faclbnd 10723 | A lower bound for the factorial function. (Contributed by NM, 17-Dec-2005.) |
β’ ((π β β0 β§ π β β0) β (πβ(π + 1)) β€ ((πβπ) Β· (!βπ))) | ||
Theorem | faclbnd2 10724 | A lower bound for the factorial function. (Contributed by NM, 17-Dec-2005.) |
β’ (π β β0 β ((2βπ) / 2) β€ (!βπ)) | ||
Theorem | faclbnd3 10725 | A lower bound for the factorial function. (Contributed by NM, 19-Dec-2005.) |
β’ ((π β β0 β§ π β β0) β (πβπ) β€ ((πβπ) Β· (!βπ))) | ||
Theorem | faclbnd6 10726 | Geometric lower bound for the factorial function, where N is usually held constant. (Contributed by Paul Chapman, 28-Dec-2007.) |
β’ ((π β β0 β§ π β β0) β ((!βπ) Β· ((π + 1)βπ)) β€ (!β(π + π))) | ||
Theorem | facubnd 10727 | An upper bound for the factorial function. (Contributed by Mario Carneiro, 15-Apr-2016.) |
β’ (π β β0 β (!βπ) β€ (πβπ)) | ||
Theorem | facavg 10728 | The product of two factorials is greater than or equal to the factorial of (the floor of) their average. (Contributed by NM, 9-Dec-2005.) |
β’ ((π β β0 β§ π β β0) β (!β(ββ((π + π) / 2))) β€ ((!βπ) Β· (!βπ))) | ||
Syntax | cbc 10729 | Extend class notation to include the binomial coefficient operation (combinatorial choose operation). |
class C | ||
Definition | df-bc 10730* |
Define the binomial coefficient operation. For example,
(5C3) = 10 (ex-bc 14566).
In the literature, this function is often written as a column vector of the two arguments, or with the arguments as subscripts before and after the letter "C". (πCπΎ) is read "π choose πΎ." Definition of binomial coefficient in [Gleason] p. 295. As suggested by Gleason, we define it to be 0 when 0 β€ π β€ π does not hold. (Contributed by NM, 10-Jul-2005.) |
β’ C = (π β β0, π β β€ β¦ if(π β (0...π), ((!βπ) / ((!β(π β π)) Β· (!βπ))), 0)) | ||
Theorem | bcval 10731 | Value of the binomial coefficient, π choose πΎ. Definition of binomial coefficient in [Gleason] p. 295. As suggested by Gleason, we define it to be 0 when 0 β€ πΎ β€ π does not hold. See bcval2 10732 for the value in the standard domain. (Contributed by NM, 10-Jul-2005.) (Revised by Mario Carneiro, 7-Nov-2013.) |
β’ ((π β β0 β§ πΎ β β€) β (πCπΎ) = if(πΎ β (0...π), ((!βπ) / ((!β(π β πΎ)) Β· (!βπΎ))), 0)) | ||
Theorem | bcval2 10732 | Value of the binomial coefficient, π choose πΎ, in its standard domain. (Contributed by NM, 9-Jun-2005.) (Revised by Mario Carneiro, 7-Nov-2013.) |
β’ (πΎ β (0...π) β (πCπΎ) = ((!βπ) / ((!β(π β πΎ)) Β· (!βπΎ)))) | ||
Theorem | bcval3 10733 | Value of the binomial coefficient, π choose πΎ, outside of its standard domain. Remark in [Gleason] p. 295. (Contributed by NM, 14-Jul-2005.) (Revised by Mario Carneiro, 8-Nov-2013.) |
β’ ((π β β0 β§ πΎ β β€ β§ Β¬ πΎ β (0...π)) β (πCπΎ) = 0) | ||
Theorem | bcval4 10734 | Value of the binomial coefficient, π choose πΎ, outside of its standard domain. Remark in [Gleason] p. 295. (Contributed by NM, 14-Jul-2005.) (Revised by Mario Carneiro, 7-Nov-2013.) |
β’ ((π β β0 β§ πΎ β β€ β§ (πΎ < 0 β¨ π < πΎ)) β (πCπΎ) = 0) | ||
Theorem | bcrpcl 10735 | Closure of the binomial coefficient in the positive reals. (This is mostly a lemma before we have bccl2 10750.) (Contributed by Mario Carneiro, 10-Mar-2014.) |
β’ (πΎ β (0...π) β (πCπΎ) β β+) | ||
Theorem | bccmpl 10736 | "Complementing" its second argument doesn't change a binary coefficient. (Contributed by NM, 21-Jun-2005.) (Revised by Mario Carneiro, 5-Mar-2014.) |
β’ ((π β β0 β§ πΎ β β€) β (πCπΎ) = (πC(π β πΎ))) | ||
Theorem | bcn0 10737 | π choose 0 is 1. Remark in [Gleason] p. 296. (Contributed by NM, 17-Jun-2005.) (Revised by Mario Carneiro, 8-Nov-2013.) |
β’ (π β β0 β (πC0) = 1) | ||
Theorem | bc0k 10738 | The binomial coefficient " 0 choose πΎ " is 0 for a positive integer K. Note that (0C0) = 1 (see bcn0 10737). (Contributed by Alexander van der Vekens, 1-Jan-2018.) |
β’ (πΎ β β β (0CπΎ) = 0) | ||
Theorem | bcnn 10739 | π choose π is 1. Remark in [Gleason] p. 296. (Contributed by NM, 17-Jun-2005.) (Revised by Mario Carneiro, 8-Nov-2013.) |
β’ (π β β0 β (πCπ) = 1) | ||
Theorem | bcn1 10740 | Binomial coefficient: π choose 1. (Contributed by NM, 21-Jun-2005.) (Revised by Mario Carneiro, 8-Nov-2013.) |
β’ (π β β0 β (πC1) = π) | ||
Theorem | bcnp1n 10741 | Binomial coefficient: π + 1 choose π. (Contributed by NM, 20-Jun-2005.) (Revised by Mario Carneiro, 8-Nov-2013.) |
β’ (π β β0 β ((π + 1)Cπ) = (π + 1)) | ||
Theorem | bcm1k 10742 | The proportion of one binomial coefficient to another with πΎ decreased by 1. (Contributed by Mario Carneiro, 10-Mar-2014.) |
β’ (πΎ β (1...π) β (πCπΎ) = ((πC(πΎ β 1)) Β· ((π β (πΎ β 1)) / πΎ))) | ||
Theorem | bcp1n 10743 | The proportion of one binomial coefficient to another with π increased by 1. (Contributed by Mario Carneiro, 10-Mar-2014.) |
β’ (πΎ β (0...π) β ((π + 1)CπΎ) = ((πCπΎ) Β· ((π + 1) / ((π + 1) β πΎ)))) | ||
Theorem | bcp1nk 10744 | The proportion of one binomial coefficient to another with π and πΎ increased by 1. (Contributed by Mario Carneiro, 16-Jan-2015.) |
β’ (πΎ β (0...π) β ((π + 1)C(πΎ + 1)) = ((πCπΎ) Β· ((π + 1) / (πΎ + 1)))) | ||
Theorem | bcval5 10745 | Write out the top and bottom parts of the binomial coefficient (πCπΎ) = (π Β· (π β 1) Β· ... Β· ((π β πΎ) + 1)) / πΎ! explicitly. In this form, it is valid even for π < πΎ, although it is no longer valid for nonpositive πΎ. (Contributed by Mario Carneiro, 22-May-2014.) (Revised by Jim Kingdon, 23-Apr-2023.) |
β’ ((π β β0 β§ πΎ β β) β (πCπΎ) = ((seq((π β πΎ) + 1)( Β· , I )βπ) / (!βπΎ))) | ||
Theorem | bcn2 10746 | Binomial coefficient: π choose 2. (Contributed by Mario Carneiro, 22-May-2014.) |
β’ (π β β0 β (πC2) = ((π Β· (π β 1)) / 2)) | ||
Theorem | bcp1m1 10747 | Compute the binomial coefficient of (π + 1) over (π β 1) (Contributed by Scott Fenton, 11-May-2014.) (Revised by Mario Carneiro, 22-May-2014.) |
β’ (π β β0 β ((π + 1)C(π β 1)) = (((π + 1) Β· π) / 2)) | ||
Theorem | bcpasc 10748 | Pascal's rule for the binomial coefficient, generalized to all integers πΎ. Equation 2 of [Gleason] p. 295. (Contributed by NM, 13-Jul-2005.) (Revised by Mario Carneiro, 10-Mar-2014.) |
β’ ((π β β0 β§ πΎ β β€) β ((πCπΎ) + (πC(πΎ β 1))) = ((π + 1)CπΎ)) | ||
Theorem | bccl 10749 | A binomial coefficient, in its extended domain, is a nonnegative integer. (Contributed by NM, 10-Jul-2005.) (Revised by Mario Carneiro, 9-Nov-2013.) |
β’ ((π β β0 β§ πΎ β β€) β (πCπΎ) β β0) | ||
Theorem | bccl2 10750 | A binomial coefficient, in its standard domain, is a positive integer. (Contributed by NM, 3-Jan-2006.) (Revised by Mario Carneiro, 10-Mar-2014.) |
β’ (πΎ β (0...π) β (πCπΎ) β β) | ||
Theorem | bcn2m1 10751 | Compute the binomial coefficient "π choose 2 " from "(π β 1) choose 2 ": (N-1) + ( (N-1) 2 ) = ( N 2 ). (Contributed by Alexander van der Vekens, 7-Jan-2018.) |
β’ (π β β β ((π β 1) + ((π β 1)C2)) = (πC2)) | ||
Theorem | bcn2p1 10752 | Compute the binomial coefficient "(π + 1) choose 2 " from "π choose 2 ": N + ( N 2 ) = ( (N+1) 2 ). (Contributed by Alexander van der Vekens, 8-Jan-2018.) |
β’ (π β β0 β (π + (πC2)) = ((π + 1)C2)) | ||
Theorem | permnn 10753 | The number of permutations of π β π objects from a collection of π objects is a positive integer. (Contributed by Jason Orendorff, 24-Jan-2007.) |
β’ (π β (0...π) β ((!βπ) / (!βπ )) β β) | ||
Theorem | bcnm1 10754 | The binomial coefficent of (π β 1) is π. (Contributed by Scott Fenton, 16-May-2014.) |
β’ (π β β0 β (πC(π β 1)) = π) | ||
Theorem | 4bc3eq4 10755 | The value of four choose three. (Contributed by Scott Fenton, 11-Jun-2016.) |
β’ (4C3) = 4 | ||
Theorem | 4bc2eq6 10756 | The value of four choose two. (Contributed by Scott Fenton, 9-Jan-2017.) |
β’ (4C2) = 6 | ||
Syntax | chash 10757 | Extend the definition of a class to include the set size function. |
class β― | ||
Definition | df-ihash 10758* |
Define the set size function β―, which gives the
cardinality of a
finite set as a member of β0,
and assigns all infinite sets the
value +β. For example, (β―β{0, 1, 2}) = 3.
Note that we use the sharp sign (β―) for this function and we use the different character octothorpe (#) for the apartness relation (see df-ap 8541). We adopt the former notation from Corollary 8.2.4 of [AczelRathjen], p. 80 (although that work only defines it for finite sets). This definition (in terms of βͺ and βΌ) is not taken directly from the literature, but for finite sets should be equivalent to the conventional definition that the size of a finite set is the unique natural number which is equinumerous to the given set. (Contributed by Jim Kingdon, 19-Feb-2022.) |
β’ β― = ((frec((π₯ β β€ β¦ (π₯ + 1)), 0) βͺ {β¨Ο, +ββ©}) β (π₯ β V β¦ βͺ {π¦ β (Ο βͺ {Ο}) β£ π¦ βΌ π₯})) | ||
Theorem | hashinfuni 10759* | The ordinal size of an infinite set is Ο. (Contributed by Jim Kingdon, 20-Feb-2022.) |
β’ (Ο βΌ π΄ β βͺ {π¦ β (Ο βͺ {Ο}) β£ π¦ βΌ π΄} = Ο) | ||
Theorem | hashinfom 10760 | The value of the β― function on an infinite set. (Contributed by Jim Kingdon, 20-Feb-2022.) |
β’ (Ο βΌ π΄ β (β―βπ΄) = +β) | ||
Theorem | hashennnuni 10761* | The ordinal size of a set equinumerous to an element of Ο is that element of Ο. (Contributed by Jim Kingdon, 20-Feb-2022.) |
β’ ((π β Ο β§ π β π΄) β βͺ {π¦ β (Ο βͺ {Ο}) β£ π¦ βΌ π΄} = π) | ||
Theorem | hashennn 10762* | The size of a set equinumerous to an element of Ο. (Contributed by Jim Kingdon, 21-Feb-2022.) |
β’ ((π β Ο β§ π β π΄) β (β―βπ΄) = (frec((π₯ β β€ β¦ (π₯ + 1)), 0)βπ)) | ||
Theorem | hashcl 10763 | Closure of the β― function. (Contributed by Paul Chapman, 26-Oct-2012.) (Revised by Mario Carneiro, 13-Jul-2014.) |
β’ (π΄ β Fin β (β―βπ΄) β β0) | ||
Theorem | hashfiv01gt1 10764 | The size of a finite set is either 0 or 1 or greater than 1. (Contributed by Jim Kingdon, 21-Feb-2022.) |
β’ (π β Fin β ((β―βπ) = 0 β¨ (β―βπ) = 1 β¨ 1 < (β―βπ))) | ||
Theorem | hashfz1 10765 | The set (1...π) has π elements. (Contributed by Paul Chapman, 22-Jun-2011.) (Revised by Mario Carneiro, 15-Sep-2013.) |
β’ (π β β0 β (β―β(1...π)) = π) | ||
Theorem | hashen 10766 | Two finite sets have the same number of elements iff they are equinumerous. (Contributed by Paul Chapman, 22-Jun-2011.) (Revised by Mario Carneiro, 15-Sep-2013.) |
β’ ((π΄ β Fin β§ π΅ β Fin) β ((β―βπ΄) = (β―βπ΅) β π΄ β π΅)) | ||
Theorem | hasheqf1o 10767* | The size of two finite sets is equal if and only if there is a bijection mapping one of the sets onto the other. (Contributed by Alexander van der Vekens, 17-Dec-2017.) |
β’ ((π΄ β Fin β§ π΅ β Fin) β ((β―βπ΄) = (β―βπ΅) β βπ π:π΄β1-1-ontoβπ΅)) | ||
Theorem | fiinfnf1o 10768* | There is no bijection between a finite set and an infinite set. By infnfi 6897 the theorem would also hold if "infinite" were expressed as Ο βΌ π΅. (Contributed by Alexander van der Vekens, 25-Dec-2017.) |
β’ ((π΄ β Fin β§ Β¬ π΅ β Fin) β Β¬ βπ π:π΄β1-1-ontoβπ΅) | ||
Theorem | fihasheqf1oi 10769 | The size of two finite sets is equal if there is a bijection mapping one of the sets onto the other. (Contributed by Jim Kingdon, 21-Feb-2022.) |
β’ ((π΄ β Fin β§ πΉ:π΄β1-1-ontoβπ΅) β (β―βπ΄) = (β―βπ΅)) | ||
Theorem | fihashf1rn 10770 | The size of a finite set which is a one-to-one function is equal to the size of the function's range. (Contributed by Jim Kingdon, 21-Feb-2022.) |
β’ ((π΄ β Fin β§ πΉ:π΄β1-1βπ΅) β (β―βπΉ) = (β―βran πΉ)) | ||
Theorem | fihasheqf1od 10771 | The size of two finite sets is equal if there is a bijection mapping one of the sets onto the other. (Contributed by Jim Kingdon, 21-Feb-2022.) |
β’ (π β π΄ β Fin) & β’ (π β πΉ:π΄β1-1-ontoβπ΅) β β’ (π β (β―βπ΄) = (β―βπ΅)) | ||
Theorem | fz1eqb 10772 | Two possibly-empty 1-based finite sets of sequential integers are equal iff their endpoints are equal. (Contributed by Paul Chapman, 22-Jun-2011.) (Proof shortened by Mario Carneiro, 29-Mar-2014.) |
β’ ((π β β0 β§ π β β0) β ((1...π) = (1...π) β π = π)) | ||
Theorem | filtinf 10773 | The size of an infinite set is greater than the size of a finite set. (Contributed by Jim Kingdon, 21-Feb-2022.) |
β’ ((π΄ β Fin β§ Ο βΌ π΅) β (β―βπ΄) < (β―βπ΅)) | ||
Theorem | isfinite4im 10774 | A finite set is equinumerous to the range of integers from one up to the hash value of the set. (Contributed by Jim Kingdon, 22-Feb-2022.) |
β’ (π΄ β Fin β (1...(β―βπ΄)) β π΄) | ||
Theorem | fihasheq0 10775 | Two ways of saying a finite set is empty. (Contributed by Paul Chapman, 26-Oct-2012.) (Revised by Mario Carneiro, 27-Jul-2014.) (Intuitionized by Jim Kingdon, 23-Feb-2022.) |
β’ (π΄ β Fin β ((β―βπ΄) = 0 β π΄ = β )) | ||
Theorem | fihashneq0 10776 | Two ways of saying a finite set is not empty. Also, "A is inhabited" would be equivalent by fin0 6887. (Contributed by Alexander van der Vekens, 23-Sep-2018.) (Intuitionized by Jim Kingdon, 23-Feb-2022.) |
β’ (π΄ β Fin β (0 < (β―βπ΄) β π΄ β β )) | ||
Theorem | hashnncl 10777 | Positive natural closure of the hash function. (Contributed by Mario Carneiro, 16-Jan-2015.) |
β’ (π΄ β Fin β ((β―βπ΄) β β β π΄ β β )) | ||
Theorem | hash0 10778 | The empty set has size zero. (Contributed by Mario Carneiro, 8-Jul-2014.) |
β’ (β―ββ ) = 0 | ||
Theorem | fihashelne0d 10779 | A finite set with an element has nonzero size. (Contributed by Rohan Ridenour, 3-Aug-2023.) |
β’ (π β π΅ β π΄) & β’ (π β π΄ β Fin) β β’ (π β Β¬ (β―βπ΄) = 0) | ||
Theorem | hashsng 10780 | The size of a singleton. (Contributed by Paul Chapman, 26-Oct-2012.) (Proof shortened by Mario Carneiro, 13-Feb-2013.) |
β’ (π΄ β π β (β―β{π΄}) = 1) | ||
Theorem | fihashen1 10781 | A finite set has size 1 if and only if it is equinumerous to the ordinal 1. (Contributed by AV, 14-Apr-2019.) (Intuitionized by Jim Kingdon, 23-Feb-2022.) |
β’ (π΄ β Fin β ((β―βπ΄) = 1 β π΄ β 1o)) | ||
Theorem | fihashfn 10782 | A function on a finite set is equinumerous to its domain. (Contributed by Mario Carneiro, 12-Mar-2015.) (Intuitionized by Jim Kingdon, 24-Feb-2022.) |
β’ ((πΉ Fn π΄ β§ π΄ β Fin) β (β―βπΉ) = (β―βπ΄)) | ||
Theorem | fseq1hash 10783 | The value of the size function on a finite 1-based sequence. (Contributed by Paul Chapman, 26-Oct-2012.) (Proof shortened by Mario Carneiro, 12-Mar-2015.) |
β’ ((π β β0 β§ πΉ Fn (1...π)) β (β―βπΉ) = π) | ||
Theorem | omgadd 10784 | Mapping ordinal addition to integer addition. (Contributed by Jim Kingdon, 24-Feb-2022.) |
β’ πΊ = frec((π₯ β β€ β¦ (π₯ + 1)), 0) β β’ ((π΄ β Ο β§ π΅ β Ο) β (πΊβ(π΄ +o π΅)) = ((πΊβπ΄) + (πΊβπ΅))) | ||
Theorem | fihashdom 10785 | Dominance relation for the size function. (Contributed by Jim Kingdon, 24-Feb-2022.) |
β’ ((π΄ β Fin β§ π΅ β Fin) β ((β―βπ΄) β€ (β―βπ΅) β π΄ βΌ π΅)) | ||
Theorem | hashunlem 10786 | Lemma for hashun 10787. Ordinal size of the union. (Contributed by Jim Kingdon, 25-Feb-2022.) |
β’ (π β π΄ β Fin) & β’ (π β π΅ β Fin) & β’ (π β (π΄ β© π΅) = β ) & β’ (π β π β Ο) & β’ (π β π β Ο) & β’ (π β π΄ β π) & β’ (π β π΅ β π) β β’ (π β (π΄ βͺ π΅) β (π +o π)) | ||
Theorem | hashun 10787 | The size of the union of disjoint finite sets is the sum of their sizes. (Contributed by Paul Chapman, 30-Nov-2012.) (Revised by Mario Carneiro, 15-Sep-2013.) |
β’ ((π΄ β Fin β§ π΅ β Fin β§ (π΄ β© π΅) = β ) β (β―β(π΄ βͺ π΅)) = ((β―βπ΄) + (β―βπ΅))) | ||
Theorem | 1elfz0hash 10788 | 1 is an element of the finite set of sequential nonnegative integers bounded by the size of a nonempty finite set. (Contributed by AV, 9-May-2020.) |
β’ ((π΄ β Fin β§ π΄ β β ) β 1 β (0...(β―βπ΄))) | ||
Theorem | hashunsng 10789 | The size of the union of a finite set with a disjoint singleton is one more than the size of the set. (Contributed by Paul Chapman, 30-Nov-2012.) |
β’ (π΅ β π β ((π΄ β Fin β§ Β¬ π΅ β π΄) β (β―β(π΄ βͺ {π΅})) = ((β―βπ΄) + 1))) | ||
Theorem | hashprg 10790 | The size of an unordered pair. (Contributed by Mario Carneiro, 27-Sep-2013.) (Revised by Mario Carneiro, 5-May-2016.) (Revised by AV, 18-Sep-2021.) |
β’ ((π΄ β π β§ π΅ β π) β (π΄ β π΅ β (β―β{π΄, π΅}) = 2)) | ||
Theorem | prhash2ex 10791 | There is (at least) one set with two different elements: the unordered pair containing 0 and 1. In contrast to pr0hash2ex 10797, numbers are used instead of sets because their representation is shorter (and more comprehensive). (Contributed by AV, 29-Jan-2020.) |
β’ (β―β{0, 1}) = 2 | ||
Theorem | hashp1i 10792 | Size of a natural number ordinal. (Contributed by Mario Carneiro, 5-Jan-2016.) |
β’ π΄ β Ο & β’ π΅ = suc π΄ & β’ (β―βπ΄) = π & β’ (π + 1) = π β β’ (β―βπ΅) = π | ||
Theorem | hash1 10793 | Size of a natural number ordinal. (Contributed by Mario Carneiro, 5-Jan-2016.) |
β’ (β―β1o) = 1 | ||
Theorem | hash2 10794 | Size of a natural number ordinal. (Contributed by Mario Carneiro, 5-Jan-2016.) |
β’ (β―β2o) = 2 | ||
Theorem | hash3 10795 | Size of a natural number ordinal. (Contributed by Mario Carneiro, 5-Jan-2016.) |
β’ (β―β3o) = 3 | ||
Theorem | hash4 10796 | Size of a natural number ordinal. (Contributed by Mario Carneiro, 5-Jan-2016.) |
β’ (β―β4o) = 4 | ||
Theorem | pr0hash2ex 10797 | There is (at least) one set with two different elements: the unordered pair containing the empty set and the singleton containing the empty set. (Contributed by AV, 29-Jan-2020.) |
β’ (β―β{β , {β }}) = 2 | ||
Theorem | fihashss 10798 | The size of a subset is less than or equal to the size of its superset. (Contributed by Alexander van der Vekens, 14-Jul-2018.) |
β’ ((π΄ β Fin β§ π΅ β Fin β§ π΅ β π΄) β (β―βπ΅) β€ (β―βπ΄)) | ||
Theorem | fiprsshashgt1 10799 | The size of a superset of a proper unordered pair is greater than 1. (Contributed by AV, 6-Feb-2021.) |
β’ (((π΄ β π β§ π΅ β π β§ π΄ β π΅) β§ πΆ β Fin) β ({π΄, π΅} β πΆ β 2 β€ (β―βπΆ))) | ||
Theorem | fihashssdif 10800 | The size of the difference of a finite set and a finite subset is the set's size minus the subset's. (Contributed by Jim Kingdon, 31-May-2022.) |
β’ ((π΄ β Fin β§ π΅ β Fin β§ π΅ β π΄) β (β―β(π΄ β π΅)) = ((β―βπ΄) β (β―βπ΅))) |
< Previous Next > |
Copyright terms: Public domain | < Previous Next > |