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 - 4901-5000 - Page 50 of 107
TypeLabelDescription
Statement
 
Theoremcardcf 4901 Cofinality is a cardinal number. Proposition 11.11 of [TakeutiZaring] p. 103.
|- (card` (cf` A)) = (cf` A)
 
Theoremcflecard 4902 Cofinality is bounded by the cardinality of its argument.
|- (cf` A) (_ (card` A)
 
Theoremcfle 4903 Cofinality is bounded by its argument. Exercise 1 of [TakeutiZaring] p. 102.
|- (cf` A) (_ A
 
Theoremcfeq0 4904 Only the ordinal zero has cofinality zero.
|- (A e. On -> ((cf` A) = (/) <-> A = (/)))
 
Theoremcfsuc 4905 Value of the cofinality function at a successor ordinal. Exercise 3 of [TakeutiZaring] p. 102.
|- (A e. On -> (cf` suc A) = 1o)
 
Theoremcfom 4906 Value of the cofinality function at omega (the set of natural numbers). Exercise 4 of [TakeutiZaring] p. 102.
|- (cf` om) = om
 
Cardinal number arithmetic
 
Syntaxccda 4907 Extend class definition to include cardinal number addition.
class +c
 
Definitiondf-cda 4908 Define cardinal number addition. Definition of cardinal sum in [Mendelson] p. 258. See cdaval 4910 for its value and a description.
|- +c = {<.<.x, y>., z>. | z = ((x X. {(/)}) u. (y X. {1o}))}
 
Theoremcdavalt 4909 Value of cardinal addition. Definition of cardinal sum in [Mendelson] p. 258.
|- ((A e. C /\ B e. D) -> (A +c B) = ((A X. {(/)}) u. (B X. {1o})))
 
Theoremcdaval 4910 Value of cardinal addition. Definition of cardinal sum in [Mendelson] p. 258. For cardinal arithmetic, we follow Mendelson. Rather than defining operations restricted to cardinal numbers, we use this disjoint union operation for addition, while cross product and set exponentiation stand in for cardinal multiplication and exponentiation. Equinumerosity and dominance serve the roles of equality and ordering. If we wanted to, we could easily convert our theorems to actual cardinal number operations via carden 4821, carddom 4826, and cardsdom 4827. The advantage of Mendelson's approach is that we can directly use many equinumerosity theorems that we already have available.
|- A e. V   &   |- B e. V   =>   |- (A +c B) = ((A X. {(/)}) u. (B X. {1o}))
 
Theoremuncdadom 4911 Cardinal addition dominates union.
|- A e. V   &   |- B e. V   =>   |- (A u. B) ~<_ (A +c B)
 
Theoremcdaun 4912 Cardinal addition is equinumerous to union for disjoint sets.
|- A e. V   &   |- B e. V   =>   |- ((A i^i B) = (/) -> (A +c B) ~~ (A u. B))
 
Theorempm110.643 4913 1+1=2 for cardinal number addition. Theorem *110.643 of Principia Mathematica, vol. II, p. 86, which adds the remark, "The above proposition is occasionally useful." Unlike us, Whitehead and Russell define cardinal addition on collections of all sets equinumerous to 1 and 2 (which for us are proper classes unless we restrict them as in karden 4716), but after applying definitions, our theorem is equivalent. See also the comment for pm54.43 4562. The comment for cdaval 4910 explains why we use ~~ instead of =.
|- (1o +c 1o) ~~ 2o
 
Theoremcdaen 4914 Cardinal addition of equinumerous sets. Exercise 4.56(b) of [Mendelson] p. 258.
|- A e. V   &   |- B e. V   &   |- C e. V   &   |- D e. V   =>   |- ((A ~~ B /\ C ~~ D) -> (A +c C) ~~ (B +c D))
 
Theoremcda0en 4915 Cardinal addition with cardinal zero (the empty set). Part (a1) of proof of Theorem 6J of [Enderton] p. 143.
|- A e. V   =>   |- (A +c (/)) ~~ A
 
Theoremcda1en 4916 Cardinal addition with cardinal one (which is the same as ordinal one). Used in proof of Theorem 6J of [Enderton] p. 143.
|- A e. V   =>   |- (A +c 1o) ~~ suc (card` A)
 
Theoremxp1en 4917 One times a cardinal number.
|- A e. V   =>   |- (A X. 1o) ~~ A
 
Theoremxp2cda 4918 Two times a cardinal number. Exercise 4.56(g) of [Mendelson] p. 258.
|- A e. V   =>   |- (A X. 2o) = (A +c A)
 
Theoremcdacomen 4919 Commutative law for cardinal addition. Exercise 4.56(c) of [Mendelson] p. 258.
|- A e. V   &   |- B e. V   =>   |- (A +c B) ~~ (B +c A)
 
Theoremcdaassen 4920 Associative law for cardinal addition. Exercise 4.56(c) of [Mendelson] p. 258.
|- A e. V   &   |- B e. V   &   |- C e. V   =>   |- ((A +c B) +c C) ~~ (A +c (B +c C))
 
Theoremxpcdaen 4921 Cardinal multiplication distributes over cardinal addition. Theorem 6I(3) of [Enderton] p. 142.
|- A e. V   &   |- B e. V   &   |- C e. V   =>   |- (A X. (B +c C)) ~~ ((A X. B) +c (A X. C))
 
Theoremmapcdaen 4922 Sum of exponents law for cardinal arithmetic. Theorem 6I(4) of [Enderton] p. 142.
|- A e. V   &   |- B e. V   &   |- C e. V   =>   |- (A ^m (B +c C)) ~~ ((A ^m B) X. (A ^m C))
 
Theoremcdadom1 4923 Ordering law for cardinal addition. Exercise 4.56(f) of [Mendelson] p. 258.
|- A e. V   &   |- B e. V   &   |- C e. V   =>   |- (A ~<_ B -> (A +c C) ~<_ (B +c C))
 
Theoremcdadom2 4924 Ordering law for cardinal addition. Theorem 6L(a) of [Enderton] p. 149.
|- A e. V   &   |- B e. V   &   |- C e. V   =>   |- (A ~<_ B -> (C +c A) ~<_ (C +c B))
 
Theoremcdadom3 4925 A set is dominated by its cardinal sum with another.
|- A e. V   &   |- B e. V   =>   |- A ~<_ (A +c B)
 
Theoremcdafi 4926 The cardinal sum of two finite sets is finite.
|- ((A ~< om /\ B ~< om) -> (A +c B) ~< om)
 
Theoremcdainf 4927 A set is infinite iff the cardinal sum with itself is infinite.
|- A e. V   =>   |- (om ~<_ A <-> om ~<_ (A +c A))
 
ZFC Axioms with no distinct variable requirements
 
Theoremnd1 4928 A lemma for proving conditionless ZFC axioms.
|- (A.x x = y -> -. A.x y e. z)
 
Theoremnd2 4929 A lemma for proving conditionless ZFC axioms.
|- (A.x x = y -> -. A.x z e. y)
 
Theoremnd3 4930 A lemma for proving conditionless ZFC axioms.
|- (A.x x = y -> -. A.z x e. y)
 
Theoremnd4 4931 A lemma for proving conditionless ZFC axioms.
|- (A.x x = y -> -. A.z y e. x)
 
Theoremnd5 4932 A lemma for proving conditionless ZFC axioms.
|- (-. A.y y = x -> (z = y -> A.x z = y))
 
Theoremaxextnd 4933 A version of the Axiom of Extensionality with no distinct variable conditions.
|- E.x((x e. y <-> x e. z) -> y = z)
 
Theoremaxrepndlem1 4934 Lemma for the Axiom of Replacement with no distinct variable conditions.
 
Theoremaxrepndlem2 4935 Lemma for the Axiom of Replacement with no distinct variable conditions.
 
Theoremaxrepnd 4936 A version of the Axiom of Replacement with no distinct variable conditions.
|- E.x(E.yA.z(ph -> z = y) -> A.z(A.y z e. x <-> E.x(A.z x e. y /\ A.yph)))
 
Theoremaxunndlem1 4937 Lemma for the Axiom of Union with no distinct variable conditions.
 
Theoremaxunnd 4938 A version of the Axiom of Union with no distinct variable conditions.
|- E.xA.y(E.x(y e. x /\ x e. z) -> y e. x)
 
Theoremaxpowndlem1 4939 Lemma for the Axiom of Power Sets with no distinct variable conditions.
 
Theoremaxpowndlem2 4940 Lemma for the Axiom of Power Sets with no distinct variable conditions.
 
Theoremaxpowndlem3 4941 Lemma for the Axiom of Power Sets with no distinct variable conditions.
 
Theoremaxpowndlem4 4942 Lemma for the Axiom of Power Sets with no distinct variable conditions.
 
Theoremaxpownd 4943 A version of the Axiom of Power Sets with no distinct variable conditions.
|- (-. x = y -> E.xA.y(A.x(E.z x e. y -> A.y x e. z) -> y e. x))
 
Theoremaxregndlem1 4944 Lemma for the Axiom of Regularity with no distinct variable conditions.
 
Theoremaxregndlem2 4945 Lemma for the Axiom of Regularity with no distinct variable conditions.
 
Theoremaxregnd 4946 A version of the Axiom of Regularity with no distinct variable conditions.
|- (x e. y -> E.x(x e. y /\ A.z(z e. x -> -. z e. y)))
 
Theoremaxinfndlem1 4947 Lemma for the Axiom of Infinity with no distinct variable conditions.
 
Theoremaxinfnd 4948 A version of the Axiom of Infinity with no distinct variable conditions.
|- E.x(y e. z -> (y e. x /\ A.y(y e. x -> E.z(y e. z /\ z e. x))))
 
Theoremaxacndlem1 4949 Lemma for the Axiom of Choice with no distinct variable conditions.
 
Theoremaxacndlem2 4950 Lemma for the Axiom of Choice with no distinct variable conditions.
 
Theoremaxacndlem3 4951 Lemma for the Axiom of Choice with no distinct variable conditions.
 
Theoremaxacndlem4 4952 Lemma for the Axiom of Choice with no distinct variable conditions.
 
Theoremaxacndlem5 4953 Lemma for the Axiom of Choice with no distinct variable conditions.
 
Theoremaxacnd 4954 A version of the Axiom of Choice with no distinct variable conditions.
|- E.xA.yA.z(A.x(y e. z /\ z e. w) -> E.wA.y(E.w((y e. z /\ z e. w) /\ (y e. w /\ w e. x)) <-> y = w))
 
Theoremzfcndext 4955 Axiom of Extensionality, reproved from conditionless ZFC version and predicate calculus.
|- (A.z(z e. x <-> z e. y) -> x = y)
 
Theoremzfcndrep 4956 Axiom of Replacement, reproved from conditionless ZFC axioms.
|- (A.wE.yA.z(A.yph -> z = y) -> E.yA.z(z e. y <-> E.w(w e. x /\ A.yph)))
 
Theoremzfcndun 4957 Axiom of Union, reproved from conditionless ZFC axioms.
|- E.yA.z(E.w(z e. w /\ w e. x) -> z e. y)
 
Theoremzfcndpow 4958 Axiom of Power Sets, reproved from conditionless ZFC axioms. The proof uses the "Axiom of Twoness," dtru 2768.
|- E.yA.z(A.w(w e. z -> w e. x) -> z e. y)
 
Theoremzfcndreg 4959 Axiom of Regularity, reproved from conditionless ZFC axioms..
|- (E.y y e. x -> E.y(y e. x /\ A.z(z e. y -> -. z e. x)))
 
Theoremzfcndinf 4960 Axiom of Infinity, reproved from conditionless ZFC axioms. Since we have already reproved Extensionality, Replacement, and Power Sets, we are justified in referencing theorem el 2747 in the proof.
|- E.y(x e. y /\ A.z(z e. y -> E.w(z e. w /\ w e. y)))
 
Theoremzfcndac 4961 Axiom of Choice, reproved from conditionless ZFC axioms.
|- E.yA.zA.w((z e. w /\ w e. x) -> E.vA.u(E.t((u e. w /\ w e. t) /\ (u e. t /\ t e. y)) <-> u = v))
 
Real and complex numbers
 
Dedekind-cut construction of real and complex numbers
 
Syntaxcnpi 4962 The set of positive integers, which is the set of natural numbers om with 0 removed.

Note: This is the start of the Dedekind-cut construction of real and complex numbers. The last lemma of the construction is mulcnsrec 5254. The actual set of Dedekind cuts is defined by df-np 5076.

class N.
 
Syntaxcpli 4963 Positive integer addition.
class +N
 
Syntaxcmi 4964 Positive integer multiplication.
class .N
 
Syntaxclti 4965 Positive integer ordering relation.
class <N
 
Syntaxcplpq 4966 Positive fraction pre-addition.
class +pQ
 
Syntaxcmpq 4967 Positive fraction pre-multiplication.
class .pQ
 
Syntaxceq 4968 Equivalence class used to construct positive fractions.
class ~Q
 
Syntaxcnq 4969 Set of positive fractions.
class Q.
 
Syntaxc1q 4970 The positive fraction constant 1.
class 1Q
 
Syntaxcplq 4971 Positive fraction addition.
class +Q
 
Syntaxcmq 4972 Positive fraction multiplication.
class .Q
 
Syntaxcrq 4973 Positive fraction reciprocal operation.
class *Q
 
Syntaxcltq 4974 Positive fraction ordering relation.
class <Q
 
Syntaxcnp 4975 Set of positive reals.
class P.
 
Syntaxc1p 4976 Positive real constant 1.
class 1P
 
Syntaxcpp 4977 Positive real addition.
class +P.
 
Syntaxcmp 4978 Positive real multiplication.
class .P.
 
Syntaxcltp 4979 Positive real ordering relation.
class <P
 
Syntaxcplpr 4980 Signed real pre-addition.
class +pR
 
Syntaxcmpr 4981 Signed real pre-multiplication.
class .pR
 
Syntaxcer 4982 Equivalence class used to construct signed reals.
class ~R
 
Syntaxcnr 4983 Set of signed reals.
class R.
 
Syntaxc0r 4984 The signed real constant 0.
class 0R
 
Syntaxc1r 4985 The signed real constant 1.
class 1R
 
Syntaxcm1r 4986 The signed real constant -1.
class -1R
 
Syntaxcplr 4987 Signed real addition.
class +R
 
Syntaxcmr 4988 Signed real multiplication.
class .R
 
Syntaxcltr 4989 Signed real ordering relation.
class <R
 
Definitiondf-ni 4990 Define the class of positive integers. This is a "temporary" set used in the construction of complex numbers df-c 5230, and is intended to be used only by the construction.
|- N. = (om \ {(/)})
 
Definitiondf-pli 4991 Define addition on positive integers. This is a "temporary" set used in the construction of complex numbers df-c 5230, and is intended to be used only by the construction.
|- +N = ( +o |` (N. X. N.))
 
Definitiondf-mi 4992 Define multiplication on positive integers. This is a "temporary" set used in the construction of complex numbers df-c 5230, and is intended to be used only by the construction.
|- .N = ( .o |` (N. X. N.))
 
Definitiondf-lti 4993 Define 'less than' on positive integers. This is a "temporary" set used in the construction of complex numbers df-c 5230, and is intended to be used only by the construction.
|- <N = (E i^i (N. X. N.))
 
Theoremelni 4994 Membership in the class of positive integers.
|- (A e. N. <-> (A e. om /\ A =/= (/)))
 
Theoremelni2 4995 Membership in the class of positive integers.
|- (A e. N. <-> (A e.