HomeHome Metamath Proof Explorer < Previous   Next >
Bad symbols? Use Firefox
(or GIF version for IE).

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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8782)
  Hilbert Space Explorer  Hilbert Space Explorer
(8783-10363)
  User Sandboxes  User Sandboxes
(10364-10752)
 

Statement List for Metamath Proof Explorer - 5501-5600 - Page 56 of 108
TypeLabelDescription
Statement
 
Definitiondf-xr 5501 Define the set of extended reals that includes plus and minus infinity. Definition 12-3.1 of [Gleason] p. 173.
* = ( ∪ { +∞, -∞})
 
Definitiondf-ltxr 5502 Define 'less than' on the set of extended reals. Definition 12-3.1 of [Gleason] p. 173. The clipping of < makes our definition independent of the complex number construction, since the postulates don't presuppose that < is a relation on .
< = ((( < ∩ ( × )) ∪ { -∞, +∞}) ∪ (( × { +∞}) ∪ ({ -∞} × )))
 
Definitiondf-le 5503 Define 'less than or equal to' on the extended real subset of complex numbers. Theorem leloet 5530 relates it to 'less than' for reals.
≤ = ((* × *) < )
 
Theoremxrex 5504 The set of extended reals exists.
* V
 
Theorempnfxr 5505 Plus infinity belongs to the set of extended reals.
+∞ *
 
Theoremmnfxr 5506 Minus infinity belongs to the set of extended reals.
-∞ *
 
Theoremltxrt 5507 The 'less than' binary relation on the set of extended reals. Definition 12-3.1 of [Gleason] p. 173.
((A * B *) → (A < B ↔ ((((A B ) A < B) (A = -∞ B = +∞)) ((A B = +∞) (A = -∞ B )))))
 
Theorempnfnre 5508 Plus infinity is not a real number.
+∞
 
Theoremmnfnre 5509 Minus infinity is not a real number.
-∞
 
Theoremressxr 5510 The standard reals are a subset of the extended reals.
*
 
Theoremrexrt 5511 A standard real is an extended real.
(A A *)
 
Theoremltxrltt 5512 The standard less-than < and the extended real less-than < are identical when restricted to the non-extended reals .
((A B ) → (A < BA < B))
 
Theoremxrlenltt 5513 'Less than or equal to' expressed in terms of 'less than', for extended reals.
((A * B *) → (AB ↔ ¬ B < A))
 
Theoremxrltnlet 5514 'Less than' expressed in terms of 'less than or equal to', for extended reals.
((A * B *) → (A < B ↔ ¬ BA))
 
Restate the ordering postulates with extended real "less than"
 
Theoremaxlttri 5515 Ordering on reals satisfies strict trichotomy. Axiom 22 of 27 for real and complex numbers, derived from ZF set theory. (This restates pre-axlttri 5299 with ordering on the extended reals.)
((A B ) → (A < B ↔ ¬ (A = B B < A)))
 
Theoremaxlttrn 5516 Ordering on reals is transitive. Axiom 23 of 27 for real and complex numbers, derived from ZF set theory. (This restates pre-axlttrn 5300 with ordering on the extended reals.)
((A B C ) → ((A < B B < C) → A < C))
 
Theoremaxltadd 5517 Ordering property of addition on reals. Axiom 24 of 27 for real and complex numbers, derived from ZF set theory. (This restates pre-axltadd 5301 with ordering on the extended reals.)
((A B C ) → (A < B → (C + A) < (C + B)))
 
Theoremaxmulgt0 5518 The product of two positive reals is positive. Axiom 25 of 27 for real and complex numbers, derived from ZF set theory. (This restates pre-axmulgt0 5302 with ordering on the extended reals.)
((A B ) → ((0 < A 0 < B) → 0 < (A · B)))
 
Theoremaxsup 5519 A non-empty, bounded-above set of reals has a supremum. Axiom 27 of 27 for real and complex numbers, derived from ZF set theory. (This restates pre-axsup 5303 with ordering on the extended reals.)
((A A x y A y < x) → x (y A ¬ x < y y (y < xz A y < z)))
 
Ordering on reals
 
Theoremlttrt 5520 Alias for axlttrn 5516, for naming consistency with lttr 5597.
((A B C ) → ((A < B B < C) → A < C))
 
Theoremmulgt0t 5521 Alias for axmulgt0 5518, for naming consistency with mulgt0 5618.
((A B ) → ((0 < A 0 < B) → 0 < (A · B)))
 
Theoremlenltt 5522 'Less than or equal to' expressed in terms of 'less than'.
((A B ) → (AB ↔ ¬ B < A))
 
Theoremltnlet 5523 'Less than' expressed in terms of 'less than or equal to'.
((A B ) → (A < B ↔ ¬ BA))
 
Theoremltso 5524 'Less than' is a strict ordering. Note: do not shorten this with ltsor 5273, and do not use ltsor 5273 in complex number proofs, in order to maintain a portable derivation of all complex number proofs directly from postulates.
< Or
 
Theoremlttri2t 5525 Consequence of trichotomy.
((A B ) → (AB ↔ (A < B B < A)))
 
Theoremlttri3t 5526 Trichotomy law for 'less than'.
((A B ) → (A = B ↔ (¬ A < B ¬ B < A)))
 
Theoremlttri4t 5527 Trichotomy law for 'less than'.
((A B ) → (A < B A = B B < A))
 
Theoremltnet 5528 'Less than' implies not equal.
((A B A < B) → BA)
 
Theoremletri3t 5529 Trichotomy law.
((A B ) → (A = B ↔ (AB BA)))
 
Theoremleloet 5530 'Less than or equal to' expressed in terms of 'less than' or 'equals'.
((A B ) → (AB ↔ (A < B A = B)))
 
Theoremeqleltt 5531 Equality in terms of 'less than or equal to', 'less than'.
((A B ) → (A = B ↔ (AB ¬ A < B)))
 
Theoremltlet 5532 'Less than' implies 'less than or equal to'.
((A B ) → (A < BAB))
 
Theoremleltnet 5533 'Less than or equal to' implies 'less than' is not 'equals'.
((A B AB) → (A < BBA))
 
Theoremltlent 5534 'Less than' expressed in terms of 'less than or equal to'.
((A B ) → (A < B ↔ (AB BA)))
 
Theoremlelttrt 5535 Transitive law.
((A B C ) → ((AB B < C) → A < C))
 
Theoremltletrt 5536 Transitive law.
((A B C ) → ((A < B BC) → A < C))
 
Theoremletrt 5537 Transitive law.
((A B C ) → ((AB BC) → AC))
 
Theoremletrd 5538 Transitive law deduction for 'less than or equal to'.
(φA )    &   (φB )    &   (φC )    &   (φAB)    &   (φBC)       (φAC)
 
Theoremlelttrd 5539 Transitive law deduction for 'less than or equal to', 'less than'.
(φA )    &   (φB )    &   (φC )    &   (φAB)    &   (φB < C)       (φA < C)
 
Theoremltletrd 5540 Transitive law deduction for 'less than', 'less than or equal to'.
(φA )    &   (φB )    &   (φC )    &   (φA < B)    &   (φBC)       (φA < C)
 
Theoremlttrd 5541 Transitive law deduction for 'less than'.
(φA )    &   (φB )    &   (φC )    &   (φA < B)    &   (φB < C)       (φA < C)
 
Theoremltnrt 5542 'Less than' is irreflexive.
(A → ¬ A < A)
 
Theoremleidt 5543 'Less than or equal to' is reflexive.
(A AA)
 
Theoremltnsymt 5544 'Less than' is not symmetric.
((A B ) → (A < B → ¬ B < A))
 
Theoremltnsym2t 5545 'Less than' is antisymmetric and irreflexive.
((A B ) → ¬ (A < B B < A))
 
Theorempm2.61ltle 5546 Ordering elimination by cases.
((φ A < B) → ψ)    &   ((φ BA) → ψ)    &   (φA )    &   (φB )       (φψ)
 
Ordering on the extended reals
 
Theoremelxr 5547 Membership in the set of extended reals.
(A * ↔ (A A = +∞ A = -∞))
 
Theorempnfnemnf 5548 Plus and minus infinity are distinguished elements of *.
+∞ ≠ -∞
 
Theoremrenepnft 5549 No (finite) real equals plus infinity.
(A A ≠ +∞)
 
Theoremrenemnft 5550 No real equals minus infinity.
(A A ≠ -∞)
 
Theoremrenfdisj 5551 The reals and the infinities are disjoint.
( ∩ { +∞, -∞}) =
 
Theoremssxr 5552 The three (non-exclusive) possibilities implied by a subset of extended reals.
(A * → (A +∞ A -∞ A))
 
Theoremxrltnrt 5553 The extended real 'less than' is irreflexive.
(A * → ¬ A < A)
 
Theoremltpnft 5554 Any (finite) real is less than plus infinity.
(A A < +∞)
 
Theoremmnfltt 5555 Minus infinity is less than any (finite) real.
(A → -∞ < A)
 
Theoremmnfltpnf 5556 Minus infinity is less than plus infinity.
-∞ < +∞
 
Theoremmnfltxrt 5557 Minus infinity is less than an extended real that is either real or plus infinity.
((A A = +∞) → -∞ < A)
 
Theorempnfnltt 5558 No extended real is greater than plus infinity.
(A * → ¬ +∞ < A)
 
Theoremnltmnft 5559 No extended real is less than minus infinity.
(A * → ¬ A < -∞)
 
Theorempnfget 5560 Plus infinity is an upper bound for extended reals.
(A *A ≤ +∞)
 
Theoremmnflet 5561 Minus infinity is less than or equal to any extended real.
(A * → -∞ ≤ A)
 
Theoremxrltnsymt 5562 Ordering on the extended reals is not symmetric.
((A * B *) → (A < B → ¬ B < A))
 
Theoremxrltnsym2t 5563 'Less than' is antisymmetric and irreflexive for extended reals.
((A * B *) → ¬ (A < B B < A))
 
Theoremxrlttrit 5564 Ordering on the extended reals satisfies strict trichotomy.
((A * B *) → (A < B ↔ ¬ (A = B B < A)))
 
Theoremxrlttrt 5565 Ordering on the extended reals is transitive.
((A * B * C *) → ((A < B B < C) → A < C))
 
Theoremxrltso 5566 'Less than' is a strict ordering on the extended reals.
< Or *
 
Theoremxrlttri2t 5567 Trichotomy law for 'less than' for extended reals.
((A * B *) → (AB ↔ (A < B B < A)))
 
Theoremxrlttri3t 5568 Trichotomy law for 'less than' for extended reals.
((A * B *) → (A = B ↔ (¬ A < B ¬ B < A)))
 
Theoremxrleloet 5569 'Less than or equal' expressed in terms of 'less than' or 'equals', for extended reals.
((A * B *) → (AB ↔ (A < B A = B)))
 
Theoremxrleltnet 5570 'Less than or equal to' implies 'less than' is not 'equals', for extended reals.
((A * B * AB) → (A < BBA))
 
Theoremxrltlet 5571 'Less than' implies 'less than or equal' for extended reals.
((A * B *) → (A < BAB))
 
Theoremxrleidt 5572 'Less than or equal to' is reflexive for extended reals.
(A *AA)
 
Theoremxrletrit 5573 Trichotomy law for extended reals.
((A * B *) → (AB BA))
 
Theoremxrlelttrt 5574 Transitive law for ordering on extended reals.
((A * B * C *) → ((AB B < C) → A < C))
 
Theoremxrltletrt 5575 Transitive law for ordering on extended reals.
((A * B * C *) → ((A < B BC) → A < C))
 
Theoremxrletrt 5576 Transitive law for ordering on extended reals.
((A * B * C *) → ((AB BC) → AC))
 
Theoremxrltnet 5577 'Less than' implies not equal for extended reals.
((A * B * A < B) → BA)
 
Theoremnltpnftt 5578 An extended real is not less than plus infinity iff they are equal.
(A * → (A = +∞ ↔ ¬ A < +∞))
 
Theoremngtmnftt 5579 An extended real is not greater than minus infinity iff they are equal.
(A * → (A = -∞ ↔ ¬ -∞ < A))
 
Theoremxrrebndt 5580 An extended real is real iff it is strictly bounded by infinities.
(A * → (A ↔ ( -∞ < A A < +∞)))
 
Theoremxrret 5581 A way of proving that an extended real is real.
(((A * B ) ( -∞ < A AB)) → A )
 
Theoremxrre2t 5582 An extended real between two others is real.
(((A * B * C *) (A < B B < C)) → B )
 
Ordering on reals (cont.)
 
Theoremeqlet 5583 Equality implies 'less than or equal to'.
((A A = B) → AB)
 
Theoremlttri2 5584 Consequence of trichotomy.
A     &   B        (AB ↔ (A < B B < A))
 
Theoremlttri3 5585 Consequence of trichotomy.
A     &   B        (A = B ↔ (¬ A < B ¬ B < A))
 
Theoremletri3 5586 Consequence of trichotomy.
A     &   B        (A = B ↔ (AB BA))
 
Theoremleloe 5587 'Less than or equal to' in terms of 'less than'.
A     &   B        (AB ↔ (A < B A = B))
 
Theoremltlen 5588 'Less than' expressed in terms of 'less than or equal to'.
A     &   B        (A < B ↔ (AB BA))
 
Theoremltnsym 5589 'Less than' is not symmetric.
A     &   B        (A < B → ¬ B < A)
 
Theoremlenlt 5590 'Less than or equal to' in terms of 'less than'.
A     &   B        (AB ↔ ¬ B < A)
 
Theoremltnle 5591 'Less than' in terms of 'less than or equal to'.
A     &   B        (A < B ↔ ¬ BA)
 
Theoremltle 5592 'Less than' implies 'less than or equal to'.
A     &   B        (A < BAB)
 
Theoremltlei 5593 'Less than' implies 'less than or equal to' (inference).
A     &   B     &   A < B       AB
 
Theoremeqle 5594 Equality implies 'less than or equal to'.
A     &   B        (A = BAB)
 
Theoremltne 5595 'Less than' implies not equal.
A     &   B        (A < BBA)
 
Theoremletri 5596 Trichotomy law for 'less than or equal to'.
A     &   B        (AB BA)
 
Theoremlttr 5597 'Less than' is transitive. Theorem I.17 of [Apostol] p. 20.
A     &   B     &   C        ((A < B B < C) → A < C)
 
Theoremlelttr 5598 'Less than or equal to', 'less than' transitive law.
A     &   B     &   C        ((AB B < C) → A < C)
 
Theoremltletr 5599 'Less than', 'less than or equal to' transitive law.
A     &   B     &   C        ((A < B BC) → A < C)
 
Theoremletr 5600 'Less than or equal to' is transitive.
A     &   B     &   C        ((AB BC) → AC)

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