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-10700 108 10701-10701

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8757)
  Hilbert Space Explorer  Hilbert Space Explorer
(8758-10338)
  User Sandboxes  User Sandboxes
(10339-10701)
 

Statement List for Metamath Proof Explorer - 5001-5100 - Page 51 of 108
TypeLabelDescription
Statement
 
Theoremaddpiord 5001 Positive integer addition in terms of ordinal addition.
|- ((A e. N. /\ B e. N.) -> (A +N B) = (A +o B))
 
Theoremmulpiord 5002 Positive integer multiplication in terms of ordinal multiplication.
|- ((A e. N. /\ B e. N.) -> (A .N B) = (A .o B))
 
Theoremmulidpi 5003 1 is an identity element for multiplication on positive integers.
|- (A e. N. -> (A .N 1o) = A)
 
Theoremltpiord 5004 Positive integer 'less than' in terms of ordinal membership.
|- ((A e. N. /\ B e. N.) -> (A <N B <-> A e. B))
 
Theoremltsopi 5005 Positive integer 'less than' is a strict ordering.
|- <N Or N.
 
Theoremltrelpi 5006 Positive integer 'less than' is a relation on positive integers.
|- <N (_ (N. X. N.)
 
Theoremdmaddpi 5007 Domain of addition on positive integers.
|- dom +N = (N. X. N.)
 
Theoremdmmulpi 5008 Domain of multiplication on positive integers.
|- dom .N = (N. X. N.)
 
Theoremaddclpi 5009 Closure of addition of positive integers.
|- ((A e. N. /\ B e. N.) -> (A +N B) e. N.)
 
Theoremmulclpi 5010 Closure of multiplication of positive integers.
|- ((A e. N. /\ B e. N.) -> (A .N B) e. N.)
 
Theoremaddcompi 5011 Addition of positive integers is commutative.
|- A e. V   &   |- B e. V   =>   |- (A +N B) = (B +N A)
 
Theoremaddasspi 5012 Addition of positive integers is associative.
|- B e. V   &   |- C e. V   =>   |- ((A +N B) +N C) = (A +N (B +N C))
 
Theoremmulcompi 5013 Multiplication of positive integers is commutative.
|- A e. V   &   |- B e. V   =>   |- (A .N B) = (B .N A)
 
Theoremmulasspi 5014 Multiplication of positive integers is associative.
|- B e. V   &   |- C e. V   =>   |- ((A .N B) .N C) = (A .N (B .N C))
 
Theoremdistrpi 5015 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 5016 Multiplication cancellation law for positive integers.
|- C e. V   =>   |- ((A e. N. /\ B e. N.) -> ((A .N B) = (A .N C) -> B = C))
 
Theoremaddnidpi 5017 There is no identity element for addition on positive integers.
|- B e. V   =>   |- (A e. N. -> -. (A +N B) = A)
 
Theoremltexpi 5018 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 5019 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 5020 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 5021 One is less than two (one plus one).
|- 1o <N (1o +N 1o)
 
Theoremnlt1pi 5022 No positive integer is less than one.
|- -. A <N 1o
 
Theoremindpi 5023 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 5024 Define pre-addition on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5229, 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 5028) works with the equivalence classes of these ordered pairs determined by the equivalence relation ~Q (df-enq 5026). (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 5025 Define pre-multiplication on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5229, 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 5026 Define equivalence relation for positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5229, 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 5027 Define class of positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5229, 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 5028 Define addition on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5229, 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 5029 Define multiplication on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5229, 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 5030 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 5229, 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 5031 Define ordering relation on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5229, 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 5032 Define positive fraction constant 1. This is a "temporary" set used in the construction of complex numbers df-c 5229, and is intended to be used only by the construction. From Proposition 9-2.2 of [Gleason] p. 117.
|- 1Q = [<.1o, 1o>.] ~Q
 
Theoremenqbreq 5033 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 5034 Domain of equivalence relation for positive fractions.
|- dom ~Q = (N. X. N.)
 
Theoremenqer 5035 The equivalence relation for positive fractions is an equivalence relation. Proposition 9-2.1 of [Gleason] p. 117.
|- Er ~Q
 
Theoremenqeceq 5036 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 5037 The equivalence relation for positive fractions exists.
|- ~Q e. V
 
Theoremnqex 5038 The class of positive fractions exists.
|- Q. e. V
 
Theorem0npq 5039 The empty set is not a positive fraction.
|- -. (/) e. Q.
 
Theoremltrelpq 5040 Positive fraction 'less than' is a relation on positive fractions.
|- <Q (_ (Q. X. Q.)
 
Theoremaddcmpblnq 5041 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 5042 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 5043 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 5044 Multiplication of positive fractions in terms of positive integers.
|- (((A e. N. /\ B e. N.) /\ (C e. N. /\ D e. N.)) -> ([<.A, B>.] ~Q .Q [