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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8757)   Hilbert Space Explorer  Hilbert Space Explorer (8758-10682)  

Statement List for Metamath Proof Explorer - 6001-6100 - Page 61 of 107
TypeLabelDescription
Statement
 
Theoremhalfpost 6001 A positive number is greater than its half.
|- (A e. RR -> (0 < A <-> (A / 2) < A))
 
Theoremhalfpos2t 6002 A number is positive iff its half is positive.
|- (A e. RR -> (0 < A <-> 0 < (A / 2)))
 
Theoremhalfnneg2t 6003 A number is nonnegative iff its half is nonnegative.
|- (A e. RR -> (0 <_ A <-> 0 <_ (A / 2)))
 
Theorem2halvest 6004 Two halves make a whole.
|- (A e. CC -> ((A / 2) + (A / 2)) = A)
 
Theoremhalfaddsubcl 6005 Closure of half-sum and half-difference. (Contributed by Paul Chapman, 12-Oct-2007.)
|- ((A e. CC /\ B e. CC) -> (((A + B) / 2) e. CC /\ ((A - B) / 2) e. CC))
 
Theoremhalfaddsubt 6006 Sum and difference of half-sum and half-difference. (Contributed by Paul Chapman, 12-Oct-2007.)
|- ((A e. CC /\ B e. CC) -> ((((A + B) / 2) + ((A - B) / 2)) = A /\ (((A + B) / 2) - ((A - B) / 2)) = B))
 
Theoremlt2halvest 6007 A sum is less than the whole if each term is less than half.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A < (C / 2) /\ B < (C / 2)) -> (A + B) < C))
 
Theoremnominpos 6008 There is no smallest positive real number.
|- -. E.x e. RR (0 < x /\ -. E.y e. RR (0 < y /\ y < x))
 
Theoremavglet 6009 The average of two numbers is less than or equal to at least one of them.
|- ((A e. RR /\ B e. RR) -> (((A + B) / 2) <_ A \/ ((A + B) / 2) <_ B))
 
Completeness Axiom and Suprema
 
Theoremlbreu 6010 If a set of reals contains a lower bound, it contains a unique lower bound.
|- ((S (_ RR /\ E.x e. S A.y e. S x <_ y) -> E!x e. S A.y e. S x <_ y)
 
Theoremlbcl 6011 If a set of reals contains a lower bound, it contains a unique lower bound that belongs to the set.
|- ((S (_ RR /\ E.x e. S A.y e. S x <_ y) -> U.{x e. S | A.y e. S x <_ y} e. S)
 
Theoremlble 6012 If a set of reals contains a lower bound, the lower bound is less than or equal to all members of the set.
|- ((S (_ RR /\ E.x e. S A.y e. S x <_ y /\ A e. S) -> U.{x e. S | A.y e. S x <_ y} <_ A)
 
Theoremlbinfm 6013 If a set of reals contains a lower bound, the lower bound is its infimum.
|- ((S (_ RR /\ E.x e. S A.y e. S x <_ y) -> sup(S, RR, `' < ) = U.{x e. S | A.y e. S x <_ y})
 
Theoremlbinfmcl 6014 If a set of reals contains a lower bound, it contains its infimum.
|- ((S (_ RR /\ E.x e. S A.y e. S x <_ y) -> sup(S, RR, `' < ) e. S)
 
Theoremlbinfmle 6015 If a set of reals contains a lower bound, its infmimum is less than or equal to all members of the set.
|- ((S (_ RR /\ E.x e. S A.y e. S x <_ y /\ A e. S) -> sup(S, RR, `' < ) <_ A)
 
Theoremsup2 6016 A non-empty, bounded-above set of reals has a supremum. Stronger version of completeness axiom (it has a slightly weaker antecedent).
|- ((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A (y < x \/ y = x)) -> E.x e. RR (A.y e. A -. x < y /\ A.y e. RR (y < x -> E.z e. A y < z)))
 
Theoremsup3 6017 A version of the completeness axiom for reals.
|- ((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x) -> E.x e. RR (A.y e. A -. x < y /\ A.y e. RR (y < x -> E.z e. A y < z)))
 
Theoreminfm3lem 6018 Lemma for infm3 6019.
 
Theoreminfm3 6019 The completeness axiom for reals in terms of infimum: a non-empty, bounded-below set of reals has a infimum. (This theorem is the dual of sup3 6017.)
|- ((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A x <_ y) -> E.x e. RR (A.y e. A -. y < x /\ A.y e. RR (x < y -> E.z e. A z < y)))
 
Theoremsuprcl 6020 Closure of supremum of a non-empty bounded set of reals.
|- ((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x) -> sup(A, RR, < ) e. RR)
 
Theoremsuprub 6021 A member of a non-empty bounded set of reals is less than or equal to the set's upper bound.
|- (((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x) /\ B e. A) -> B <_ sup(A, RR, < ))
 
Theoremsuprlub 6022 The supremum of a non-empty bounded set of reals is the least upper bound.
|- (((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x) /\ (B e. RR /\ B < sup(A, RR, < ))) -> E.z e. A B < z)
 
Theoremsuprnub 6023 An upper bound is not less than the supremum of a non-empty bounded set of reals.
|- (((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x) /\ (B e. RR /\ A.z e. A -. B < z)) -> -. B < sup(A, RR, < ))
 
Theoremsuprleub 6024 The supremum of a non-empty bounded set of reals is less than or equal to an upper bound.
|- (((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x) /\ (B e. RR /\ A.z e. A z <_ B)) -> sup(A, RR, < ) <_ B)
 
Theoremsup3i 6025 A version of the completeness axiom for reals.
|- (A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x)   =>   |- E.x e. RR (A.y e. A -. x < y /\ A.y e. RR (y < x -> E.z e. A y < z))
 
Theoremsuprcli 6026 Closure of supremum of a non-empty bounded set of reals.
|- (A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x)   =>   |- sup(A, RR, < ) e. RR
 
Theoremsuprubi 6027 A member of a non-empty bounded set of reals is less than or equal to the set's upper bound.
|- (A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x)   =>   |- (B e. A -> B <_ sup(A, RR, < ))
 
Theoremsuprlubi 6028 The supremum of a non-empty bounded set of reals is the least upper bound.
|- (A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x)   =>   |- ((B e. RR /\ B < sup(A, RR, < )) -> E.z e. A B < z)
 
Theoremsuprnubi 6029 An upper bound is not less than the supremum of a non-empty bounded set of reals.
|- (A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x)   =>   |- ((B e. RR /\ A.z e. A -. B < z) -> -. B < sup(A, RR, < ))
 
Theoremsuprleubi 6030 The supremum of a non-empty bounded set of reals is less than or equal to an upper bound.
|- (A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x)   =>   |- ((B e. RR /\ A.z e. A z <_ B) -> sup(A, RR, < ) <_ B)
 
Theoremreuunineg 6031 The negative of the unique real such that ph.
|- (x = -uy -> (ph <-> ps))   =>   |- (E!x e. RR ph -> U.{x e. RR | ph} = -uU.{y e. RR | ps})
 
Theoremdfinfmr 6032 The infimum (expressed as supremum with converse 'less-than') of a set of reals A.
|- (A (_ RR -> sup(A, RR, `' < ) = U.{x e. RR | (A.y e. A x <_ y /\ A.y e. RR (x < y -> E.z e. A z < y))})
 
Theoreminfmsup 6033 The infimum (expressed as supremum with converse 'less-than') of a set of reals A is the negative of the supremum of the negatives of its elements. The antecedent ensures that A is nonempty and has a lower bound.
|- ((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A x <_ y) -> sup(A, RR, `' < ) = -usup({z e. RR | -uz e. A}, RR, < ))
 
Theoreminfmrcl 6034 Closure of infimum of a non-empty bounded set of reals.
|- ((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A x <_ y) -> sup(A, RR, `' < ) e. RR)
 
Theoremnnunb 6035 The set of natural numbers is unbounded above. Theorem I.28 of [Apostol] p. 26.
|- -. E.x e. RR A.y e. NN (y < x \/ y = x)
 
Theoremarch 6036 Archimedean property of real numbers. For any real number, there is an integer greater than it. Theorem I.29 of [Apostol] p. 26.
|- (A e. RR -> E.n e. NN A < n)
 
Theoremnnreclt 6037 There exists a natural number whose reciprocal is less than a given positive real. Exercise 3 of [Apostol] p. 28.
|- ((A e. RR /\ 0 < A) -> E.n e. NN (1 / n) < A)
 
Theorembndndx 6038 A bounded real sequence A(k) is less than or equal to at least one of its indices.
|- (E.x e. RR A.k e. NN (A e. RR /\ A <_ x) -> E.k e. NN A <_ k)
 
Supremum on the extended reals
 
Theoremxrsupexmnf 6039 Adding minus infinity to a set does not affect the existence of its supremum.
|- (E.x e. RR* (A.y e. A -. x < y /\ A.y e. RR* (y < x -> E.z e. A y < z)) -> E.x e. RR* (A.y e. (A u. { -oo}) -. x < y /\ A.y e. RR* (y < x -> E.z e. (A u. { -oo})y < z)))
 
Theoremxrinfmexpnf 6040 Adding plus infinity to a set does not affect the existence of its infimum.
|- (E.x e. RR* (A.y e. A -. y < x /\ A.y e. RR* (x < y -> E.z e. A z < y)) -> E.x e. RR* (A.y e. (A u. { +oo}) -. y < x /\ A.y e. RR* (x < y -> E.z e. (A u. { +oo})z < y)))
 
Theoremxrsupsslem 6041 Lemma for xrsupss 6043.
 
Theoremxrinfmsslem 6042 Lemma for xrinfmss 6044.
 
Theoremxrsupss 6043 Any subset of extended reals has a supremum.
|- (A (_ RR* -> E.x e. RR* (A.y e. A -. x < y /\ A.y e. RR* (