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

Jump to page: 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-5787

Color key:    Metamath Proof
Explorer  Metamath Proof Explorer (1-4957)   Hilbert Space Explorer  Hilbert Space Explorer (4958-5787)  

Statement List for Metamath Proof Explorer - 3801-3900 - Page 39 of 58
TypeLabelDescription
Statement
 
Theorempion 3801 A positive integer is an ordinal number.
|- (A e. N. -> A e. On)
 
Theorempiord 3802 A positive integer is ordinal.
|- (A e. N. -> Ord A)
 
Theoremniex 3803 The class of positive integers is a set.
|- N. e. V
 
Theorem0npi 3804 The empty set is not a positive integer.
|- -. (/) e. N.
 
Theorem1pi 3805 Ordinal 'one' is a positive integer.
|- 1o e. N.
 
Theoremaddpiord 3806 Positive integer addition in terms of ordinal addition.
|- ((A e. N. /\ B e. N.) -> (A +N B) = (A +o B))
 
Theoremmulpiord 3807 Positive integer multiplication in terms of ordinal multiplication.
|- ((A e. N. /\ B e. N.) -> (A .N B) = (A .o B))
 
Theoremmulidpi 3808 1 is an identity element for multiplication on positive integers.
|- (A e. N. -> (A .N 1o) = A)
 
Theoremltpiord 3809 Positive integer 'less than' in terms of ordinal membership.
|- ((A e. N. /\ B e. N.) -> (A <N B <-> A e. B))
 
Theoremltsopi 3810 Positive integer 'less than' is a strict ordering.
|- <N Or N.
 
Theoremltrelpi 3811 Positive integer 'less than' is a relation on positive integers.
|- <N (_ (N. X. N.)
 
Theoremdmaddpi 3812 Domain of addition on positive integers.
|- dom +N = (N. X. N.)
 
Theoremdmmulpi 3813 Domain of multiplication on positive integers.
|- dom .N = (N. X. N.)
 
Theoremaddclpi 3814 Closure of addition of positive integers.
|- ((A e. N. /\ B e. N.) -> (A +N B) e. N.)
 
Theoremmulclpi 3815 Closure of multiplication of positive integers.
|- ((A e. N. /\ B e. N.) -> (A .N B) e. N.)
 
Theoremaddcompi 3816 Addition of positive integers is commutative.
|- A e. V   &   |- B e. V   =>   |- (A +N B) = (B +N A)
 
Theoremaddasspi 3817 Addition of positive integers is associative.
|- B e. V   &   |- C e. V   =>   |- ((A +N B) +N C) = (A +N (B +N C))
 
Theoremmulcompi 3818 Multiplication of positive integers is commutative.
|- A e. V   &   |- B e. V   =>   |- (A .N B) = (B .N A)
 
Theoremmulasspi 3819 Multiplication of positive integers is associative.
|- B e. V   &   |- C e. V   =>   |- ((A .N B) .N C) = (A .N (B .N C))
 
Theoremdistrpi 3820 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 3821 Multiplication cancellation law for positive integers.
|- C e. V   =>   |- ((A e. N. /\ B e. N.) -> ((A .N B) = (A .N C) -> B = C))
 
Theoremaddnidpi 3822 There is no identity element for addition on positive integers.
|- B e. V   =>   |- (A e. N. -> -. (A +N B) = A)
 
Theoremltexpi 3823 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 3824 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)))
 
Theoremltmpi 3825 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 3826 One is less than two (one plus one).
|- 1o <N (1o +N 1o)
 
Theoremnlt1pi 3827 No positive integer is less than one.
|- -. A <N 1o
 
Theoremindpi 3828 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 3829 Define pre-addition on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 4034, and is intended to be used only by the construction. 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 3830 Define pre-multiplication on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 4034, 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 3831 Define equivalence relation for positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 4034, 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 3832 Define class of positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 4034, 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 3833 Define addition on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 4034, 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 3834 Define multiplication on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 4034, 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 3835 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 4034, 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 3836 Define ordering relation on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 4034, 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 3837 Define positive fraction constant 1. This is a "temporary" set used in the construction of complex numbers df-c 4034, and is intended to be used only by the construction. From Proposition 9-2.2 of [Gleason] p. 117.
|- 1Q = [<.1o, 1o>.] ~Q
 
Theoremenqbreq 3838 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 3839 Domain of equivalence relation for positive fractions.
|- dom ~Q = (N. X. N.)
 
Theoremenqer 3840 The equivalence relation for positive fractions is an equivalence relation. Proposition 9-2.1 of [Gleason] p. 117.
|- Er ~Q
 
Theoremenqeceq 3841 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 3842 The equivalence relation for positive fractions exists.
|- ~Q e. V
 
Theoremnqex 3843 The class of positive fractions exists.
|- Q. e. V
 
Theorem0npq 3844 The empty set is not a positive fraction.
|- -. (/) e. Q.
 
Theoremltrelpq 3845 Positive fraction 'less than' is a relation on positive fractions.
|- <Q (_ (Q. X. Q.)
 
Theoremaddcmpblnq 3846 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 3847 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 3848 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 3849 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 [<.C, D>.] ~Q ) = [<.(A .N C), (B .N D)>.] ~Q )
 
Theoremordpipq 3850 Ordering of positive fractions in terms of positive integers.
|- A e. V   &   |- B e. V   &   |- C e. V   &   |- D e. V   =>   |- ([<.A, B>.] ~Q <Q [<.C