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-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-17000 171 17001-17100 172 17101-17200 173 17201-17300 174 17301-17400 175 17401-17411

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-10419)
  Hilbert Space Explorer  Hilbert Space Explorer
(10420-12013)
  Users' Mathboxes  Users' Mathboxes
(12014-17411)
 

Statement List for Metamath Proof Explorer - 7101-7200 - Page 72 of 175
TypeLabelDescription
Statement
 
Theoremmaxle 7101 Two ways of saying the maximum of two numbers is less than or equal to a third.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (if(A <_ B, B, A) <_ C <-> (A <_ C /\ B <_ C)))
 
Theoremmin1 7102 The minimum of two numbers is less than or equal to the first.
|- ((A e. RR /\ B e. RR) -> if(A <_ B, A, B) <_ A)
 
Theoremmin2 7103 The minimum of two numbers is less than or equal to the second.
|- ((A e. RR /\ B e. RR) -> if(A <_ B, A, B) <_ B)
 
Theoremlemin 7104 Two ways of saying a number is less than or equal to the minimum of two others.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (A <_ if(B <_ C, B, C) <-> (A <_ B /\ A <_ C)))
 
Theoremmaxlt 7105 Two ways of saying the maximum of two numbers is less than a third.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (if(A <_ B, B, A) < C <-> (A < C /\ B < C)))
 
Theoremltmin 7106 Two ways of saying a number is less than the minimum of two others.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (A < if(B <_ C, B, C) <-> (A < B /\ A < C)))
 
Theoremsqueeze0 7107 If a nonnegative number is less than any positive number, it is zero.
|- ((A e. RR /\ 0 <_ A /\ A.x e. RR (0 < x -> A < x)) -> A = 0)
 
Natural numbers (as a subset of complex numbers)
 
Definitiondf-n 7108 The natural numbers of analysis start at one (unlike the ordinal natural numbers, i.e. the members of the set om, df-om 3950, which start at zero). This is the convention used by most analysis books, and it is often convenient in proofs because we don't have to worry about division by zero. See nnind 7120 for the principle of mathematical induction. See dfnn2 7119 for a slight variant. See df-n0 7309 for the set of nonnegative integers NN0 starting at zero. See dfn2 7321 for NN defined in terms of NN0.
|- NN = |^|{x | (1 e. x /\ A.y e. x (y + 1) e. x)}
 
Theorempeano5nni 7109 Peano's inductive postulate. Theorem I.36 (principle of mathematical induction) of [Apostol] p. 34.
|- A e. _V   =>   |- ((1 e. A /\ A.x e. A (x + 1) e. A) -> NN C_ A)
 
Theoremnnssre 7110 The natural numbers are a subset of the reals.
|- NN C_ RR
 
Theoremnnsscn 7111 The natural numbers are a subset of the complex numbers.
|- NN C_ CC
 
Theoremnnre 7112 A natural number is a real number.
|- (A e. NN -> A e. RR)
 
Theoremnncn 7113 A natural number is a complex number.
|- (A e. NN -> A e. CC)
 
Theoremnnrei 7114 A natural number is a real number.
|- A e. NN   =>   |- A e. RR
 
Theoremnncni 7115 A natural number is a complex number.
|- A e. NN   =>   |- A e. CC
 
Theoremnnex 7116 The set of natural numbers exists.
|- NN e. _V
 
Theorem1nn 7117 Peano postulate: 1 is a natural number.
|- 1 e. NN
 
Theorempeano2nn 7118 Peano postulate: a successor of a natural number is a natural number.
|- (A e. NN -> (A + 1) e. NN)
 
Theoremdfnn2 7119 Alternate definition of the set of natural numbers. Definition of positive integers in [Apostol] p. 22.
|- NN = |^|{x | (x C_ RR /\ 1 e. x /\ A.y e. x (y + 1) e. x)}
 
Principle of mathematical induction
 
Theoremnnind 7120 Principle of Mathematical Induction (inference schema). The first four hypotheses give us the substitution instances we need; the last two are the basis and the induction hypothesis. See nnaddcl 7123 for an example of its use. See nn0ind 7424 for induction on nonnegative integers and uzind 7417, uzind4 7619 for induction on an arbitrary set of upper integers. See indstr 7630 for strong induction.
|- (x = 1 -> (ph <-> ps))   &   |- (x = y -> (ph <-> ch))   &   |- (x = (y + 1) -> (ph <-> th))   &   |- (x = A -> (ph <-> ta))   &   |- ps   &   |- (y e. NN -> (ch -> th))   =>   |- (A e. NN -> ta)
 
TheoremnnindALT 7121 Principle of Mathematical Induction (inference schema). The last four hypotheses give us the substitution instances we need; the first two are the induction hypothesis and the basis. (This ALT version of nnind 7120 is easier to use with the Proof Assistant since 'assign last' will be applied to the substitution instances first. We may switch to it as the official version.)
|- (y e. NN -> (ch -> th))   &   |- ps   &   |- (x = 1 -> (ph <-> ps))   &   |- (x = y -> (ph <-> ch))   &   |- (x = (y + 1) -> (ph <-> th))   &   |- (x = A -> (ph <-> ta))   =>   |- (A e. NN -> ta)
 
Natural numbers (cont.)
 
Theoremnn1suc 7122 If a statement holds for 1 and also holds for a successor, it holds for all natural numbers. The first three hypotheses give us the substitution instances we need; the last two show that it holds for 1 and for a successor.
|- (x = 1 -> (ph <-> ps))   &   |- (x = (y + 1) -> (ph <-> ch))   &   |- (x = A -> (ph <-> th))   &   |- ps   &   |- (y e. NN -> ch)   =>   |- (A e. NN -> th)
 
Theoremnnaddcl 7123 Closure of addition of natural numbers, proved by induction on the second addend.
|- ((A e. NN /\ B e. NN) -> (A + B) e. NN)
 
Theoremnnmulcl 7124 Closure of multiplication of natural numbers.
|- ((A e. NN /\ B e. NN) -> (A x. B) e. NN)
 
Theoremnn2ge 7125 There exists a natural number greater than or equal to any two others.
|- ((A e. NN /\ B e. NN) -> E.x e. NN (A <_ x /\ B <_ x))
 
Theoremnnge1 7126 A natural number is one or greater.
|- (A e. NN -> 1 <_ A)
 
Theoremnngt1ne1 7127 A natural number is greater than one iff it is not equal to one.
|- (A e. NN -> (1 < A <-> A =/= 1))
 
Theoremnnle1eq1 7128 A natural number is less than or equal to one iff it is equal to one.
|- (A e. NN -> (A <_ 1 <-> A = 1))
 
Theoremnngt0 7129 A natural number is positive.
|- (A e. NN -> 0 < A)
 
Theoremlt1nnn 7130 A number less than one is not a natural number.
|- ((A e. RR /\ A < 1) -> -. A e. NN)
 
Theorem0nnn 7131 Zero is not a natural number.
|- -. 0 e. NN
 
Theoremnnne0 7132 A natural number is nonzero.
|- (A e. NN -> A =/= 0)
 
Theoremnngt0i 7133 A natural number is positive (inference version).
|- A e. NN   =>   |- 0 < A
 
Theoremnnne0i 7134 A natural number is nonzero (inference version).
|- A e. NN   =>   |- A =/= 0
 
Theoremnndivre 7135 The quotient of a real and a natural number is real.
|- ((A e. RR /\ N e. NN) -> (A / N) e. RR)
 
Theoremnnrecre 7136 The reciprocal of a natural number is real.
|- (N e. NN -> (1 / N) e. RR)
 
Theoremnnrecgt0 7137 The reciprocal of a natural number is positive.
|- (A e. NN -> 0 < (1 / A))
 
Theoremnnleltp1 7138 Natural number ordering relation.
|- ((A e. NN /\ B e. NN) -> (A <_ B <-> A < (B + 1)))
 
Theoremnnltp1le 7139 Natural number ordering relation.
|- ((A e. NN /\ B e. NN) -> (A < B <-> (A + 1) <_ B))
 
Theoremnnsubi 7140 Subtraction of natural numbers.
|- A e. NN   &   |- B e. NN   =>   |- (A < B <-> (B - A) e. NN)
 
Theoremnnsub 7141 Subtraction of natural numbers.
|- ((A e. NN /\ B e. NN) -> (A < B <-> (B - A) e. NN))
 
Theoremnnaddm1cl 7142 Closure of addition of natural numbers minus one.
|- ((A e. NN /\ B e. NN) -> ((A + B) - 1) e. NN)
 
Theoremnndiv 7143 Two ways to express "A divides B " for natural numbers.
|- ((A e. NN /\ B e. NN) -> (E.x e. NN (A x. x) = B <-> (B / A) e. NN))
 
Theoremnndivtr 7144 Transitive property of divisibility: if A divides B and B divides C, then A divides C. Typically C would be an integer, although the theorem holds for complex C.
|- (((A e. NN /\ B e. NN /\ C e. CC) /\ ((B / A) e. NN /\ (C / B) e. NN)) -> (C / A) e. NN)
 
Decimal representation of numbers
 
Syntaxc2 7145 Extend class notation to include the number 2.
class 2
 
Syntaxc3 7146 Extend class notation to include the number 3.
class 3
 
Syntaxc4 7147 Extend class notation to include the number 4.
class 4
 
Syntaxc5 7148 Extend class notation to include the number 5.
class 5
 
Syntaxc6 7149 Extend class notation to include the number 6.
class 6
 
Syntaxc7 7150 Extend class notation to include the number 7.
class 7
 
Syntaxc8 7151 Extend class notation to include the number 8.
class 8
 
Syntaxc9 7152 Extend class notation to include the number 9.
class 9
 
Syntaxc10 7153 Extend class notation to include the number 10.
class 10
 
Definitiondf-2 7154 Define the number 2.

Note that the numbers 0 and 1 are constants defined as primitives of the complex number axiom system (see df-0 6393 and df-1 6394).

Note: Only the digits 0 through 9 (df-0 6393 through df-9 7161) and the number 10 (df-10 7162) are explicitly defined. Integers can be exhibited as sums of powers of 10 or as some other expression built from operations on the numbers 0 through 10. For example, the prime number 823541 can be expressed as (7^7) - 2. Decimals can be expressed as ratios of integers, as in cos2bnd 8741. (Fortunately, most abstract math rarely requires numbers larger than 4. Even in Wiles' proof of Fermat's Last Theorem, the largest number used appears to be 12.)

A decimal representation of numbers may be added at some point in the future if it is deemed useful. Ideas for a clean, eliminable definition are welcome. (An awkward earlier definition was deleted from the database on 18-Sep-1999.)

|- 2 = (1 + 1)
 
Definitiondf-3 7155 Define the number 3.
|- 3 = (2 + 1)
 
Definitiondf-4 7156 Define the number 4.
|- 4 = (3 + 1)
 
Definitiondf-5 7157 Define the number 5.
|- 5 = (4 + 1)
 
Definitiondf-6 7158 Define the number 6.
|- 6 = (5 + 1)
 
Definitiondf-7 7159 Define the number 7.
|- 7 = (6 + 1)
 
Definitiondf-8 7160 Define the number 8.
|- 8 = (7 + 1)
 
Definitiondf-9 7161 Define the number 9.
|- 9 = (8 + 1)
 
Definitiondf-10 7162 Define the number 10. See remarks under df-2 7154.
|- 10 = (9 + 1)
 
Theorem2re 7163 The number 2 is real.
|- 2 e. RR
 
Theorem2cn 7164 The number 2 is a complex number.
|- 2 e. CC
 
Theorem3re 7165 The number 3 is real.
|- 3 e. RR
 
Theorem4re 7166 The number 4 is real.
|- 4 e. RR
 
Theorem5re 7167 The number 5 is real.
|- 5 e. RR
 
Theorem6re 7168 The number 6 is real.
|- 6 e. RR
 
Theorem7re 7169 The number 7 is real.
|- 7 e. RR
 
Theorem8re 7170 The number 8 is real.
|- 8 e. RR
 
Theorem9re 7171 The number 9 is real.
|- 9 e. RR
 
Theorem10re 7172 The number 10 is real.
|- 10 e. RR
 
Theorem2pos 7173 The number 2 is positive.
|- 0 < 2
 
Theorem2ne0 7174 The number 2 is nonzero.
|- 2 =/= 0
 
Theorem3pos 7175 The number 3 is positive.
|- 0 < 3
 
Theorem4pos 7176 The number 4 is positive.
|- 0 < 4
 
Theorem5pos 7177 The number 5 is positive.
|- 0 < 5
 
Theorem6pos 7178 The number 6 is positive.
|- 0 < 6
 
Theorem7pos 7179 The number 7 is positive.
|- 0 < 7
 
Theorem8pos 7180 The number 8 is positive.
|- 0 < 8
 
Theorem9pos 7181 The number 9 is positive.
|- 0 < 9
 
Theorem10pos 7182 The number 10 is positive.
|- 0 < 10
 
Theorem2nn 7183 2 is a natural number.
|- 2 e. NN
 
Theorem3nn 7184 3 is a natural number.
|- 3 e. NN
 
Some properties of specific numbers
 
Theorem2p2e4 7185 Two plus two equals four. For more information, see "2+2=4 Trivia" on the Metamath Proof Explorer Home Page: http://us.metamath.org/mpegif/mmset.html#trivia.
|- (2 + 2) = 4
 
Theorem4nn 7186 4 is a natural number.
|- 4 e. NN
 
Theorem2timesi 7187 Two times a number.
|- A e. CC   =>   |- (2 x. A) = (A + A)
 
Theorem2times 7188 Two times a number.
|- (A e. CC -> (2 x. A) = (A + A))
 
Theoremtimes2 7189 A number times 2.
|- (A e. CC -> (A x. 2) = (A + A))
 
Theoremtimes2i 7190 A number times 2.
|- A e. CC   =>   |- (A x. 2) = (A + A)
 
Theorem3p2e5 7191 3 + 2 = 5.
|- (3 + 2) = 5
 
Theorem3p3e6 7192 3 + 3 = 6.
|- (3 + 3) = 6
 
Theorem4p2e6 7193 4 + 2 = 6.
|- (4 + 2) = 6
 
Theorem4p3e7 7194 4 + 3 = 7.
|- (4 + 3) = 7
 
Theorem4p4e8 7195 4 + 4 = 8.
|- (4 + 4) = 8
 
Theorem5p2e7 7196 5 + 2 = 7.
|- (5 + 2) = 7
 
Theorem5p3e8 7197 5 + 3 = 8.
|- (5 + 3) = 8
 
Theorem5p4e9 7198 5 + 4 = 9.
|- (5 + 4) = 9
 
Theorem5p5e10 7199 5 + 5 = 10.
|- (5 + 5) = 10
 
Theorem6p2e8 7200 6 + 2 = 8.
|- (6 + 2) = 8

MPE Home   Contents Copyright terms: Public domain < Previous  Next >