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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8967)   Hilbert Space Explorer  Hilbert Space Explorer (8968-10487)  

Statement List for Metamath Proof Explorer - 4901-5000 - Page 50 of 105
TypeLabelDescription
Statement
 
Syntaxceq 4901 Equivalence class used to construct positive fractions.
class ~Q
 
Syntaxcnq 4902 Set of positive fractions.
class Q.
 
Syntaxc1q 4903 The positive fraction constant 1.
class 1Q
 
Syntaxcplq 4904 Positive fraction addition.
class +Q
 
Syntaxcmq 4905 Positive fraction multiplication.
class .Q
 
Syntaxcrq 4906 Positive fraction reciprocal operation.
class *Q
 
Syntaxcltq 4907 Positive fraction ordering relation.
class <Q
 
Syntaxcnp 4908 Set of positive reals.
class P.
 
Syntaxc1p 4909 Positive real constant 1.
class 1P
 
Syntaxcpp 4910 Positive real addition.
class +P.
 
Syntaxcmp 4911 Positive real multiplication.
class .P.
 
Syntaxcltp 4912 Positive real ordering relation.
class <P
 
Syntaxcplpr 4913 Signed real pre-addition.
class +pR
 
Syntaxcmpr 4914 Signed real pre-multiplication.
class .pR
 
Syntaxcer 4915 Equivalence class used to construct signed reals.
class ~R
 
Syntaxcnr 4916 Set of signed reals.
class R.
 
Syntaxc0r 4917 The signed real constant 0.
class 0R
 
Syntaxc1r 4918 The signed real constant 1.
class 1R
 
Syntaxcm1r 4919 The signed real constant -1.
class -1R
 
Syntaxcplr 4920 Signed real addition.
class +R
 
Syntaxcmr 4921 Signed real multiplication.
class .R
 
Syntaxcltr 4922 Signed real ordering relation.
class <R
 
Definitiondf-ni 4923 Define the class of positive integers. This is a "temporary" set used in the construction of complex numbers df-c 5163, and is intended to be used only by the construction.
|- N. = (om \ {(/)})
 
Definitiondf-pli 4924 Define addition on positive integers. This is a "temporary" set used in the construction of complex numbers df-c 5163, and is intended to be used only by the construction.
|- +N = ( +o |` (N. X. N.))
 
Definitiondf-mi 4925 Define multiplication on positive integers. This is a "temporary" set used in the construction of complex numbers df-c 5163, and is intended to be used only by the construction.
|- .N = ( .o |` (N. X. N.))
 
Definitiondf-lti 4926 Define 'less than' on positive integers. This is a "temporary" set used in the construction of complex numbers df-c 5163, and is intended to be used only by the construction.
|- <N = (E i^i (N. X. N.))
 
Theoremelni 4927 Membership in the class of positive integers.
|- (A e. N. <-> (A e. om /\ A =/= (/)))
 
Theoremelni2 4928 Membership in the class of positive integers.
|- (A e. N. <-> (A e. om /\ (/) e. A))
 
Theorempinn 4929 A positive integer is a natural number.
|- (A e. N. -> A e. om)
 
Theorempion 4930 A positive integer is an ordinal number.
|- (A e. N. -> A e. On)
 
Theorempiord 4931 A positive integer is ordinal.
|- (A e. N. -> Ord A)
 
Theoremniex 4932 The class of positive integers is a set.
|- N. e. V
 
Theorem0npi 4933 The empty set is not a positive integer.
|- -. (/) e. N.
 
Theorem1pi 4934 Ordinal 'one' is a positive integer.
|- 1o e. N.
 
Theoremaddpiord 4935 Positive integer addition in terms of ordinal addition.
|- ((A e. N. /\ B e. N.) -> (A +N B) = (A +o B))
 
Theoremmulpiord 4936 Positive integer multiplication in terms of ordinal multiplication.
|- ((A e. N. /\ B e. N.) -> (A .N B) = (A .o B))
 
Theoremmulidpi 4937 1 is an identity element for multiplication on positive integers.
|- (A e. N. -> (A .N 1o) = A)
 
Theoremltpiord 4938 Positive integer 'less than' in terms of ordinal membership.
|- ((A e. N. /\ B e. N.) -> (A <N B <-> A e. B))
 
Theoremltsopi 4939 Positive integer 'less than' is a strict ordering.
|- <N Or N.
 
Theoremltrelpi 4940 Positive integer 'less than' is a relation on positive integers.
|- <N (_ (N. X. N.)
 
Theoremdmaddpi 4941 Domain of addition on positive integers.
|- dom +N = (N. X. N.)
 
Theoremdmmulpi 4942 Domain of multiplication on positive integers.
|- dom .N = (N. X. N.)
 
Theoremaddclpi 4943 Closure of addition of positive integers.
|- ((A e. N. /\ B e. N.) -> (A +N B) e. N.)
 
Theoremmulclpi 4944 Closure of multiplication of positive integers.
|- ((A e. N. /\ B e. N.) -> (A .N B) e. N.)
 
Theoremaddcompi 4945 Addition of positive integers is commutative.
|- A e. V   &   |- B e. V   =>   |- (A +N B) = (B +N A)
 
Theoremaddasspi 4946 Addition of positive integers is associative.
|- B e. V   &   |- C e. V   =>   |- ((A +N B) +N C) = (A +N (B +N C))
 
Theoremmulcompi 4947 Multiplication of positive integers is commutative.
|- A e. V   &   |- B e. V   =>   |- (A .N B) = (B .N A)
 
Theoremmulasspi 4948 Multiplication of positive integers is associative.
|- B e. V   &   |- C e. V   =>   |- ((A .N B) .N C) = (A .N (B .N C))
 
Theoremdistrpi 4949 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 4950 Multiplication cancellation law for positive integers.
|- C e. V   =>   |- ((A e. N. /\ B e. N.) -> ((A .N B) = (A .N C) -> B = C))
 
Theoremaddnidpi 4951 There is no identity element for addition on positive integers.
|- B e. V   =>   |- (A e. N. -> -. (A +N B) = A)
 
Theoremltexpi 4952 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 4953 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 4954 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 4955 One is less than two (one plus one).
|- 1o <N (1o +N 1o)
 
Theoremnlt1pi 4956 No positive integer is less than one.
|- -. A <N 1o
 
Theoremindpi 4957 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 4958 Define pre-addition on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5163, 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 4962) works with the equivalence classes of these ordered pairs determined by the equivalence relation ~Q (df-enq 4960). (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 4959 Define pre-multiplication on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5163, 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 4960 Define equivalence relation for positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5163, 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 4961 Define class of positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5163, 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 4962 Define addition on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5163, 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 4963 Define multiplication on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5163, 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 4964 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 5163, 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 4965 Define ordering relation on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5163, 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 4966 Define positive fraction constant 1. This is a "temporary" set used in the construction of complex numbers df-c 5163, and is intended to be used only by the construction. From Proposition 9-2.2 of [Gleason] p. 117.
|- 1Q = [<.1o, 1o>.] ~Q
 
Theoremenqbreq 4967 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 4968 Domain of equivalence relation for positive fractions.
|- dom ~Q = (N. X. N.)
 
Theoremenqer 4969 The equivalence relation for positive fractions is an equivalence relation. Proposition 9-2.1 of [Gleason] p. 117.
|- Er ~Q
 
Theoremenqeceq 4970 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 4971 The equivalence relation for positive fractions exists.
|- ~Q e. V
 
Theoremnqex 4972 The class of positive fractions exists.
|- Q. e. V
 
Theorem0npq 4973 The empty set is not a positive fraction.
|- -. (/) e. Q.
 
Theoremltrelpq 4974 Positive fraction 'less than' is a relation on positive fractions.
|- <Q (_ (Q. X. Q.)
 
Theoremaddcmpblnq 4975 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.