![]() |
Metamath
Proof Explorer Theorem List (p. 144 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-30435) |
![]() (30436-31958) |
![]() (31959-47941) |
Type | Label | Description |
---|---|---|
Statement | ||
Theorem | hashbnd 14301 | If π΄ has size bounded by an integer π΅, then π΄ is finite. (Contributed by Mario Carneiro, 14-Jun-2015.) |
β’ ((π΄ β π β§ π΅ β β0 β§ (β―βπ΄) β€ π΅) β π΄ β Fin) | ||
Theorem | hashfxnn0 14302 | The size function is a function into the extended nonnegative integers. (Contributed by Mario Carneiro, 13-Sep-2013.) (Revised by AV, 10-Dec-2020.) |
β’ β―:VβΆβ0* | ||
Theorem | hashf 14303 | The size function maps all finite sets to their cardinality, as members of β0, and infinite sets to +β. TODO-AV: mark as OBSOLETE and replace it by hashfxnn0 14302? (Contributed by Mario Carneiro, 13-Sep-2013.) (Revised by Mario Carneiro, 13-Jul-2014.) (Proof shortened by AV, 24-Oct-2021.) |
β’ β―:VβΆ(β0 βͺ {+β}) | ||
Theorem | hashxnn0 14304 | The value of the hash function for a set is an extended nonnegative integer. (Contributed by Alexander van der Vekens, 6-Dec-2017.) (Revised by AV, 10-Dec-2020.) |
β’ (π β π β (β―βπ) β β0*) | ||
Theorem | hashresfn 14305 | Restriction of the domain of the size function. (Contributed by Thierry Arnoux, 31-Jan-2017.) |
β’ (β― βΎ π΄) Fn π΄ | ||
Theorem | dmhashres 14306 | Restriction of the domain of the size function. (Contributed by Thierry Arnoux, 12-Jan-2017.) |
β’ dom (β― βΎ π΄) = π΄ | ||
Theorem | hashnn0pnf 14307 | The value of the hash function for a set is either a nonnegative integer or positive infinity. TODO-AV: mark as OBSOLETE and replace it by hashxnn0 14304? (Contributed by Alexander van der Vekens, 6-Dec-2017.) |
β’ (π β π β ((β―βπ) β β0 β¨ (β―βπ) = +β)) | ||
Theorem | hashnnn0genn0 14308 | If the size of a set is not a nonnegative integer, it is greater than or equal to any nonnegative integer. (Contributed by Alexander van der Vekens, 6-Dec-2017.) |
β’ ((π β π β§ (β―βπ) β β0 β§ π β β0) β π β€ (β―βπ)) | ||
Theorem | hashnemnf 14309 | The size of a set is never minus infinity. (Contributed by Alexander van der Vekens, 21-Dec-2017.) |
β’ (π΄ β π β (β―βπ΄) β -β) | ||
Theorem | hashv01gt1 14310 | The size of a set is either 0 or 1 or greater than 1. (Contributed by Alexander van der Vekens, 29-Dec-2017.) |
β’ (π β π β ((β―βπ) = 0 β¨ (β―βπ) = 1 β¨ 1 < (β―βπ))) | ||
Theorem | hashfz1 14311 | The set (1...π) has π elements. (Contributed by Paul Chapman, 22-Jun-2011.) (Revised by Mario Carneiro, 15-Sep-2013.) |
β’ (π β β0 β (β―β(1...π)) = π) | ||
Theorem | hashen 14312 | 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 | hasheni 14313 | Equinumerous sets have the same number of elements (even if they are not finite). (Contributed by Mario Carneiro, 15-Apr-2015.) |
β’ (π΄ β π΅ β (β―βπ΄) = (β―βπ΅)) | ||
Theorem | hasheqf1o 14314* | 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 14315* | There is no bijection between a finite set and an infinite set. (Contributed by Alexander van der Vekens, 25-Dec-2017.) |
β’ ((π΄ β Fin β§ Β¬ π΅ β Fin) β Β¬ βπ π:π΄β1-1-ontoβπ΅) | ||
Theorem | hasheqf1oi 14316* | The size of two sets is equal if there is a bijection mapping one of the sets onto the other. (Contributed by Alexander van der Vekens, 25-Dec-2017.) (Revised by AV, 4-May-2021.) |
β’ (π΄ β π β (βπ π:π΄β1-1-ontoβπ΅ β (β―βπ΄) = (β―βπ΅))) | ||
Theorem | hashf1rn 14317 | 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 Alexander van der Vekens, 12-Jan-2018.) (Revised by AV, 4-May-2021.) |
β’ ((π΄ β π β§ πΉ:π΄β1-1βπ΅) β (β―βπΉ) = (β―βran πΉ)) | ||
Theorem | hasheqf1od 14318 | The size of two sets is equal if there is a bijection mapping one of the sets onto the other. (Contributed by AV, 4-May-2021.) |
β’ (π β π΄ β π) & β’ (π β πΉ:π΄β1-1-ontoβπ΅) β β’ (π β (β―βπ΄) = (β―βπ΅)) | ||
Theorem | fz1eqb 14319 | 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 | hashcard 14320 | The size function of the cardinality function. (Contributed by Mario Carneiro, 19-Sep-2013.) (Revised by Mario Carneiro, 4-Nov-2013.) |
β’ (π΄ β Fin β (β―β(cardβπ΄)) = (β―βπ΄)) | ||
Theorem | hashcl 14321 | Closure of the β― function. (Contributed by Paul Chapman, 26-Oct-2012.) (Revised by Mario Carneiro, 13-Jul-2014.) |
β’ (π΄ β Fin β (β―βπ΄) β β0) | ||
Theorem | hashxrcl 14322 | Extended real closure of the β― function. (Contributed by Mario Carneiro, 22-Apr-2015.) |
β’ (π΄ β π β (β―βπ΄) β β*) | ||
Theorem | hashclb 14323 | Reverse closure of the β― function. (Contributed by Mario Carneiro, 15-Jan-2015.) |
β’ (π΄ β π β (π΄ β Fin β (β―βπ΄) β β0)) | ||
Theorem | nfile 14324 | The size of any infinite set is always greater than or equal to the size of any set. (Contributed by AV, 13-Nov-2020.) |
β’ ((π΄ β π β§ π΅ β π β§ Β¬ π΅ β Fin) β (β―βπ΄) β€ (β―βπ΅)) | ||
Theorem | hashvnfin 14325 | A set of finite size is a finite set. (Contributed by Alexander van der Vekens, 8-Dec-2017.) |
β’ ((π β π β§ π β β0) β ((β―βπ) = π β π β Fin)) | ||
Theorem | hashnfinnn0 14326 | The size of an infinite set is not a nonnegative integer. (Contributed by Alexander van der Vekens, 21-Dec-2017.) (Proof shortened by Alexander van der Vekens, 18-Jan-2018.) |
β’ ((π΄ β π β§ Β¬ π΄ β Fin) β (β―βπ΄) β β0) | ||
Theorem | isfinite4 14327 | A finite set is equinumerous to the range of integers from one up to the hash value of the set. In other words, counting objects with natural numbers works if and only if it is a finite collection. (Contributed by Richard Penner, 26-Feb-2020.) |
β’ (π΄ β Fin β (1...(β―βπ΄)) β π΄) | ||
Theorem | hasheq0 14328 | Two ways of saying a set is empty. (Contributed by Paul Chapman, 26-Oct-2012.) (Revised by Mario Carneiro, 27-Jul-2014.) |
β’ (π΄ β π β ((β―βπ΄) = 0 β π΄ = β )) | ||
Theorem | hashneq0 14329 | Two ways of saying a set is not empty. (Contributed by Alexander van der Vekens, 23-Sep-2018.) |
β’ (π΄ β π β (0 < (β―βπ΄) β π΄ β β )) | ||
Theorem | hashgt0n0 14330 | If the size of a set is greater than 0, the set is not empty. (Contributed by AV, 5-Aug-2018.) (Proof shortened by AV, 18-Nov-2018.) |
β’ ((π΄ β π β§ 0 < (β―βπ΄)) β π΄ β β ) | ||
Theorem | hashnncl 14331 | Positive natural closure of the hash function. (Contributed by Mario Carneiro, 16-Jan-2015.) |
β’ (π΄ β Fin β ((β―βπ΄) β β β π΄ β β )) | ||
Theorem | hash0 14332 | The empty set has size zero. (Contributed by Mario Carneiro, 8-Jul-2014.) |
β’ (β―ββ ) = 0 | ||
Theorem | hashelne0d 14333 | A set with an element has nonzero size. (Contributed by Rohan Ridenour, 3-Aug-2023.) |
β’ (π β π΅ β π΄) & β’ (π β π΄ β π) β β’ (π β Β¬ (β―βπ΄) = 0) | ||
Theorem | hashsng 14334 | The size of a singleton. (Contributed by Paul Chapman, 26-Oct-2012.) (Proof shortened by Mario Carneiro, 13-Feb-2013.) |
β’ (π΄ β π β (β―β{π΄}) = 1) | ||
Theorem | hashen1 14335 | A set has size 1 if and only if it is equinumerous to the ordinal 1. (Contributed by AV, 14-Apr-2019.) |
β’ (π΄ β π β ((β―βπ΄) = 1 β π΄ β 1o)) | ||
Theorem | hash1elsn 14336 | A set of size 1 with a known element is the singleton of that element. (Contributed by Rohan Ridenour, 3-Aug-2023.) |
β’ (π β (β―βπ΄) = 1) & β’ (π β π΅ β π΄) & β’ (π β π΄ β π) β β’ (π β π΄ = {π΅}) | ||
Theorem | hashrabrsn 14337* | The size of a restricted class abstraction restricted to a singleton is a nonnegative integer. (Contributed by Alexander van der Vekens, 22-Dec-2017.) |
β’ (β―β{π₯ β {π΄} β£ π}) β β0 | ||
Theorem | hashrabsn01 14338* | The size of a restricted class abstraction restricted to a singleton is either 0 or 1. (Contributed by Alexander van der Vekens, 3-Sep-2018.) |
β’ ((β―β{π₯ β {π΄} β£ π}) = π β (π = 0 β¨ π = 1)) | ||
Theorem | hashrabsn1 14339* | If the size of a restricted class abstraction restricted to a singleton is 1, the condition of the class abstraction must hold for the singleton. (Contributed by Alexander van der Vekens, 3-Sep-2018.) |
β’ ((β―β{π₯ β {π΄} β£ π}) = 1 β [π΄ / π₯]π) | ||
Theorem | hashfn 14340 | A function is equinumerous to its domain. (Contributed by Mario Carneiro, 12-Mar-2015.) |
β’ (πΉ Fn π΄ β (β―βπΉ) = (β―βπ΄)) | ||
Theorem | fseq1hash 14341 | 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 | hashgadd 14342 | πΊ maps ordinal addition to integer addition. (Contributed by Paul Chapman, 30-Nov-2012.) (Revised by Mario Carneiro, 15-Sep-2013.) |
β’ πΊ = (rec((π₯ β V β¦ (π₯ + 1)), 0) βΎ Ο) β β’ ((π΄ β Ο β§ π΅ β Ο) β (πΊβ(π΄ +o π΅)) = ((πΊβπ΄) + (πΊβπ΅))) | ||
Theorem | hashgval2 14343 | A short expression for the πΊ function of hashgf1o 13941. (Contributed by Mario Carneiro, 24-Jan-2015.) |
β’ (β― βΎ Ο) = (rec((π₯ β V β¦ (π₯ + 1)), 0) βΎ Ο) | ||
Theorem | hashdom 14344 | Dominance relation for the size function. (Contributed by Mario Carneiro, 22-Sep-2013.) (Revised by Mario Carneiro, 22-Apr-2015.) |
β’ ((π΄ β Fin β§ π΅ β π) β ((β―βπ΄) β€ (β―βπ΅) β π΄ βΌ π΅)) | ||
Theorem | hashdomi 14345 | Non-strict order relation of the β― function on the full cardinal poset. (Contributed by Stefan O'Rear, 12-Sep-2015.) |
β’ (π΄ βΌ π΅ β (β―βπ΄) β€ (β―βπ΅)) | ||
Theorem | hashsdom 14346 | Strict dominance relation for the size function. (Contributed by Mario Carneiro, 18-Aug-2014.) |
β’ ((π΄ β Fin β§ π΅ β Fin) β ((β―βπ΄) < (β―βπ΅) β π΄ βΊ π΅)) | ||
Theorem | hashun 14347 | 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 | hashun2 14348 | The size of the union of finite sets is less than or equal to the sum of their sizes. (Contributed by Mario Carneiro, 23-Sep-2013.) (Proof shortened by Mario Carneiro, 27-Jul-2014.) |
β’ ((π΄ β Fin β§ π΅ β Fin) β (β―β(π΄ βͺ π΅)) β€ ((β―βπ΄) + (β―βπ΅))) | ||
Theorem | hashun3 14349 | The size of the union of finite sets is the sum of their sizes minus the size of the intersection. (Contributed by Mario Carneiro, 6-Aug-2017.) |
β’ ((π΄ β Fin β§ π΅ β Fin) β (β―β(π΄ βͺ π΅)) = (((β―βπ΄) + (β―βπ΅)) β (β―β(π΄ β© π΅)))) | ||
Theorem | hashinfxadd 14350 | The extended real addition of the size of an infinite set with the size of an arbitrary set yields plus infinity. (Contributed by Alexander van der Vekens, 20-Dec-2017.) |
β’ ((π΄ β π β§ π΅ β π β§ (β―βπ΄) β β0) β ((β―βπ΄) +π (β―βπ΅)) = +β) | ||
Theorem | hashunx 14351 | The size of the union of disjoint sets is the result of the extended real addition of their sizes, analogous to hashun 14347. (Contributed by Alexander van der Vekens, 21-Dec-2017.) |
β’ ((π΄ β π β§ π΅ β π β§ (π΄ β© π΅) = β ) β (β―β(π΄ βͺ π΅)) = ((β―βπ΄) +π (β―βπ΅))) | ||
Theorem | hashge0 14352 | The cardinality of a set is greater than or equal to zero. (Contributed by Thierry Arnoux, 2-Mar-2017.) |
β’ (π΄ β π β 0 β€ (β―βπ΄)) | ||
Theorem | hashgt0 14353 | The cardinality of a nonempty set is greater than zero. (Contributed by Thierry Arnoux, 2-Mar-2017.) |
β’ ((π΄ β π β§ π΄ β β ) β 0 < (β―βπ΄)) | ||
Theorem | hashge1 14354 | The cardinality of a nonempty set is greater than or equal to one. (Contributed by Thierry Arnoux, 20-Jun-2017.) |
β’ ((π΄ β π β§ π΄ β β ) β 1 β€ (β―βπ΄)) | ||
Theorem | 1elfz0hash 14355 | 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 | hashnn0n0nn 14356 | If a nonnegative integer is the size of a set which contains at least one element, this integer is a positive integer. (Contributed by Alexander van der Vekens, 9-Jan-2018.) |
β’ (((π β π β§ π β β0) β§ ((β―βπ) = π β§ π β π)) β π β β) | ||
Theorem | hashunsng 14357 | 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 | hashunsngx 14358 | The size of the union of a set with a disjoint singleton is the extended real addition of the size of the set and 1, analogous to hashunsng 14357. (Contributed by BTernaryTau, 9-Sep-2023.) |
β’ ((π΄ β π β§ π΅ β π) β (Β¬ π΅ β π΄ β (β―β(π΄ βͺ {π΅})) = ((β―βπ΄) +π 1))) | ||
Theorem | hashunsnggt 14359 | The size of a set is greater than a nonnegative integer N if and only if the size of the union of that set with a disjoint singleton is greater than N + 1. (Contributed by BTernaryTau, 10-Sep-2023.) |
β’ (((π΄ β π β§ π΅ β π β§ π β β0) β§ Β¬ π΅ β π΄) β (π < (β―βπ΄) β (π + 1) < (β―β(π΄ βͺ {π΅})))) | ||
Theorem | hashprg 14360 | 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 | elprchashprn2 14361 | If one element of an unordered pair is not a set, the size of the unordered pair is not 2. (Contributed by Alexander van der Vekens, 7-Oct-2017.) |
β’ (Β¬ π β V β Β¬ (β―β{π, π}) = 2) | ||
Theorem | hashprb 14362 | The size of an unordered pair is 2 if and only if its elements are different sets. (Contributed by Alexander van der Vekens, 17-Jan-2018.) |
β’ ((π β V β§ π β V β§ π β π) β (β―β{π, π}) = 2) | ||
Theorem | hashprdifel 14363 | The elements of an unordered pair of size 2 are different sets. (Contributed by AV, 27-Jan-2020.) |
β’ π = {π΄, π΅} β β’ ((β―βπ) = 2 β (π΄ β π β§ π΅ β π β§ π΄ β π΅)) | ||
Theorem | prhash2ex 14364 | There is (at least) one set with two different elements: the unordered pair containing 0 and 1. In contrast to pr0hash2ex 14373, numbers are used instead of sets because their representation is shorter (and more comprehensive). (Contributed by AV, 29-Jan-2020.) |
β’ (β―β{0, 1}) = 2 | ||
Theorem | hashle00 14365 | If the size of a set is less than or equal to zero, the set must be empty. (Contributed by Alexander van der Vekens, 6-Jan-2018.) (Proof shortened by AV, 24-Oct-2021.) |
β’ (π β π β ((β―βπ) β€ 0 β π = β )) | ||
Theorem | hashgt0elex 14366* | If the size of a set is greater than zero, then the set must contain at least one element. (Contributed by Alexander van der Vekens, 6-Jan-2018.) |
β’ ((π β π β§ 0 < (β―βπ)) β βπ₯ π₯ β π) | ||
Theorem | hashgt0elexb 14367* | The size of a set is greater than zero if and only if the set contains at least one element. (Contributed by Alexander van der Vekens, 18-Jan-2018.) |
β’ (π β π β (0 < (β―βπ) β βπ₯ π₯ β π)) | ||
Theorem | hashp1i 14368 | Size of a finite ordinal. (Contributed by Mario Carneiro, 5-Jan-2016.) |
β’ π΄ β Ο & β’ π΅ = suc π΄ & β’ (β―βπ΄) = π & β’ (π + 1) = π β β’ (β―βπ΅) = π | ||
Theorem | hash1 14369 | Size of a finite ordinal. (Contributed by Mario Carneiro, 5-Jan-2016.) |
β’ (β―β1o) = 1 | ||
Theorem | hash2 14370 | Size of a finite ordinal. (Contributed by Mario Carneiro, 5-Jan-2016.) |
β’ (β―β2o) = 2 | ||
Theorem | hash3 14371 | Size of a finite ordinal. (Contributed by Mario Carneiro, 5-Jan-2016.) |
β’ (β―β3o) = 3 | ||
Theorem | hash4 14372 | Size of a finite ordinal. (Contributed by Mario Carneiro, 5-Jan-2016.) |
β’ (β―β4o) = 4 | ||
Theorem | pr0hash2ex 14373 | 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 | hashss 14374 | 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.) |
β’ ((π΄ β π β§ π΅ β π΄) β (β―βπ΅) β€ (β―βπ΄)) | ||
Theorem | prsshashgt1 14375 | The size of a superset of a proper unordered pair is greater than 1. (Contributed by AV, 6-Feb-2021.) |
β’ (((π΄ β π β§ π΅ β π β§ π΄ β π΅) β§ πΆ β π) β ({π΄, π΅} β πΆ β 2 β€ (β―βπΆ))) | ||
Theorem | hashin 14376 | The size of the intersection of a set and a class is less than or equal to the size of the set. (Contributed by AV, 4-Jan-2021.) |
β’ (π΄ β π β (β―β(π΄ β© π΅)) β€ (β―βπ΄)) | ||
Theorem | hashssdif 14377 | The size of the difference of a finite set and a subset is the set's size minus the subset's. (Contributed by Steve Rodriguez, 24-Oct-2015.) |
β’ ((π΄ β Fin β§ π΅ β π΄) β (β―β(π΄ β π΅)) = ((β―βπ΄) β (β―βπ΅))) | ||
Theorem | hashdif 14378 | The size of the difference of a finite set and another set is the first set's size minus that of the intersection of both. (Contributed by Steve Rodriguez, 24-Oct-2015.) |
β’ (π΄ β Fin β (β―β(π΄ β π΅)) = ((β―βπ΄) β (β―β(π΄ β© π΅)))) | ||
Theorem | hashdifsn 14379 | The size of the difference of a finite set and a singleton subset is the set's size minus 1. (Contributed by Alexander van der Vekens, 6-Jan-2018.) |
β’ ((π΄ β Fin β§ π΅ β π΄) β (β―β(π΄ β {π΅})) = ((β―βπ΄) β 1)) | ||
Theorem | hashdifpr 14380 | The size of the difference of a finite set and a proper pair of its elements is the set's size minus 2. (Contributed by AV, 16-Dec-2020.) |
β’ ((π΄ β Fin β§ (π΅ β π΄ β§ πΆ β π΄ β§ π΅ β πΆ)) β (β―β(π΄ β {π΅, πΆ})) = ((β―βπ΄) β 2)) | ||
Theorem | hashsn01 14381 | The size of a singleton is either 0 or 1. (Contributed by AV, 23-Feb-2021.) |
β’ ((β―β{π΄}) = 0 β¨ (β―β{π΄}) = 1) | ||
Theorem | hashsnle1 14382 | The size of a singleton is less than or equal to 1. (Contributed by AV, 23-Feb-2021.) |
β’ (β―β{π΄}) β€ 1 | ||
Theorem | hashsnlei 14383 | Get an upper bound on a concretely specified finite set. Base case: singleton set. (Contributed by Mario Carneiro, 11-Feb-2015.) (Proof shortened by AV, 23-Feb-2021.) |
β’ ({π΄} β Fin β§ (β―β{π΄}) β€ 1) | ||
Theorem | hash1snb 14384* | The size of a set is 1 if and only if it is a singleton (containing a set). (Contributed by Alexander van der Vekens, 7-Dec-2017.) |
β’ (π β π β ((β―βπ) = 1 β βπ π = {π})) | ||
Theorem | euhash1 14385* | The size of a set is 1 in terms of existential uniqueness. (Contributed by Alexander van der Vekens, 8-Feb-2018.) |
β’ (π β π β ((β―βπ) = 1 β β!π π β π)) | ||
Theorem | hash1n0 14386 | If the size of a set is 1 the set is not empty. (Contributed by AV, 23-Dec-2020.) |
β’ ((π΄ β π β§ (β―βπ΄) = 1) β π΄ β β ) | ||
Theorem | hashgt12el 14387* | In a set with more than one element are two different elements. (Contributed by Alexander van der Vekens, 15-Nov-2017.) |
β’ ((π β π β§ 1 < (β―βπ)) β βπ β π βπ β π π β π) | ||
Theorem | hashgt12el2 14388* | In a set with more than one element are two different elements. (Contributed by Alexander van der Vekens, 15-Nov-2017.) |
β’ ((π β π β§ 1 < (β―βπ) β§ π΄ β π) β βπ β π π΄ β π) | ||
Theorem | hashgt23el 14389* | A set with more than two elements has at least three different elements. (Contributed by BTernaryTau, 21-Sep-2023.) |
β’ ((π β π β§ 2 < (β―βπ)) β βπ β π βπ β π βπ β π (π β π β§ π β π β§ π β π)) | ||
Theorem | hashunlei 14390 | Get an upper bound on a concretely specified finite set. Induction step: union of two finite bounded sets. (Contributed by Mario Carneiro, 11-Feb-2015.) |
β’ πΆ = (π΄ βͺ π΅) & β’ (π΄ β Fin β§ (β―βπ΄) β€ πΎ) & β’ (π΅ β Fin β§ (β―βπ΅) β€ π) & β’ πΎ β β0 & β’ π β β0 & β’ (πΎ + π) = π β β’ (πΆ β Fin β§ (β―βπΆ) β€ π) | ||
Theorem | hashsslei 14391 | Get an upper bound on a concretely specified finite set. Transfer boundedness to a subset. (Contributed by Mario Carneiro, 11-Feb-2015.) |
β’ π΅ β π΄ & β’ (π΄ β Fin β§ (β―βπ΄) β€ π) & β’ π β β0 β β’ (π΅ β Fin β§ (β―βπ΅) β€ π) | ||
Theorem | hashfz 14392 | Value of the numeric cardinality of a nonempty integer range. (Contributed by Stefan O'Rear, 12-Sep-2014.) (Proof shortened by Mario Carneiro, 15-Apr-2015.) |
β’ (π΅ β (β€β₯βπ΄) β (β―β(π΄...π΅)) = ((π΅ β π΄) + 1)) | ||
Theorem | fzsdom2 14393 | Condition for finite ranges to have a strict dominance relation. (Contributed by Stefan O'Rear, 12-Sep-2014.) (Revised by Mario Carneiro, 15-Apr-2015.) |
β’ (((π΅ β (β€β₯βπ΄) β§ πΆ β β€) β§ π΅ < πΆ) β (π΄...π΅) βΊ (π΄...πΆ)) | ||
Theorem | hashfzo 14394 | Cardinality of a half-open set of integers. (Contributed by Stefan O'Rear, 15-Aug-2015.) |
β’ (π΅ β (β€β₯βπ΄) β (β―β(π΄..^π΅)) = (π΅ β π΄)) | ||
Theorem | hashfzo0 14395 | Cardinality of a half-open set of integers based at zero. (Contributed by Stefan O'Rear, 15-Aug-2015.) |
β’ (π΅ β β0 β (β―β(0..^π΅)) = π΅) | ||
Theorem | hashfzp1 14396 | Value of the numeric cardinality of a (possibly empty) integer range. (Contributed by AV, 19-Jun-2021.) |
β’ (π΅ β (β€β₯βπ΄) β (β―β((π΄ + 1)...π΅)) = (π΅ β π΄)) | ||
Theorem | hashfz0 14397 | Value of the numeric cardinality of a nonempty range of nonnegative integers. (Contributed by Alexander van der Vekens, 21-Jul-2018.) |
β’ (π΅ β β0 β (β―β(0...π΅)) = (π΅ + 1)) | ||
Theorem | hashxplem 14398 | Lemma for hashxp 14399. (Contributed by Paul Chapman, 30-Nov-2012.) |
β’ π΅ β Fin β β’ (π΄ β Fin β (β―β(π΄ Γ π΅)) = ((β―βπ΄) Β· (β―βπ΅))) | ||
Theorem | hashxp 14399 | The size of the Cartesian product of two finite sets is the product of their sizes. (Contributed by Paul Chapman, 30-Nov-2012.) |
β’ ((π΄ β Fin β§ π΅ β Fin) β (β―β(π΄ Γ π΅)) = ((β―βπ΄) Β· (β―βπ΅))) | ||
Theorem | hashmap 14400 | The size of the set exponential of two finite sets is the exponential of their sizes. (This is the original motivation behind the notation for set exponentiation.) (Contributed by Mario Carneiro, 5-Aug-2014.) (Proof shortened by AV, 18-Jul-2022.) |
β’ ((π΄ β Fin β§ π΅ β Fin) β (β―β(π΄ βm π΅)) = ((β―βπ΄)β(β―βπ΅))) |
< Previous Next > |
Copyright terms: Public domain | < Previous Next > |