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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8787)
  Hilbert Space Explorer  Hilbert Space Explorer
(8788-10368)
  User Sandboxes  User Sandboxes
(10369-10781)
 

Statement List for Metamath Proof Explorer - 5901-6000 - Page 60 of 108
TypeLabelDescription
Statement
 
Theoremrecp1lt1 5901 Construct a number less than 1 from any nonnegative number.
|- ((A e. RR /\ 0 <_ A) -> (A / (1 + A)) < 1)
 
Theoremrecrecltt 5902 Given a positive number A, construct a new positive number less than both A and 1.
|- ((A e. RR /\ 0 < A) -> ((1 / (1 + (1 / A))) < 1 /\ (1 / (1 + (1 / A))) < A))
 
Theoremle2msqt 5903 The square function on nonnegative reals is monotonic.
|- (((A e. RR /\ 0 <_ A) /\ (B e. RR /\ 0 <_ B)) -> (A <_ B <-> (A x. A) <_ (B x. B)))
 
Theoremhalfpos 5904 A positive number is greater than its half.
|- A e. RR   =>   |- (0 < A <-> (A / (1 + 1)) < A)
 
Theoremledivp1t 5905 Less-than-or-equal-to and division relation. (Lemma for computing upper bounds of products. The "+ 1" prevents division by zero.)
|- (((A e. RR /\ 0 <_ A) /\ (B e. RR /\ 0 <_ B)) -> ((A / (B + 1)) x. B) <_ A)
 
Theoremledivp1 5906 Less-than-or-equal-to and division relation. (Lemma for computing upper bounds of products. The "+ 1" prevents division by zero.)
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((0 <_ A /\ 0 <_ C /\ A <_ (B / (C + 1))) -> (A x. C) <_ B)
 
Theoremltdivp1 5907 Less-than and division relation. (Lemma for computing upper bounds of products. The "+ 1" prevents division by zero.)
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((0 <_ A /\ 0 <_ C /\ A < (B / (C + 1))) -> (A x. C) < B)
 
Theoremposex 5908 There exists a positive number less than two others.
|- A e. RR   &   |- B e. RR   &   |- 0 < A   &   |- 0 < B   =>   |- E.x e. RR (0 < x /\ (x < A /\ x < B))
 
Theoremxrmax1 5909 An extended real is less than or equal to the maximum of it and another.
|- ((A e. RR* /\ B e. RR*) -> A <_ if(A <_ B, B, A))
 
Theoremxrmax2 5910 An extended real is less than or equal to the maximum of it and another.
|- ((A e. RR* /\ B e. RR*) -> B <_ if(A <_ B, B, A))
 
Theoremxrmin1 5911 The minimum of two extended reals is less than or equal to one of them.
|- ((A e. RR* /\ B e. RR*) -> if(A <_ B, A, B) <_ A)
 
Theoremxrmin2 5912 The minimum of two extended reals is less than or equal to one of them.
|- ((A e. RR* /\ B e. RR*) -> if(A <_ B, A, B) <_ B)
 
Theoremxrmaxltt 5913 Two ways of saying the maximum of two extended reals is less than a third.
|- ((A e. RR* /\ B e. RR* /\ C e. RR*) -> (if(A <_ B, B, A) < C <-> (A < C /\ B < C)))
 
Theoremxrltmint 5914 Two ways of saying an extended real 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)))
 
Theoremmax1 5915 A number is less than or equal to the maximum of it and another.
|- ((A e. RR /\ B e. RR) -> A <_ if(A <_ B, B, A))
 
Theoremmax1ALT 5916 A number is less than or equal to the maximum of it and another.
|- (A e. RR -> A <_ if(A <_ B, B, A))
 
Theoremmax2 5917 A number is less than or equal to the maximum of it and another.
|- ((A e. RR /\ B e. RR) -> B <_ if(A <_ B, B, A))
 
Theoremmaxlet 5918 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 5919 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 5920 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)
 
Theoremlemint 5921 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)))
 
Theoremmaxltt 5922 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)))
 
Theoremltmint 5923 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 5924 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 5925 The natural numbers of analysis start at one (unlike the ordinal natural numbers, i.e. the members of the set om, df-om 3132, 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 5937 for the principle of mathematical induction. See dfnn2 5936 for a slight variant. See df-n0 6100 for the set of nonnegative integers NN0 starting at zero. See dfn2 6112 for NN defined in terms of NN0.
|- NN = |^|{x | (1 e. x /\ A.y e. x (y + 1) e. x)}
 
Theorempeano5nn 5926 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 (_ A)
 
Theoremnnssre 5927 The natural numbers are a subset of the reals.
|- NN (_ RR
 
Theoremnnsscn 5928 The natural numbers are a subset of the complex numbers.
|- NN (_ CC
 
Theoremnnret 5929 A natural number is a real number.
|- (A e. NN -> A e. RR)
 
Theoremnncnt 5930 A natural number is a complex number.
|- (A e. NN -> A e. CC)
 
Theoremnnre 5931 A natural number is a real number.
|- A e. NN   =>   |- A e. RR
 
Theoremnncn 5932 A natural number is a complex number.
|- A e. NN   =>   |- A e. CC
 
Theoremnnex 5933 The set of natural numbers exists.
|- NN e. V
 
Theorem1nn 5934 Peano postulate: 1 is a natural number.
|- 1 e. NN
 
Theorempeano2nn 5935 Peano postulate: a successor of a natural number is a natural number.
|- (A e. NN -> (A + 1) e. NN)
 
Theoremdfnn2 5936 Alternate definition of the set of natural numbers. Definition of positive integers in [Apostol] p. 22.
|- NN = |^|{x | (x (_ RR /\ 1 e. x /\ A.y e. x (y + 1) e. x)}
 
Principle of mathematical induction
 
Theoremnnind 5937 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 nnaddclt 5940 for an example of its use. See nn0ind 6212 for induction on nonnegative integers and uzind 6205, uzind4 6450 for induction on an arbitrary set of upper integers. See indstr 6461 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 5938 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 5937 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 5939 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)
 
Theoremnnaddclt 5940 Closure of addition of natural numbers, proved by induction on the second addend.
|- ((A e. NN /\ B e. NN) -> (A + B) e. NN)
 
Theoremnnmulclt 5941 Closure of multiplication of natural numbers.
|- ((A e. NN /\ B e. NN) -> (A x. B) e. NN)
 
Theoremnn2get 5942 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))
 
Theoremnnge1t 5943 A natural number is one or greater.
|- (A e. NN -> 1 <_ A)
 
Theoremnngt1ne1t 5944 A natural number is greater than one iff it is not equal to one.
|- (A e. NN -> (1 < A <-> A =/= 1))
 
Theoremnnle1eq1t 5945 A natural number is less than or equal to one iff it is equal to one.
|- (A e. NN -> (A <_ 1 <-> A = 1))
 
Theoremnngt0t 5946 A natural number is positive.
|- (A e. NN -> 0 < A)
 
Theoremlt1nnn 5947 A number less than one is not a natural number.
|- ((A e. RR /\ A < 1) -> -. A e. NN)
 
Theorem0nnn 5948 Zero is not a natural number.
|- -. 0 e. NN
 
Theoremnnne0t 5949 A natural number is non-zero.
|- (A e. NN -> A =/= 0)
 
Theoremnngt0 5950 A natural number is positive (inference version).
|- A e. NN   =>   |- 0 < A
 
Theoremnnne0 5951 A natural number is non-zero (inference version).
|- A e. NN   =>   |- A =/= 0
 
Theoremnnrecret 5952 The reciprocal of a natural number is real.
|- (N e. NN -> (1 / N) e. RR)
 
Theoremnnrecgt0t 5953 The reciprocal of a natural number is positive.
|- (A e. NN -> 0 < (1 / A))
 
Theoremnnleltp1t 5954 Natural number ordering relation.
|- ((A e. NN /\ B e. NN) -> (A <_ B <-> A < (B + 1)))
 
Theoremnnltp1let 5955 Natural number ordering relation.
|- ((A e. NN /\ B e. NN) -> (A < B <-> (A + 1) <_ B))
 
Theoremnnsub 5956 Subtraction of natural numbers.
|- A e. NN   &   |- B e. NN   =>   |- (A < B <-> (B - A) e. NN)
 
Theoremnnsubt 5957 Subtraction of natural numbers.
|- ((A e. NN /\ B e. NN) -> (A < B <-> (B - A) e. NN))
 
Theoremnnaddm1clt 5958 Closure of addition of natural numbers minus one.
|- ((A e. NN /\ B e. NN) -> ((A + B) - 1) e. NN)
 
Theoremnndivt 5959 Two ways to express "A divides B" for natural numbers.
|- ((A