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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8758)   Hilbert Space Explorer  Hilbert Space Explorer (8759-10683)  

Statement List for Metamath Proof Explorer - 5501-5600 - Page 56 of 107
TypeLabelDescription
Statement
 
Theoremlenltt 5501 'Less than or equal to' expressed in terms of 'less than'.
|- ((A e. RR /\ B e. RR) -> (A <_ B <-> -. B < A))
 
Theoremltnlet 5502 'Less than' expressed in terms of 'less than or equal to'.
|- ((A e. RR /\ B e. RR) -> (A < B <-> -. B <_ A))
 
Theoremltso 5503 'Less than' is a strict ordering. Note: do not shorten this with ltsor 5252, and do not use ltsor 5252 in complex number proofs, in order to maintain a portable derivation of all complex number proofs directly from postulates.
|- < Or RR
 
Theoremlttri2t 5504 Consequence of trichotomy.
|- ((A e. RR /\ B e. RR) -> (A =/= B <-> (A < B \/ B < A)))
 
Theoremlttri3t 5505 Trichotomy law for 'less than'.
|- ((A e. RR /\ B e. RR) -> (A = B <-> (-. A < B /\ -. B < A)))
 
Theoremlttri4t 5506 Trichotomy law for 'less than'.
|- ((A e. RR /\ B e. RR) -> (A < B \/ A = B \/ B < A))
 
Theoremltnet 5507 'Less than' implies not equal.
|- ((A e. RR /\ B e. RR /\ A < B) -> B =/= A)
 
TheoremltnetOLD 5508 'Less than' implies not equal.
|- ((A e. RR /\ B e. RR) -> (A < B -> -. A = B))
 
Theoremletri3t 5509 Trichotomy law.
|- ((A e. RR /\ B e. RR) -> (A = B <-> (A <_ B /\ B <_ A)))
 
Theoremleloet 5510 'Less than or equal to' expressed in terms of 'less than' or 'equals'.
|- ((A e. RR /\ B e. RR) -> (A <_ B <-> (A < B \/ A = B)))
 
Theoremeqleltt 5511 Equality in terms of 'less than or equal to', 'less than'.
|- ((A e. RR /\ B e. RR) -> (A = B <-> (A <_ B /\ -. A < B)))
 
Theoremltlet 5512 'Less than' implies 'less than or equal to'.
|- ((A e. RR /\ B e. RR) -> (A < B -> A <_ B))
 
Theoremleltnet 5513 'Less than or equal to' implies 'less than' is not 'equals'.
|- ((A e. RR /\ B e. RR /\ A <_ B) -> (A < B <-> B =/= A))
 
Theoremltlent 5514 'Less than' expressed in terms of 'less than or equal to'.
|- ((A e. RR /\ B e. RR) -> (A < B <-> (A <_ B /\ B =/= A)))
 
Theoremlelttrt 5515 Transitive law.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A <_ B /\ B < C) -> A < C))
 
Theoremltletrt 5516 Transitive law.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A < B /\ B <_ C) -> A < C))
 
Theoremletrt 5517 Transitive law.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A <_ B /\ B <_ C) -> A <_ C))
 
Theoremletrd 5518 Transitive law deduction for 'less than or equal to'.
|- (ph -> A e. RR)   &   |- (ph -> B e. RR)   &   |- (ph -> C e. RR)   &   |- (ph -> A <_ B)   &   |- (ph -> B <_ C)   =>   |- (ph -> A <_ C)
 
Theoremlelttrd 5519 Transitive law deduction for 'less than or equal to', 'less than'.
|- (ph -> A e. RR)   &   |- (ph -> B e. RR)   &   |- (ph -> C e. RR)   &   |- (ph -> A <_ B)   &   |- (ph -> B < C)   =>   |- (ph -> A < C)
 
Theoremltletrd 5520 Transitive law deduction for 'less than', 'less than or equal to'.
|- (ph -> A e. RR)   &   |- (ph -> B e. RR)   &   |- (ph -> C e. RR)   &   |- (ph -> A < B)   &   |- (ph -> B <_ C)   =>   |- (ph -> A < C)
 
Theoremlttrd 5521 Transitive law deduction for 'less than'.
|- (ph -> A e. RR)   &   |- (ph -> B e. RR)   &   |- (ph -> C e. RR)   &   |- (ph -> A < B)   &   |- (ph -> B < C)   =>   |- (ph -> A < C)
 
Theoremltnrt 5522 'Less than' is irreflexive.
|- (A e. RR -> -. A < A)
 
Theoremleidt 5523 'Less than or equal to' is reflexive.
|- (A e. RR -> A <_ A)
 
Theoremltnsymt 5524 'Less than' is not symmetric.
|- ((A e. RR /\ B e. RR) -> (A < B -> -. B < A))
 
Theoremltnsym2t 5525 'Less than' is antisymmetric and irreflexive.
|- ((A e. RR /\ B e. RR) -> -. (A < B /\ B < A))
 
Theorempm2.61ltle 5526 Ordering elimination by cases.
|- ((ph /\ A < B) -> ps)   &   |- ((ph /\ B <_ A) -> ps)   &   |- (ph -> A e. RR)   &   |- (ph -> B e. RR)   =>   |- (ph -> ps)
 
Ordering on the extended reals
 
Theoremelxr 5527 Membership in the set of extended reals.
|- (A e. RR* <-> (A e. RR \/ A = +oo \/ A = -oo))
 
Theorempnfnemnf 5528 Plus and minus infinity are distinguished elements of RR*.
|- +oo =/= -oo
 
Theoremrenepnft 5529 No (finite) real equals plus infinity.
|- (A e. RR -> A =/= +oo)
 
Theoremrenemnft 5530 No real equals minus infinity.
|- (A e. RR -> A =/= -oo)
 
Theoremrenfdisj 5531 The reals and the infinities are disjoint.
|- (RR i^i { +oo, -oo}) = (/)
 
Theoremssxr 5532 The three (non-exclusive) possibilities implied by a subset of extended reals.
|- (A (_ RR* -> (A (_ RR \/ +oo e. A \/ -oo e. A))
 
Theoremxrltnrt 5533 The extended real 'less than' is irreflexive.
|- (A e. RR* -> -. A < A)
 
Theoremltpnft 5534 Any (finite) real is less than plus infinity.
|- (A e. RR -> A < +oo)
 
Theoremmnfltt 5535 Minus infinity is less than any (finite) real.
|- (A e. RR -> -oo < A)
 
Theoremmnfltpnf 5536 Minus infinity is less than plus infinity.
|- -oo < +oo
 
Theoremmnfltxrt 5537 Minus infinity is less than an extended real that is either real or plus infinity.
|- ((A e. RR \/ A = +oo) -> -oo < A)
 
Theorempnfnltt 5538 No extended real is greater than plus infinity.
|- (A e. RR* -> -. +oo < A)
 
Theoremnltmnft 5539 No extended real is less than minus infinity.
|- (A e. RR* -> -. A < -oo)
 
Theorempnfget 5540 Plus infinity is an upper bound for extended reals.
|- (A e. RR* -> A <_ +oo)
 
Theoremmnflet 5541 Minus infinity is less than or equal to any extended real.
|- (A e. RR* -> -oo <_ A)
 
Theoremxrltnsymt 5542 Ordering on the extended reals is not symmetric.
|- ((A e. RR* /\ B e. RR*) -> (A < B -> -. B < A))
 
Theoremxrltnsym2t 5543 'Less than' is antisymmetric and irreflexive for extended reals.
|- ((A e. RR* /\ B e. RR*) -> -. (A < B /\ B < A))
 
Theoremxrlttrit 5544 Ordering on the extended reals satisfies strict trichotomy.
|- ((A e. RR* /\ B e. RR*) -> (A < B <-> -. (A = B \/ B < A)))
 
Theoremxrlttrt 5545 Ordering on the extended reals is transitive.
|- ((A e. RR* /\ B e. RR* /\ C e. RR*) -> ((A < B /\ B < C) -> A < C))
 
Theoremxrltso 5546 'Less than' is a strict ordering on the extended reals.
|- < Or RR*
 
Theoremxrlttri2t 5547 Trichotomy law for 'less than' for extended reals.
|- ((A e. RR* /\ B e. RR*) -> (A =/= B <-> (A < B \/ B < A)))
 
Theoremxrlttri3t 5548 Trichotomy law for 'less than' for extended reals.
|- ((A e. RR* /\ B e. RR*) -> (A = B <-> (-. A < B /\ -. B < A)))
 
Theoremxrleloet 5549 'Less than or equal' expressed in terms of 'less than' or 'equals', for extended reals.
|- ((A e. RR* /\ B e. RR*) -> (A <_ B <-> (A < B \/ A = B)))
 
Theoremxrleltnet 5550 'Less than or equal to' implies 'less than' is not 'equals', for extended reals.
|- ((A e. RR* /\ B e. RR* /\ A <_ B) -> (A < B <-> B =/= A))
 
Theoremxrltlet 5551 'Less than' implies 'less than or equal' for extended reals.
|- ((A e. RR* /\ B e. RR*) -> (A < B -> A <_ B))
 
Theoremxrleidt 5552 'Less than or equal to' is reflexive for extended reals.
|- (A e. RR* -> A <_ A)
 
Theoremxrletrit 5553 Trichotomy law for extended reals.
|- ((A e. RR* /\ B e. RR*) -> (A <_ B \/ B <_ A))
 
Theoremxrlelttrt 5554 Transitive law for ordering on extended reals.
|- ((A e. RR* /\ B e. RR* /\ C e. RR*) -> ((A <_ B /\ B < C) -> A < C))
 
Theoremxrltletrt 5555 Transitive law for ordering on extended reals.
|- ((A e. RR* /\ B e. RR* /\ C e. RR*) -> ((A < B /\ B <_ C) -> A < C))
 
Theoremxrletrt 5556 Transitive law for ordering on extended reals.
|- ((A e. RR* /\ B e. RR* /\ C e. RR*) -> ((A <_ B /\ B <_ C) -> A <_ C))
 
Theoremxrltnet 5557 'Less than' implies not equal for extended reals.
|- ((A e. RR* /\ B e. RR* /\ A < B) -> B =/= A)
 
Theoremnltpnftt 5558 An extended real is not less than plus infinity iff they are equal.
|- (A e. RR* -> (A = +oo <-> -. A < +oo))
 
Theoremngtmnftt 5559 An extended real is not greater than minus infinity iff they are equal.
|- (A e. RR* -> (A = -oo <-> -. -oo < A))
 
Theoremxrrebndt 5560 An extended real is real iff it is strictly bounded by infinities.
|- (A e. RR* -> (A e. RR <-> ( -oo < A /\ A < +oo)))
 
Theoremxrret 5561 A way of proving that an extended real is real.
|- (((A e. RR* /\ B e. RR) /\ ( -oo < A /\ A <_ B)) -> A e. RR)
 
Theoremxrre2t 5562 An extended real between two others is real.
|- (((A e. RR* /\ B e. RR* /\ C e. RR*) /\ (A < B /\ B < C)) -> B e. RR)
 
Ordering on reals (cont.)
 
Theoremeqlet 5563 Equality implies 'less than or equal to'.
|- ((A e. RR /\ A = B) -> A <_ B)
 
Theoremlttri2 5564 Consequence of trichotomy.
|- A e. RR   &   |- B e. RR   =>   |- (A =/= B <-> (A < B \/ B < A))
 
Theoremlttri3 5565 Consequence of trichotomy.
|- A e. RR   &   |- B e. RR   =>   |- (A = B <-> (-. A < B /\ -. B < A))
 
Theoremletri3 5566 Consequence of trichotomy.
|- A e. RR   &   |- B e. RR   =>   |-