HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: Contents + 1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10682

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8757)   Hilbert Space Explorer  Hilbert Space Explorer (8758-10682)  

Statement List for Metamath Proof Explorer - 4801-4900 - Page 49 of 107
TypeLabelDescription
Statement
 
Theoremuniimadomf 4801 An upper bound for the cardinality of the union of an image. Theorem 10.48 of [TakeutiZaring] p. 99. This version of uniimadom 4800 uses a bound-variable hypothesis in place of a distinct variable condition.
|- (y e. F -> A.x y e. F)   &   |- A e. V   &   |- B e. V   =>   |- ((Fun F /\ A.x e. A (F` x) ~<_ B) -> U.(F"A) ~<_ (A X. B))
 
Theoremiundom 4802 An upper bound for the cardinality of an indexed union. C depends on x and should be thought of as C(x).
|- A e. V   &   |- B e. V   &   |- C e. V   =>   |- (A.x e. A C ~<_ B -> U_x e. A C ~<_ (A X. B))
 
Cardinal numbers
 
Syntaxccrd 4803 Extend class definition to include the cardinal size function.
class card
 
Syntaxcale 4804 Extend class definition to include the aleph function.
class aleph
 
Syntaxccf 4805 Extend class definition to include the cofinality function.
class cf
 
Definitiondf-card 4806 Define the cardinal number function. The cardinal number of a set is the least ordinal number equinumerous to it. In other words, it is the "size" of the set. Definition of [Enderton] p. 197. See cardval 4816 for its value, cardval2 4845 for a simpler version of its value. The principle theorem relating cardinality to equinumerosity is carden 4821. Our notation is from Enderton. Other textbooks often use a double bar over the set to express this function.
|- card = {<.x, y>. | y = |^|{z e. On | z ~~ x}}
 
Definitiondf-aleph 4807 Define the aleph function. Our definition expresses Definition 12 of [Suppes] p. 229 in a closed form, from which we derive the recursive definition as theorems aleph0 4853, alephsuc 4856, and alephlim 4854. The aleph function provides a one-to-one, onto mapping from the ordinal numbers to the infinite cardinal numbers. Roughly, any aleph is the smallest infinite cardinal number whose size is strictly greater than any aleph before it.
|- aleph = rec({<.x, y>. | y = |^|{z e. On | x ~< z}}, om)
 
Definitiondf-cf 4808 Define the cofinality function. Definition B of Saharon Shelah, Cardinal Arithmetic (1994), p. xxx (Roman numeral 30). See cfval 4896 for its value and a description.
|- cf = {<.x, y>. | (x e. On /\ y = |^|{z | E.w(z = (card` w) /\ (w (_ x /\ A.v e. x E.u e. w v (_ u))})}
 
Theoremoncardval 4809 The value of the cardinal number function with an ordinal number as its argument. Unlike cardval 4816, this theorem does not require the Axiom of Choice.
|- (A e. On -> (card` A) = |^|{x e. On | x ~~ A})
 
Theoremoncardon 4810 The cardinal number of an ordinal number is an ordinal number. Unlike cardon 4817, this theorem does not require the Axiom of Choice.
|- (A e. On -> (card` A) e. On)
 
Theoremoncardid 4811 Any ordinal number is equinumerous to its cardinal number. Unlike cardid 4818, this theorem does not require the Axiom of Choice.
|- (A e. On -> (card` A) ~~ A)
 
Theoremcardonle 4812 The cardinal of an ordinal number is less than or equal to the ordinal number. Proposition 10.6(3) of [TakeutiZaring] p. 85.
|- (A e. On -> (card` A) (_ A)
 
Theoremcard0 4813 The cardinality of the empty set is the empty set.
|- (card` (/)) = (/)
 
Theoremcardnn 4814 The cardinality of a natural number is the number. Corollary 10.23 of [TakeutiZaring] p. 90.
|- (A e. om -> (card` A) = A)
 
Theoremcardom 4815 The set of natural numbers is a cardinal number. Theorem 18.11 of [Monk1] p. 133.
|- (card` om) = om
 
Theoremcardval 4816 The value of the cardinal number function. Definition 10.4 of [TakeutiZaring] p. 85. See cardval2 4845 for a simpler version of its value.
|- (card` A) = |^|{x e. On | x ~~ A}
 
Theoremcardon 4817 The cardinal number of a set is an ordinal number. Proposition 10.6(1) of [TakeutiZaring] p. 85. Unlike Takeuti/Zaring's proposition, we need the Axiom of Choice (in cardval 4816) because of our slightly different definition of of cardinal number.
|- (card` A) e. On
 
Theoremcardid 4818 Any set is equinumerous to its cardinal number. Proposition 10.5 of [TakeutiZaring] p. 85.
|- (card` A) ~~ A
 
Theoremoncard 4819 A set is a cardinal number iff it equals its own cardinal number. Proposition 10.9 of [TakeutiZaring] p. 85.
|- (E.x A = (card` x) <-> A = (card` A))
 
Theoremcardne 4820 No member of a cardinal number of a set is equinumerous to the set. Proposition 10.6(2) of [TakeutiZaring] p. 85.
|- (A e. (card` B) -> -. A ~~ B)
 
Theoremcarden 4821 Two sets are equinumerous iff their cardinal numbers are equal. This important theorem expresses the essential concept behind "cardinality" or "size." This theorem appears as Proposition 10.10 of [TakeutiZaring] p. 85, Theorem 7P of [Enderton] p. 197, and Theorem 9 of [Suppes] p. 242 (among others). The Axiom of Choice is required for its proof.

The theory of cardinality can also be developed without AC by introducing "card" as a primitive notion and stating this theorem as an axiom, as is done with the axiom for cardinal numbers in [Suppes] p. 111. Finally, if we allow the Axiom of Regularity, we can avoid AC by defining the cardinal number of a set as the set of all sets equinumerous to it and having least possible rank (see karden 4716).

|- ((A e. C /\ B e. D) -> ((card` A) = (card` B) <-> A ~~ B))
 
Theoremcardeq0 4822 Only the empty set has cardinality zero.
|- (A e. B -> ((card` A) = (/) <-> A = (/)))
 
Theoremcard1 4823 A set has cardinality one iff it is a singleton.
|- ((card` A) = 1o <-> E.x A = {x})
 
Theoremcardsn 4824 A singleton has cardinality one.
|- (A e. B -> (card` {A}) = 1o)
 
Theoremcarddomi 4825 Two sets have the dominance relationship if their cardinalities have the subset relationship.
|- (A e. C -> ((card` A) (_ (card` B) -> A ~<_ B))
 
Theoremcarddom 4826 Two sets have the dominance relationship iff their cardinalities have the subset relationship. Equation i of [Quine] p. 232.
|- ((A e. C /\ B e. D) -> ((card` A) (_ (card` B) <-> A ~<_ B))
 
Theoremcardsdom 4827 Two sets have the strict dominance relationship iff their cardinalities have the membership relationship. Corollary 19.7(2) of [Eisenberg] p. 310.
|- ((A e. C /\ B e. D) -> ((card` A) e. (card` B) <-> A ~< B))
 
Theoremdomtri 4828 Trichotomy law for dominance and strict dominance. This theorem is equivalent to the Axiom of Choice.
|- ((A e. C /\ B e. D) -> (A ~<_ B <-> -. B ~< A))
 
Theorementri 4829 Trichotomy of equinumerosity and strict dominance. This theorem is equivalent to the Axiom of Choice. Theorem 8 of [Suppes] p. 242.
|- ((A e. C /\ B e. D) -> (A ~< B \/ A ~~ B \/ B ~< A))
 
Theorementri2 4830 Trichotomy of dominance and strict dominance.
|- ((A e. C /\ B e. D) -> (A ~<_ B \/ B ~< A))
 
Theorementri3 4831 Trichotomy of dominance. This theorem is equivalent to the Axiom of Choice. Part of Proposition 4.42(d) of [Mendelson] p. 275.
|- ((A e. C /\ B e. D) -> (A ~<_ B \/ B ~<_ A))
 
Theoremsucdom 4832 Strict dominance of a set over a natural number is the same as dominance over its successor. The proof uses AC and Infinity. It is unclear if a proof without using these is possible, unlike the weaker versions omsucdom 4518, sucdomi 4519, and finsucdom 4522.
|- ((A e. om /\ B e. C) -> (A ~< B <-> suc A ~<_ B))
 
Theoremunxpdomlem 4833 Lemma for unxpdom 4834.
 
Theoremunxpdom 4834 Cross product dominates union for sets with cardinality greater than 1. Proposition 10.36 of [TakeutiZaring] p. 93.
|- ((1o ~< A /\ 1o ~< B) -> (A u. B) ~<_ (A X. B))
 
Theoremunxpdom2 4835 Corollary of unxpdom 4834.
|- A e. V   &   |- B e. V   =>   |- ((1o ~< A /\ B ~<_ A) -> (A u. B) ~<_ (A X. A))
 
Theoremsucxpdom 4836 Cross product dominates successor for set with cardinality greater than 1. Proposition 10.38 of [TakeutiZaring] p. 93 (but generalized to arbitrary sets, not just ordinals, with a proof using AC).
|- (1o ~< A -> suc A ~<_ (A X. A))
 
Theoremsdomel 4837 Strict dominance implies ordinal membership.
|- ((A e. On /\ B e. On) -> (A ~< B -> A e. B))
 
Theoremsdomsdomcard 4838 A set strictly dominates iff its cardinal strictly dominates.
|- (A ~< B <-> A ~< (card` B))
 
Theoremcardidm 4839 The cardinality function is idempotent. Proposition 10.11 of [TakeutiZaring] p. 85.
|- (card` (card` A)) = (card` A)
 
Theoremcanth3 4840 Cantor's theorem in terms of cardinals. This theorem tells us that no matter how large a cardinal number is, there is a still larger cardinal number. Theorem 18.12 of [Monk1] p. 133.
|- (A e. B -> (card` A) e. (card` P~A))
 
Theoremcardlim 4841 An infinite cardinal is a limit ordinal. Equivalent to Exercise 4 of [TakeutiZaring] p. 91.
|- (om (_ (card` A) <-> Lim (card` A))
 
Theoremcardsdomel 4842 A cardinal strictly dominates its members. Equivalent to Proposition 10.37 of [TakeutiZaring] p. 93 (use cardsdom 4827 to obtain the exact proposition from this one).
|- (A e. On -> (A ~< B <-> A e. (card` B)))
 
Theoremiscard 4843 Two ways to express the property of being a cardinal number.
|- ((card` A) = A <-> (A e. On /\ A.x e. A x ~< A))
 
Theoremiscard2 4844 Two ways to express the property of being a cardinal number. Definition 8 of [Suppes] p. 225.
|- ((card` A) = A <-> (A e. On /\ A.x e. On (A ~~ x -> A (_ x)))
 
Theoremcardval2 4845 An alternate version of the value of the cardinal number of a set. Compare cardval 4816. This theorem could be used to give us a simpler definition of card in place of df-card 4806. It apparently does not occur in the literature.
|- (card` A) = {x e. On | x ~< A}
 
Theoremondomon 4846 The collection of ordinal numbers dominated by a set is an ordinal number. (In general, not all collections of ordinal numbers are ordinal.) Theorem 56 of [Suppes] p. 227.
|- (A e. B -> {x e. On | x ~<_ A} e. On)
 
Theoremondomcard 4847 The class of ordinal numbers dominated by a set is a cardinal number. Theorem 59 of [Suppes] p. 228.
|- (A e. B -> (card` {x e. On | x ~<_ A}) = {x e. On | x ~<_ A})
 
Theoremcarduni 4848 The union of a set of cardinals is a cardinal. Theorem 18.14 of [Monk1] p. 133.
|- (A e. B -> (A.x e. A (card` x) = x -> (card` U.A) = U.A))
 
Theoremcardiun 4849 The indexed union of a set of cardinals is a cardinal.
|- (A e. C -> (A.x e. A (card` B) = B -> (card` U_x e. A B) = U_x e. A B))
 
Theoremcardmin 4850 The smallest ordinal that strictly dominates a set is a cardinal.
|- (A e. B -> (card` |^|{x e. On | A ~< x}) = |^|{x e. On | A ~< x})
 
Theoremcardprc 4851 The class of all cardinal numbers is not a set (i.e. is a proper class). Theorem 19.8 of [Eisenberg] p. 310.
|- -. {x | (card` x) = x} e. V
 
Theoremalephfnon 4852 The aleph function is a function on the class of ordinal numbers.
|- aleph Fn On
 
Theoremaleph0 4853 The first infinite cardinal number, discovered by Georg Cantor in 1873, has the same size as the set of natural numbers om (and under our particular definition is also equal to it). In the literature, the argument of the aleph function is often written as a subscript, and the first aleph is written aleph0. Exercise 3 of [TakeutiZaring] p. 91. Also Definition 12(i) of [Suppes] p. 228. From Kuratowski and Mostowski, Set Theory, p. 95: "Aleph...the first letter in the Hebrew alphabet...is also the first letter of the Hebrew word...(einsoph, meaning infinity), which is a cabbalistic appellation of the deity. The notation is due to Cantor, who was deeply interested in mysticism."
|- (aleph` (/)) = om
 
Theoremalephlim 4854 Value of the aleph function at a limit ordinal. Definition 12(iii) of [Suppes] p. 91.
|- ((A e. B /\ Lim A) -> (aleph` A) = U_x e. A (aleph` x))
 
Theoremalephon 4855 An aleph is an ordinal number.
|- (aleph` A) e. On
 
Theoremalephsuc 4856 Value of the aleph function at a successor ordinal. Definition 12(ii) of [Suppes] p. 91.
|- (A e. On -> (aleph` suc A) = |^|{x e. On | (aleph` A) ~< x})
 
Theoremalephcard 4857 Every aleph is a cardinal number. Theorem 65 of [Suppes] p. 229.
|- (card` (aleph` A)) = (aleph` A)
 
Theoremalephnbtwn 4858 No cardinal can be sandwiched between an aleph and its successor aleph. Theorem 67 of [Suppes] p. 229.
|- ((card` B) = B -> -. ((aleph` A) e. B /\ B e. (aleph` suc A)))
 
Theoremalephnbtwn2 4859 No set has equinumerosity between an aleph and its successor aleph.
|- -. ((aleph` A) ~< B /\ B ~< (aleph` suc A))
 
Theoremalephsucpw 4860 The power set of an aleph dominates the successor aleph. (The Generalized Continuum Hypothesis says they are equinumerous.)
|- (aleph` suc A) ~<_ P~(aleph` A)
 
Theoremaleph1 4861 The set exponentiation of 2 to the aleph-zero has cardinality of at least aleph-one. (If we were to assume the Continuum Hypothesis, their cardinalities would be the same.)
|- (aleph` 1o) ~<_ (2o ^m (aleph` (/)))
 
Theoremalephordlem1 4862 Lemma for alephordi 4864.
 
Theoremalephordlem2 4863 Lemma for alephordi 4864.
 
Theoremalephordi 4864 Strict ordering property of the aleph function.
|- (B e. On -> (A e. B -> (aleph` A) ~< (aleph` B)))
 
Theoremalephord 4865 Ordering property of the aleph function.
|- ((A e. On /\ B e. On) -> (A e. B <-> (aleph` A) ~< (aleph` B)))
 
Theoremalephord2 4866 Ordering property of the aleph function. Theorem 8A(a) of [Enderton] p. 213 and its converse.
|- ((A e. On /\ B e. On) -> (A e. B <-> (aleph` A) e. (aleph` B)))
 
Theoremalephord2i 4867 Ordering property of the aleph function. Theorem 66 of [Suppes] p. 229.
|- (B e. On -> (A e. B -> (aleph` A) e. (aleph` B)))
 
Theoremalephord3 4868 Ordering property of the aleph function.
|- ((A e. On /\ B e. On) -> (A (_ B <-> (aleph`