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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8743)   Hilbert Space Explorer  Hilbert Space Explorer (8744-10691)  

Statement List for Metamath Proof Explorer - 6001-6100 - Page 61 of 107
TypeLabelDescription
Statement
 
Theoremavglet 6001 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 6002 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 6003 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 6004 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 6005 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 6006 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 6007 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 6008 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 6009 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 6010 Lemma for infm3 6011.
 
Theoreminfm3 6011 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 6009.)
|- ((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 6012 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 6013 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 6014 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 6015 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 6016 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 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))
 
Theoremsuprcli 6018 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 6019 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 6020 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 6021 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 6022 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 6023 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 6024 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 6025 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 6026 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 6027 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 6028 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 6029 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 6030 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 6031 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 6032 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 6033 Lemma for xrsupss 6035.
 
Theoremxrinfmsslem 6034 Lemma for xrinfmss 6036.
 
Theoremxrsupss 6035 Any subset of extended reals has a supremum.
|- (A (_ RR* -> E.x e. RR* (A.y e. A -. x < y /\ A.y e. RR* (y < x -> E.z e. A y < z)))
 
Theoremxrinfmss 6036 Any subset of extended reals has an infimum.
|- (A (_ RR* -> E.x e. RR* (A.y e. A -. y < x /\ A.y e. RR* (x < y -> E.z e. A z < y)))
 
Theoremxrub 6037 By quantifying only over reals, we can specify any extended real upper bound for any set of extended reals.
|- ((A (_ RR* /\ B e. RR*) -> (A.x e. RR (x < B -> E.y e. A x < y) <-> A.x e. RR* (x < B -> E.y e. A x < y)))
 
Theoremsupxr 6038 The supremum of a set of extended reals.
|- (((A (_ RR* /\ B e. RR*) /\ (A.x e. A -. B < x /\ A.x e. RR (x < B -> E.y e. A x < y))) -> sup(A, RR*, < ) = B)
 
Theoremsupxr2 6039 The supremum of a set of extended reals.
|- (((A (_ RR* /\ B e. RR*) /\ (A.x e. A x <_ B /\ A.x e. RR (x < B -> E.y e. A x < y))) -> sup(A, RR*, < ) = B)
 
Theoremsupxrre 6040 The real and extended real suprema match when the real supremum exists.
|- ((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <_ x) -> sup(A, RR*, < ) = sup(A, RR, < ))
 
Theoremsupxrcl 6041 The supremum of an arbitrary set of extended reals is an extended real.
|- (A (_ RR* -> sup(A,