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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8795)
  Hilbert Space Explorer  Hilbert Space Explorer
(8796-10377)
  User Sandboxes  User Sandboxes
(10378-10766)
 

Statement List for Metamath Proof Explorer - 5901-6000 - Page 60 of 108
TypeLabelDescription
Statement
 
Theoremltdiv2t 5901 Division of a positive number by both sides of 'less than'.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ (0 < A /\ 0 < B /\ 0 < C)) -> (A < B <-> (C / B) < (C / A)))
 
Theoremltrec1t 5902 Reciprocal swap in a 'less than' relation.
|- (((A e. RR /\ 0 < A) /\ (B e. RR /\ 0 < B)) -> ((1 / A) < B <-> (1 / B) < A))
 
Theoremlerec2t 5903 Reciprocal swap in a 'less than or equal to' relation.
|- (((A e. RR /\ 0 < A) /\ (B e. RR /\ 0 < B)) -> (A <_ (1 / B) <-> B <_ (1 / A)))
 
Theoremledivdivt 5904 Invert ratios of positive numbers and swap their ordering.
|- ((((A e. RR /\ 0 < A) /\ (B e. RR /\ 0 < B)) /\ ((C e. RR /\ 0 < C) /\ (D e. RR /\ 0 < D))) -> ((A / B) <_ (C / D) <-> (D / C) <_ (B / A)))
 
Theoremlediv2t 5905 Division of a positive number by both sides of 'less than or equal to'.
|- (((A e. RR /\ 0 < A) /\ (B e. RR /\ 0 < B) /\ (C e. RR /\ 0 < C)) -> (A <_ B <-> (C / B) <_ (C / A)))
 
Theoremltdiv23t 5906 Swap denominator with other side of 'less than'.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ (0 < B /\ 0 < C)) -> ((A / B) < C <-> (A / C) < B))
 
Theoremlediv23t 5907 Swap denominator with other side of 'less than or equal to'.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ (0 < B /\ 0 < C)) -> ((A / B) <_ C <-> (A / C) <_ B))
 
Theoremltdiv23 5908 Swap denominator with other side of 'less than'.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((0 < B /\ 0 < C) -> ((A / B) < C <-> (A / C) < B))
 
Theoremltdiv23i 5909 Swap denominator with other side of 'less than'.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   &   |- 0 < B   &   |- 0 < C   =>   |- ((A / B) < C <-> (A / C) < B)
 
Theoremlediv12it 5910 Comparison of ratio of two nonnegative numbers.
|- ((((A e. RR /\ B e. RR) /\ (0 <_ A /\ A <_ B)) /\ ((C e. RR /\ D e. RR) /\ (0 < C /\ C <_ D))) -> (A / D) <_ (B / C))
 
Theoremlediv2it 5911 Division of both sides of 'less than or equal to' into a nonnegative number. (Contributed by Paul Chapman, 7-Sep-2007.)
|- ((((A e. RR /\ 0 < A) /\ (B e. RR /\ 0 < B) /\ (C e. RR /\ 0 <_ C)) /\ A <_ B) -> (C / B) <_ (C / A))
 
Theoremreclt1t 5912 The reciprocal of a positive number less than 1 is greater than 1.
|- ((A e. RR /\ 0 < A) -> (A < 1 <-> 1 < (1 / A)))
 
Theoremrecgt1t 5913 The reciprocal of a positive number greater than 1 is less than 1.
|- ((A e. RR /\ 0 < A) -> (1 < A <-> (1 / A) < 1))
 
Theoremrecgt1it 5914 The reciprocal of a number greater than 1 is positive and less than 1.
|- ((A e. RR /\ 1 < A) -> (0 < (1 / A) /\ (1 / A) < 1))
 
Theoremrecp1lt1 5915 Construct a number less than 1 from any nonnegative number.
|- ((A e. RR /\ 0 <_ A) -> (A / (1 + A)) < 1)
 
Theoremrecrecltt 5916 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 5917 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 5918 A positive number is greater than its half.
|- A e. RR   =>   |- (0 < A <-> (A / (1 + 1)) < A)
 
Theoremledivp1t 5919 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 5920 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 5921 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 5922 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 5923 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 5924 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 5925 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 5926 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 5927 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 5928 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 5929 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 5930 A number is less than or equal to the maximum of it and another.
|- (A e. RR -> A <_ if(A <_ B, B, A))
 
Theoremmax2 5931 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 5932 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 5933 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 5934 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 5935 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 5936 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 5937 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 5938 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 5939 The natural numbers of analysis start at one (unlike the ordinal natural numbers, i.e. the members of the set om, df-om 3141, 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 5951 for the principle of mathematical induction. See dfnn2 5950 for a slight variant. See df-n0 6114 for the set of nonnegative integers NN0 starting at zero. See dfn2 6126 for NN defined in terms of NN0.
|- NN = |^|{x | (1 e. x /\ A.y e. x (y + 1) e. x)}
 
Theorempeano5nn 5940 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 5941 The natural numbers are a subset of the reals.
|- NN (_ RR
 
Theoremnnsscn 5942 The natural numbers are a subset of the complex numbers.
|- NN (_ CC
 
Theoremnnret 5943 A natural number is a real number.
|- (A e. NN -> A e. RR)
 
Theoremnncnt 5944 A natural number is a complex number.
|- (A e. NN -> A e. CC)
 
Theoremnnre 5945 A natural number is a real number.
|- A e. NN   =>   |- A e. RR
 
Theoremnncn 5946 A natural number is a complex number.
|- A e. NN   =>   |- A e. CC
 
Theoremnnex 5947 The set of natural numbers exists.
|- NN e. V
 
Theorem1nn 5948 Peano postulate: 1 is a natural number.
|- 1 e. NN
 
Theorempeano2nn 5949 Peano postulate: a successor of a natural number is a natural number.
|- (A e. NN -> (A + 1) e. NN)
 
Theoremdfnn2 5950 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 5951 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 5954 for