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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8792)
  Hilbert Space Explorer  Hilbert Space Explorer
(8793-10373)
  User Sandboxes  User Sandboxes
(10374-10789)
 

Statement List for Metamath Proof Explorer - 6001-6100 - Page 61 of 108
TypeLabelDescription
Statement
 
Theorem10pos 6001 The number 10 is positive.
|- 0 < 10
 
Theorem2nn 6002 2 is a natural number.
|- 2 e. NN
 
Theorem3nn 6003 3 is a natural number.
|- 3 e. NN
 
Some properties of specific numbers
 
Theorem2p2e4 6004 Two plus two equals four. For more information, see "2+2=4 Trivia" on the Metamath Proof Explorer Home Page: http://us.metamath.org/mpegif/mmset.html#trivia.
|- (2 + 2) = 4
 
Theorem4nn 6005 4 is a natural number.
|- 4 e. NN
 
Theorem2times 6006 Two times a number.
|- A e. CC   =>   |- (2 x. A) = (A + A)
 
Theorem2timest 6007 Two times a number.
|- (A e. CC -> (2 x. A) = (A + A))
 
Theoremtimes2t 6008 A number times 2.
|- (A e. CC -> (A x. 2) = (A + A))
 
Theoremtimes2 6009 A number times 2.
|- A e. CC   =>   |- (A x. 2) = (A + A)
 
Theorem3p2e5 6010 3 + 2 = 5.
|- (3 + 2) = 5
 
Theorem3p3e6 6011 3 + 3 = 6.
|- (3 + 3) = 6
 
Theorem4p2e6 6012 4 + 2 = 6.
|- (4 + 2) = 6
 
Theorem4p3e7 6013 4 + 3 = 7.
|- (4 + 3) = 7
 
Theorem4p4e8 6014 4 + 4 = 8.
|- (4 + 4) = 8
 
Theorem5p2e7 6015 5 + 2 = 7.
|- (5 + 2) = 7
 
Theorem5p3e8 6016 5 + 3 = 8.
|- (5 + 3) = 8
 
Theorem5p4e9 6017 5 + 4 = 9.
|- (5 + 4) = 9
 
Theorem5p5e10 6018 5 + 5 = 10.
|- (5 + 5) = 10
 
Theorem6p2e8 6019 6 + 2 = 8.
|- (6 + 2) = 8
 
Theorem6p3e9 6020 6 + 3 = 9.
|- (6 + 3) = 9
 
Theorem6p4e10 6021 6 + 4 = 10.
|- (6 + 4) = 10
 
Theorem7p2e9 6022 7 + 2 = 9.
|- (7 + 2) = 9
 
Theorem7p3e10 6023 7 + 3 = 10.
|- (7 + 3) = 10
 
Theorem8p2e10 6024 8 + 2 = 10.
|- (8 + 2) = 10
 
Theorem2t2e4 6025 2 times 2 equals 4.
|- (2 x. 2) = 4
 
Theorem3t2e6 6026 3 times 2 equals 6.
|- (3 x. 2) = 6
 
Theorem3t3e9 6027 3 times 3 equals 9.
|- (3 x. 3) = 9
 
Theorem4t2e8 6028 4 times 2 equals 8.
|- (4 x. 2) = 8
 
Theorem5t2e10 6029 5 times 2 equals 10.
|- (5 x. 2) = 10
 
Theorem4d2e2 6030 One half of four is two.
|- (4 / 2) = 2
 
Theorem1lt2 6031 1 is less than 2.
|- 1 < 2
 
Theoremhalfgt0 6032 One-half is greater than zero.
|- 0 < (1 / 2)
 
Theoremhalflt1 6033 One-half is less than one.
|- (1 / 2) < 1
 
Theorem8th4div3 6034 An eighth of four thirds is a sixth. (Contributed by Paul Chapman, 24-Nov-2007.)
|- ((1 / 8) x. (4 / 3)) = (1 / 6)
 
Theoremhalfpm6th 6035 One half plus or minus one sixth. (Contributed by Paul Chapman, 17-Jan-2008.)
|- (((1 / 2) - (1 / 6)) = (1 / 3) /\ ((1 / 2) + (1 / 6)) = (2 / 3))
 
Theoremhalfclt 6036 Closure of half of a number (frequently used special case).
|- (A e. CC -> (A / 2) e. CC)
 
Theoremrehalfclt 6037 Real closure of half.
|- (A e. RR -> (A / 2) e. RR)
 
Theoremhalf0t 6038 Half of a number is zero iff the number is zero.
|- (A e. CC -> ((A / 2) = 0 <-> A = 0))
 
Theoremhalfpost 6039 A positive number is greater than its half.
|- (A e. RR -> (0 < A <-> (A / 2) < A))
 
Theoremhalfpos2t 6040 A number is positive iff its half is positive.
|- (A e. RR -> (0 < A <-> 0 < (A / 2)))
 
Theoremhalfnneg2t 6041 A number is nonnegative iff its half is nonnegative.
|- (A e. RR -> (0 <_ A <-> 0 <_ (A / 2)))
 
Theorem2halvest 6042 Two halves make a whole.
|- (A e. CC -> ((A / 2) + (A / 2)) = A)
 
Theoremhalfaddsubcl 6043 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 6044 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 6045 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 6046 There is no smallest positive real number.
|- -. E.x e. RR (0 < x /\ -. E.y e. RR (0 < y /\ y < x))
 
Theoremavglet 6047 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 6048 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 6049 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 6050 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 6051 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 6052 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 6053 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 6054 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 6055 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 6056 Lemma for infm3 6057.
 
Theoreminfm3 6057 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 6055.)
|- ((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 6058 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 6059 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 6060 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 6061 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 6062 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 6063 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 6064 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 6065 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 6066 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 6067 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 6068 The supremum of a non-empty bounded set of reals is less than or equal to an upper bound.
|- (