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-10688

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8760)   Hilbert Space Explorer  Hilbert Space Explorer (8761-10688)  

Statement List for Metamath Proof Explorer - 5001-5100 - Page 51 of 107
TypeLabelDescription
Statement
 
Theorem0npi 5001 The empty set is not a positive integer.
|- -. (/) e. N.
 
Theorem1pi 5002 Ordinal 'one' is a positive integer.
|- 1o e. N.
 
Theoremaddpiord 5003 Positive integer addition in terms of ordinal addition.
|- ((A e. N. /\ B e. N.) -> (A +N B) = (A +o B))
 
Theoremmulpiord 5004 Positive integer multiplication in terms of ordinal multiplication.
|- ((A e. N. /\ B e. N.) -> (A .N B) = (A .o B))
 
Theoremmulidpi 5005 1 is an identity element for multiplication on positive integers.
|- (A e. N. -> (A .N 1o) = A)
 
Theoremltpiord 5006 Positive integer 'less than' in terms of ordinal membership.
|- ((A e. N. /\ B e. N.) -> (A <N B <-> A e. B))
 
Theoremltsopi 5007 Positive integer 'less than' is a strict ordering.
|- <N Or N.
 
Theoremltrelpi 5008 Positive integer 'less than' is a relation on positive integers.
|- <N (_ (N. X. N.)
 
Theoremdmaddpi 5009 Domain of addition on positive integers.
|- dom +N = (N. X. N.)
 
Theoremdmmulpi 5010 Domain of multiplication on positive integers.
|- dom .N = (N. X. N.)
 
Theoremaddclpi 5011 Closure of addition of positive integers.
|- ((A e. N. /\ B e. N.) -> (A +N B) e. N.)
 
Theoremmulclpi 5012 Closure of multiplication of positive integers.
|- ((A e. N. /\ B e. N.) -> (A .N B) e. N.)
 
Theoremaddcompi 5013 Addition of positive integers is commutative.
|- A e. V   &   |- B e. V   =>   |- (A +N B) = (B +N A)
 
Theoremaddasspi 5014 Addition of positive integers is associative.
|- B e. V   &   |- C e. V   =>   |- ((A +N B) +N C) = (A +N (B +N C))
 
Theoremmulcompi 5015 Multiplication of positive integers is commutative.
|- A e. V   &   |- B e. V   =>   |- (A .N B) = (B .N A)
 
Theoremmulasspi 5016 Multiplication of positive integers is associative.
|- B e. V   &   |- C e. V   =>   |- ((A .N B) .N C) = (A .N (B .N C))
 
Theoremdistrpi 5017 Multiplication of positive integers is distributive.
|- B e. V   &   |- C e. V   =>   |- (A .N (B +N C)) = ((A .N B) +N (A .N C))
 
Theoremmulcanpi 5018 Multiplication cancellation law for positive integers.
|- C e. V   =>   |- ((A e. N. /\ B e. N.) -> ((A .N B) = (A .N C) -> B = C))
 
Theoremaddnidpi 5019 There is no identity element for addition on positive integers.
|- B e. V   =>   |- (A e. N. -> -. (A +N B) = A)
 
Theoremltexpi 5020 Ordering on positive integers in terms of existence of sum.
|- ((A e. N. /\ B e. N.) -> (A <N B <-> E.x(x e. N. /\ (A +N x) = B)))
 
Theoremltapi 5021 Ordering property of addition for positive integers.
|- A e. V   &   |- B e. V   =>   |- (C e. N. -> (A <N B <-> (C +N A) <N (C +N B)))
 
Theoremltmpi 5022 Ordering property of multiplication for positive integers.
|- A e. V   &   |- B e. V   =>   |- (C e. N. -> (A <N B <-> (C .N A) <N (C .N B)))
 
Theorem1lt2pi 5023 One is less than two (one plus one).
|- 1o <N (1o +N 1o)
 
Theoremnlt1pi 5024 No positive integer is less than one.
|- -. A <N 1o
 
Theoremindpi 5025 Principle of Finite Induction on positive integers.
|- (x = 1o -> (ph <-> ps))   &   |- (x = y -> (ph <-> ch))   &   |- (x = (y +N 1o) -> (ph <-> th))   &   |- (x = A -> (ph <-> ta))   &   |- ps   &   |- (y e. N. -> (ch -> th))   =>   |- (A e. N. -> ta)
 
Definitiondf-plpq 5026 Define pre-addition on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5231, and is intended to be used only by the construction. This "pre-addition" operation works works directly with ordered pairs of integers. The actual positive fraction addition +Q (df-plq 5030) works with the equivalence classes of these ordered pairs determined by the equivalence relation ~Q (df-enq 5028). (Analogous remarks apply to the other "pre-" operations in the complex number construction that follows.) From Proposition 9-2.3 of [Gleason] p. 117.
|- +pQ = {<.<.x, y>., z>. | ((x e. (N. X. N.) /\ y e. (N. X. N.)) /\ E.wE.vE.uE.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.))}
 
Definitiondf-mpq 5027 Define pre-multiplication on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5231, and is intended to be used only by the construction. From Proposition 9-2.4 of [Gleason] p. 119.
|- .pQ = {<.<.x, y>., z>. | ((x e. (N. X. N.) /\ y e. (N. X. N.)) /\ E.wE.vE.uE.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.(w .N u), (v .N f)>.))}
 
Definitiondf-enq 5028 Define equivalence relation for positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5231, and is intended to be used only by the construction. From Proposition 9-2.1 of [Gleason] p. 117.
|- ~Q = {<.x, y>. | ((x e. (N. X. N.) /\ y e. (N. X. N.)) /\ E.zE.wE.vE.u((x = <.z, w>. /\ y = <.v, u>.) /\ (z .N u) = (w .N v)))}
 
Definitiondf-nq 5029 Define class of positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5231, and is intended to be used only by the construction. From Proposition 9-2.2 of [Gleason] p. 117.
|- Q. = ((N. X. N.)/. ~Q )
 
Definitiondf-plq 5030 Define addition on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5231, and is intended to be used only by the construction. From Proposition 9-2.3 of [Gleason] p. 117.
|- +Q = {<.<.x, y>., z>. | ((x e. Q. /\ y e. Q.) /\ E.wE.vE.uE.f((x = [<.w, v>.] ~Q /\ y = [<.u, f>.] ~Q ) /\ z = [(<.w, v>. +pQ <.u, f>.)] ~Q ))}
 
Definitiondf-mq 5031 Define multiplication on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5231, and is intended to be used only by the construction. From Proposition 9-2.4 of [Gleason] p. 119.
|- .Q = {<.<.x, y>., z>. | ((x e. Q. /\ y e. Q.) /\ E.wE.vE.uE.f((x = [<.w, v>.] ~Q /\ y = [<.u, f>.] ~Q ) /\ z = [(<.w, v>. .pQ <.u, f>.)] ~Q ))}
 
Definitiondf-rq 5032 Define reciprocal on positive fractions. It means the same thing as one divided by the argument (although we don't define full division since we will never need it). This is a "temporary" set used in the construction of complex numbers df-c 5231, and is intended to be used only by the construction. From Proposition 9-2.5 of [Gleason] p. 119, who uses an asterisk to denote this unary operation.
|- *Q = {<.x, y>. | (x e. Q. /\ (x .Q y) = 1Q)}
 
Definitiondf-ltq 5033 Define ordering relation on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5231, and is intended to be used only by the construction. Similar to Definition 5 of [Suppes] p. 162.
|- <Q = {<.x, y>. | ((x e. Q. /\ y e. Q.) /\ E.zE.wE.vE.u((x = [<.z, w>.] ~Q /\ y = [<.v, u>.] ~Q ) /\ (z .N u) <N (w .N v)))}
 
Definitiondf-1q 5034 Define positive fraction constant 1. This is a "temporary" set used in the construction of complex numbers df-c 5231, and is intended to be used only by the construction. From Proposition 9-2.2 of [Gleason] p. 117.
|- 1Q = [<.1o, 1o>.] ~Q
 
Theoremenqbreq 5035 Equivalence relation for positive fractions in terms of positive integers.
|- (((A e. N. /\ B e. N.) /\ (C e. N. /\ D e. N.)) -> (<.A, B>. ~Q <.C, D>. <-> (A .N D) = (B .N C)))
 
Theoremdmenq 5036 Domain of equivalence relation for positive fractions.
|- dom ~Q = (N. X. N.)
 
Theoremenqer 5037 The equivalence relation for positive fractions is an equivalence relation. Proposition 9-2.1 of [Gleason] p. 117.
|- Er ~Q
 
Theoremenqeceq 5038 Equivalence class equality of positive fractions in terms of positive integers.
|- (((A e. N. /\ B e. N.) /\ (C e. N. /\ D e. N.)) -> ([<.A, B>.] ~Q = [<.C, D>.] ~Q <-> (A .N D) = (B .N C)))
 
Theoremenqex 5039 The equivalence relation for positive fractions exists.
|- ~Q e. V
 
Theoremnqex 5040 The class of positive fractions exists.
|- Q. e. V
 
Theorem0npq 5041 The empty set is not a positive fraction.
|- -. (/) e. Q.
 
Theoremltrelpq 5042 Positive fraction 'less than' is a relation on positive fractions.
|- <Q (_ (Q. X. Q.)
 
Theoremaddcmpblnq 5043 Lemma showing compatibility of addition.
|- A e. V   &   |- B e. V   &   |- C e. V   &   |- D e. V   &   |- F e. V   &   |- G e. V   &   |- R e. V   &   |- S e. V   =>   |- ((((A e. N. /\ B e. N.) /\ (C e. N. /\ D e. N.)) /\ ((F e. N. /\ G e. N.) /\ (R e. N. /\ S e. N.))) -> (((A .N D) = (B .N C) /\ (F .N S) = (G .N R)) -> <.((A .N G) +N (B .N F)), (B .N G)>. ~Q <.((C .N S) +N (D .N R)), (D .N S)>.))
 
Theoremmulcmpblnq 5044 Lemma showing compatibility of multiplication.
|- A e. V   &   |- B e. V   &   |- C e. V   &   |- D e. V   &   |- F e. V   &   |- G e. V   &   |- R e. V   &   |- S e. V   =>   |- ((((A e. N. /\ B e. N.) /\ (C e. N. /\ D e. N.)) /\ ((F e. N. /\ G e. N.) /\ (R e. N. /\ S e. N.))) -> (((A .N D) = (B .N C) /\ (F .N S) = (G .N R)) -> <.(A .N F), (B .N G)>. ~Q <.(C .N R), (D .N S)>.))
 
Theoremaddpipq 5045 Addition of positive fractions in terms of positive integers.
|- (((A e. N. /\ B e. N.) /\ (C e. N. /\ D e. N.)) -> ([<.A, B>.] ~Q +Q [<.C, D>.] ~Q ) = [<.((A .N D) +N (B .N C)), (B .N D)>.] ~Q )
 
Theoremmulpipq 5046 Multiplication of positive fractions in terms of positive integers.
|- (((A e. N. /\ B e. N.) /\ (C e. N. /\