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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-9062)
  Hilbert Space Explorer  Hilbert Space Explorer
(9063-10650)
  Users' Mathboxes  Users' Mathboxes
(10651-12229)
 

Statement List for Metamath Proof Explorer - 6001-6100 - Page 61 of 123
TypeLabelDescription
Statement
 
Theoremdivgt0i 6001 The ratio of two positive numbers is positive.
|- A e. RR   &   |- B e. RR   =>   |- ((0 < A /\ 0 < B) -> 0 < (A / B))
 
Theoremdivge0i 6002 The ratio of nonnegative and positive numbers is nonnegative.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 < B) -> 0 <_ (A / B))
 
Theoremdivgt0i2i 6003 The ratio of two positive numbers is positive.
|- A e. RR   &   |- B e. RR   &   |- 0 < B   =>   |- (0 < A -> 0 < (A / B))
 
Theoremdivgt0ii 6004 The ratio of two positive numbers is positive.
|- A e. RR   &   |- B e. RR   &   |- 0 < A   &   |- 0 < B   =>   |- 0 < (A / B)
 
Theoremrecgt0 6005 The reciprocal of a positive number is positive. Exercise 4 of [Apostol] p. 21.
|- ((A e. RR /\ 0 < A) -> 0 < (1 / A))
 
Theoremrecgt0i 6006 The reciprocal of a positive number is positive. Exercise 4 of [Apostol] p. 21.
|- A e. RR   =>   |- (0 < A -> 0 < (1 / A))
 
Theoremltmuldiv 6007 'Less than' relationship between division and multiplication.
|- ((A e. RR /\ B e. RR /\ (C e. RR /\ 0 < C)) -> ((A x. C) < B <-> A < (B / C)))
 
TheoremltmuldivOLD 6008 'Less than' relationship between division and multiplication.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < B) -> ((A x. B) < C <-> A < (C / B)))
 
Theoremltmuldiv2 6009 'Less than' relationship between division and multiplication.
|- ((A e. RR /\ B e. RR /\ (C e. RR /\ 0 < C)) -> ((C x. A) < B <-> A < (B / C)))
 
Theoremltmuldiv2OLD 6010 'Less than' relationship between division and multiplication.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < A) -> ((A x. B) < C <-> B < (C / A)))
 
Theoremltdivmul 6011 'Less than' relationship between division and multiplication.
|- ((A e. RR /\ B e. RR /\ (C e. RR /\ 0 < C)) -> ((A / C) < B <-> A < (C x. B)))
 
TheoremltdivmulOLD 6012 'Less than' relationship between division and multiplication.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < B) -> ((A / B) < C <-> A < (B x. C)))
 
Theoremledivmul 6013 'Less than or equal to' relationship between division and multiplication.
|- ((A e. RR /\ B e. RR /\ (C e. RR /\ 0 < C)) -> ((A / C) <_ B <-> A <_ (C x. B)))
 
TheoremledivmulOLD 6014 'Less than or equal to' relationship between division and multiplication.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < B) -> ((A / B) <_ C <-> A <_ (B x. C)))
 
Theoremltdivmul2 6015 'Less than' relationship between division and multiplication.
|- ((A e. RR /\ B e. RR /\ (C e. RR /\ 0 < C)) -> ((A / C) < B <-> A < (B x. C)))
 
Theoremlt2mul2div 6016 'Less than' relationship between division and multiplication.
|- (((A e. RR /\ (B e. RR /\ 0 < B)) /\ (C e. RR /\ (D e. RR /\ 0 < D))) -> ((A x. B) < (C x. D) <-> (A / D) < (C / B)))
 
Theoremlt2mul2divOLD 6017 'Less than' relationship between division and multiplication.
|- (((A e. RR /\ B e. RR) /\ (C e. RR /\ D e. RR) /\ (0 < B /\ 0 < D)) -> ((A x. B) < (C x. D) <-> (A / D) < (C / B)))
 
Theoremledivmul2 6018 'Less than or equal to' relationship between division and multiplication.
|- ((A e. RR /\ B e. RR /\ (C e. RR /\ 0 < C)) -> ((A / C) <_ B <-> A <_ (B x. C)))
 
Theoremledivmul2OLD 6019 'Less than or equal to' relationship between division and multiplication.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < B) -> ((A / B) <_ C <-> A <_ (C x. B)))
 
Theoremlemuldiv 6020 'Less than or equal' relationship between division and multiplication.
|- ((A e. RR /\ B e. RR /\ (C e. RR /\ 0 < C)) -> ((A x. C) <_ B <-> A <_ (B / C)))
 
Theoremlemuldiv2 6021 'Less than or equal' relationship between division and multiplication.
|- ((A e. RR /\ B e. RR /\ (C e. RR /\ 0 < C)) -> ((C x. A) <_ B <-> A <_ (B / C)))
 
Theoremlemuldiv2OLD 6022 'Less than or equal' relationship between division and multiplication.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < A) -> ((A x. B) <_ C <-> B <_ (C / A)))
 
Theoremltrecii 6023 The reciprocal of both sides of 'less than'.
|- A e. RR   &   |- B e. RR   &   |- 0 < A   &   |- 0 < B   =>   |- (A < B <-> (1 / B) < (1 / A))
 
Theoremltreci 6024 The reciprocal of both sides of 'less than'.
|- A e. RR   &   |- B e. RR   =>   |- ((0 < A /\ 0 < B) -> (A < B <-> (1 / B) < (1 / A)))
 
Theoremlereci 6025 The reciprocal of both sides of 'less than or equal to'.
|- A e. RR   &   |- B e. RR   =>   |- ((0 < A /\ 0 < B) -> (A <_ B <-> (1 / B) <_ (1 / A)))
 
Theoremlt2msqi 6026 The square function on nonnegative reals is strictly monotonic.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> (A < B <-> (A x. A) < (B x. B)))
 
Theoremle2msqi 6027 The square function on nonnegative reals is monotonic.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> (A <_ B <-> (A x. A) <_ (B x. B)))
 
Theoremmsq11i 6028 The square of a nonnegative number is a one-to-one function.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> ((A x. A) = (B x. B) <-> A = B))
 
Theoremltrec 6029 The reciprocal of both sides of 'less than'.
|- (((A e. RR /\ 0 < A) /\ (B e. RR /\ 0 < B)) -> (A < B <-> (1 / B) < (1 / A)))
 
Theoremlerec 6030 The reciprocal of both sides of 'less than or equal to'.
|- (((A e. RR /\ 0 < A) /\ (B e. RR /\ 0 < B)) -> (A <_ B <-> (1 / B) <_ (1 / A)))
 
Theoremlt2msq 6031 Two nonnegative numbers compare the same as their squares. (Contributed by Roy F. Longton, 8-Aug-2005.)
|- (((A e. RR /\ 0 <_ A) /\ (B e. RR /\ 0 <_ B)) -> (A < B <-> (A x. A) < (B x. B)))
 
Theoremltdiv2 6032 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)))
 
Theoremltrec1 6033 Reciprocal swap in a 'less than' relation.
|- (((A e. RR /\ 0 < A) /\ (B e. RR /\ 0 < B)) -> ((1 / A) < B <-> (1 / B) < A))
 
Theoremlerec2 6034 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)))
 
Theoremledivdiv 6035 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)))
 
Theoremlediv2 6036 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)))
 
Theoremltdiv23 6037 Swap denominator with other side of 'less than'.
|- ((A e. RR /\ (B e. RR /\ 0 < B) /\ (C e. RR /\ 0 < C)) -> ((A / B) < C <-> (A / C) < B))
 
Theoremlediv23 6038 Swap denominator with other side of 'less than or equal to'.
|- ((A e. RR /\ (B e. RR /\ 0 < B) /\ (C e. RR /\ 0 < C)) -> ((A / B) <_ C <-> (A / C) <_ B))
 
Theoremltdiv23i 6039 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))
 
Theoremltdiv23ii 6040 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)
 
Theoremlediv12a 6041 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))
 
Theoremlediv2a 6042 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))
 
Theoremreclt1 6043 The reciprocal of a positive number less than 1 is greater than 1.
|- ((A e. RR /\ 0 < A) -> (A < 1 <-> 1 < (1 / A)))
 
Theoremrecgt1 6044 The reciprocal of a positive number greater than 1 is less than 1.
|- ((A e. RR /\ 0 < A) -> (1 < A <-> (1 / A) < 1))
 
Theoremrecgt1i 6045 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 6046 Construct a number less than 1 from any nonnegative number.
|- ((A e. RR /\ 0 <_ A) -> (A / (1 + A)) < 1)
 
Theoremrecreclt 6047 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))
 
Theoremle2msq 6048 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)))
 
Theoremhalfposi 6049 A positive number is greater than its half.
|- A e. RR   =>   |- (0 < A <-> (A / (1 + 1)) < A)
 
Theoremledivp1 6050 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)
 
Theoremledivp1i 6051 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)
 
Theoremltdivp1i 6052 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)
 
Theoremposexi 6053 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 6054 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 6055 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 6056 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 6057 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)
 
Theoremxrmaxlt 6058 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)))
 
Theoremxrltmin 6059 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 6060 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 6061 A number is less than or equal to the maximum of it and another.
|- (A e. RR -> A <_ if(A <_ B, B, A))
 
Theoremmax2 6062 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))
 
Theoremmaxle 6063 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 6064 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 6065 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 6066 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 6067 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 6068 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 6069 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 6070 The natural numbers of analysis start at one (unlike the ordinal natural numbers, i.e. the members of the set om, df-om 3219, 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 6082 for the principle of mathematical induction. See dfnn2 6081 for a slight variant. See df-n0 6268 for the set of nonnegative integers NN0 starting at zero. See dfn2 6280 for NN defined in terms of NN0.
|- NN = |^|{x | (1 e. x /\ A.y e. x (y + 1) e. x)}
 
Theorempeano5nni 6071 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 6072 The natural numbers are a subset of the reals.
|- NN (_ RR
 
Theoremnnsscn 6073 The natural numbers are a subset of the complex numbers.
|- NN (_ CC
 
Theoremnnre 6074 A natural number is a real number.
|- (A e. NN -> A e. RR)
 
Theoremnncn 6075 A natural number is a complex number.
|- (A e. NN -> A e. CC)
 
Theoremnnrei 6076 A natural number is a real number.
|- A e. NN   =>   |- A e. RR
 
Theoremnncni 6077 A natural number is a complex number.
|- A e. NN   =>   |- A e. CC
 
Theoremnnex 6078 The set of natural numbers exists.
|- NN e. V
 
Theorem1nn 6079 Peano postulate: 1 is a natural number.
|- 1 e. NN
 
Theorempeano2nn 6080 Peano postulate: a successor of a natural number is a natural number.
|- (A e. NN -> (A + 1) e. NN)
 
Theoremdfnn2 6081 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 6082 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 6085 for an example of its use. See nn0ind 6383 for induction on nonnegative integers and uzind 6376, uzind4 6577 for induction on an arbitrary set of upper integers. See indstr 6588 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 6083 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 6082 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 6084 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 6085 Closure of addition of natural numbers, proved by induction on the second addend.
|- ((A e. NN /\ B e. NN) -> (A + B) e. NN)
 
Theoremnnmulcl 6086 Closure of multiplication of natural numbers.
|- ((A e. NN /\ B e. NN) -> (A x. B) e. NN)
 
Theoremnn2ge 6087 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 6088 A natural number is one or greater.
|- (A e. NN -> 1 <_ A)
 
Theoremnngt1ne1 6089 A natural number is greater than one iff it is not equal to one.
|- (A e. NN -> (1 < A <-> A =/= 1))
 
Theoremnnle1eq1 6090 A natural number is less than or equal to one iff it is equal to one.
|- (A e. NN -> (A <_ 1 <-> A = 1))
 
Theoremnngt0 6091 A natural number is positive.
|- (A e. NN -> 0 < A)
 
Theoremlt1nnn 6092 A number less than one is not a natural number.
|- ((A e. RR /\ A < 1) -> -. A e. NN)
 
Theorem0nnn 6093 Zero is not a natural number.
|- -. 0 e. NN
 
Theoremnnne0 6094 A natural number is non-zero.
|- (A e. NN -> A =/= 0)
 
Theoremnngt0i 6095 A natural number is positive (inference version).
|- A e. NN   =>   |- 0 < A
 
Theoremnnne0i 6096 A natural number is non-zero (inference version).
|- A e. NN   =>   |- A =/= 0
 
Theoremnndivre 6097 The quotient of a real and a natural number is real.
|- ((A e. RR /\ N e. NN) -> (A / N) e. RR)
 
Theoremnnrecre 6098 The reciprocal of a natural number is real.
|- (N e. NN -> (1 / N) e. RR)
 
Theoremnnrecgt0 6099 The reciprocal of a natural number is positive.
|- (A e. NN -> 0 < (1 / A))
 
Theoremnnleltp1 6100 Natural number ordering relation.
|- ((A e. NN /\ B e. NN) -> (A <_ B <-> A < (B + 1)))

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