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-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 - 5801-5900 - Page 59 of 108
TypeLabelDescription
Statement
 
Theoremredivclz 5801 Closure law for division of reals.
|- A e. RR   &   |- B e. RR   =>   |- (B =/= 0 -> (A / B) e. RR)
 
Theoremredivclt 5802 Closure law for division of reals.
|- ((A e. RR /\ B e. RR /\ B =/= 0) -> (A / B) e. RR)
 
Theoremrereccl 5803 Closure law for reciprocal.
|- A e. RR   &   |- A =/= 0   =>   |- (1 / A) e. RR
 
Theoremrerecclz 5804 Closure law for reciprocal.
|- A e. RR   =>   |- (A =/= 0 -> (1 / A) e. RR)
 
Theoremrerecclt 5805 Closure law for reciprocal.
|- ((A e. RR /\ A =/= 0) -> (1 / A) e. RR)
 
Theoremeqneg 5806 A number equal to its negative is zero.
|- A e. CC   =>   |- (A = -uA <-> A = 0)
 
Theoremeqnegt 5807 A number equal to its negative is zero.
|- (A e. CC -> (A = -uA <-> A = 0))
 
Theoremnegeq0t 5808 A number is zero iff its negative is zero.
|- (A e. CC -> (A = 0 <-> -uA = 0))
 
Theoremnegne0 5809 A number is non-zero iff its negative is non-zero.
|- A e. CC   =>   |- (A =/= 0 <-> -uA =/= 0)
 
Theoremnegn0 5810 The negative of a non-zero number is non-zero.
|- A e. CC   &   |- A =/= 0   =>   |- -uA =/= 0
 
Ordering on reals (cont.)
 
Theoremelimgt0 5811 Hypothesis for weak deduction theorem to eliminate 0 < A.
|- 0 < if(0 < A, A, 1)
 
Theoremelimge0 5812 Hypothesis for weak deduction theorem to eliminate 0 <_ A.
|- 0 <_ if(0 <_ A, A, 0)
 
Theoremltp1t 5813 A number is less than itself plus 1.
|- (A e. RR -> A < (A + 1))
 
Theoremlep1t 5814 A number is less than or equal to itself plus 1.
|- (A e. RR -> A <_ (A + 1))
 
Theoremltp1 5815 A number is less than itself plus 1.
|- A e. RR   =>   |- A < (A + 1)
 
Theoremrecgt0i 5816 The reciprocal of a positive number is positive. Exercise 4 of [Apostol] p. 21.
|- A e. RR   &   |- 0 < A   =>   |- 0 < (1 / A)
 
Theoremltm1t 5817 A number minus 1 is less than itself.
|- (A e. RR -> (A - 1) < A)
 
Theoremletrp1t 5818 A transitive property of 'less than or equal' and plus 1.
|- ((A e. RR /\ B e. RR /\ A <_ B) -> A <_ (B + 1))
 
Theoremp1let 5819 A transitive property of plus 1 and 'less than or equal'.
|- ((A e. RR /\ B e. RR /\ (A + 1) <_ B) -> A <_ B)
 
Theoremprodgt0lem 5820 Lemma for prodgt0 5821.
 
Theoremprodgt0 5821 Infer that a multiplicand is positive from a nonnegative muliplier and positive product.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 < (A x. B)) -> 0 < B)
 
Theoremprodge0 5822 Infer that a multiplicand is nonnegative from a positive muliplier and nonnegative product.
|- A e. RR   &   |- B e. RR   =>   |- ((0 < A /\ 0 <_ (A x. B)) -> 0 <_ B)
 
Theoremltmul1i 5823 Multiplication of both sides of 'less than' by a positive number. Theorem I.19 of [Apostol] p. 20. (Proof shortened by Paul Chapman, 25-Jan-2008.)
|- A e. RR   &   |- B e. RR   &   |- C e. RR   &   |- 0 < C   =>   |- (A < B <-> (A x. C) < (B x. C))
 
Theoremltmul1 5824 Multiplication of both sides of 'less than' by a positive number. Theorem I.19 of [Apostol] p. 20.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- (0 < C -> (A < B <-> (A x. C) < (B x. C)))
 
Theoremltdiv1i 5825 Division of both sides of 'less than' by a positive number.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   &   |- 0 < C   =>   |- (A < B <-> (A / C) < (B / C))
 
Theoremltdiv1 5826 Division of both sides of 'less than' by a positive number.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- (0 < C -> (A < B <-> (A / C) < (B / C)))
 
Theoremltmuldiv 5827 'Less than' relationship between division and multiplication.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- (0 < C -> ((A x. C) < B <-> A < (B / C)))
 
Theoremprodgt0t 5828 Infer that a multiplicand is positive from a nonnegative muliplier and positive product.
|- (((A e. RR /\ B e. RR) /\ (0 <_ A /\ 0 < (A x. B))) -> 0 < B)
 
Theoremprodgt02t 5829 Infer that a multiplier is positive from a nonnegative muliplicand and positive product.
|- (((A e. RR /\ B e. RR) /\ (0 <_ B /\ 0 < (A x. B))) -> 0 < A)
 
Theoremprodge0t 5830 Infer that a multiplicand is nonnegative from a positive muliplier and nonnegative product.
|- (((A e. RR /\ B e. RR) /\ (0 < A /\ 0 <_ (A x. B))) -> 0 <_ B)
 
Theoremprodge02t 5831 Infer that a multiplier is nonnegative from a positive muliplicand and nonnegative product.
|- (((A e. RR /\ B e. RR) /\ (0 < B /\ 0 <_ (A x. B))) -> 0 <_ A)
 
Theoremltmul1t 5832 Multiplication of both sides of 'less than' by a positive number. Theorem I.19 of [Apostol] p. 20.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < C) -> (A < B <-> (A x. C) < (B x. C)))
 
Theoremltmul2t 5833 Multiplication of both sides of 'less than' by a positive number. Theorem I.19 of [Apostol] p. 20.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < C) -> (A < B <-> (C x. A) < (C x. B)))
 
Theoremlemul1t 5834 Multiplication of both sides of 'less than or equal to' by a positive number.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < C) -> (A <_ B <-> (A x. C) <_ (B x. C)))
 
Theoremlemul2t 5835 Multiplication of both sides of 'less than or equal to' by a positive number.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < C) -> (A <_ B <-> (C x. A) <_ (C x. B)))
 
Theoremltmul2 5836 Multiplication of both sides of 'less than' by a positive number. Theorem I.19 of [Apostol] p. 20.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- (0 < C -> (A < B <-> (C x. A) < (C x. B)))
 
Theoremlemul1 5837 Multiplication of both sides of 'less than or equal to' by a positive number.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- (0 < C -> (A <_ B <-> (A x. C) <_ (B x. C)))
 
Theoremlemul2 5838 Multiplication of both sides of 'less than or equal to' by a positive number.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- (0 < C -> (A <_ B <-> (C x. A) <_ (C x. B)))
 
Theoremlemul1it 5839 Multiplication of both sides of 'less than or equal to' by a nonnegative number.
|- (((A e. RR /\ B e. RR /\ (C e. RR /\ 0 <_ C)) /\ A <_ B) -> (A x. C) <_ (B x. C))
 
Theoremlemul1itOLD 5840 Multiplication of both sides of 'less than or equal to' by a nonnegative number.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ (0 <_ C /\ A <_ B)) -> (A x. C) <_ (B x. C))
 
Theoremlemul2it 5841 Multiplication of both sides of 'less than or equal to' by a nonnegative number. (Contributed by Paul Chapman, 7-Sep-2007.)
|- (((A e. RR /\ B e. RR /\ (C e. RR /\ 0 <_ C)) /\ A <_ B) -> (C x. A) <_ (C x. B))
 
Theoremlemul2itOLD 5842 Multiplication of both sides of 'less than or equal to' by a nonnegative number.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ (0 <_ C /\ A <_ B)) -> (C x. A) <_ (C x. B))
 
Theoremltmul12it 5843 Comparison of product of two positive numbers.
|- ((((A e. RR /\ B e. RR) /\ (0 <_ A /\ A < B)) /\ ((C e. RR /\ D e. RR) /\ (0 <_ C /\ C < D))) -> (A x. C) < (B x. D))
 
Theoremlemul12ait 5844 Comparison of product of two nonnegative numbers.
|- ((((A e. RR /\ 0 <_ A) /\ B e. RR) /\ (C e. RR /\ (D e. RR /\ 0 <_ D))) -> ((A <_ B /\ C <_ D) -> (A x. C) <_ (B x. D)))
 
Theoremlemul12itOLD 5845 Comparison of product of two nonnegative numbers.
|- ((((A e. RR /\ B e. RR) /\ (0 <_ A /\ A <_ B)) /\ ((C e. RR /\ D e. RR) /\ (0 <_ C /\ C <_ D))) -> (A x. C) <_ (B x. D))
 
Theoremlemul12it 5846 Comparison of product of two nonnegative numbers.
|- ((((A e. RR /\ 0 <_ A) /\ B e. RR) /\ ((C e. RR /\ 0 <_ C) /\ D e. RR)) -> ((A <_ B /\ C <_ D) -> (A x. C) <_ (B x. D)))
 
Theoremmulgt1t 5847 The product of two numbers greater than 1 is greater than 1.
|- (((A e. RR /\ B e. RR) /\ (1 < A /\ 1 < B)) -> 1 < (A x. B))
 
Theoremltmulgt11t 5848 Multiplication by a number greater than 1.
|- ((A e. RR /\ B e. RR /\ 0 < A) -> (1 < B <-> A < (A x. B)))
 
Theoremltmulgt12t 5849 Multiplication by a number greater than 1.
|- ((A e. RR /\ B e. RR /\ 0 < A) -> (1 < B <-> A < (B x. A)))
 
Theoremlemulge11t 5850 Multiplication by a number greater than or equal to 1.
|- (((A e. RR /\ B e. RR) /\ (0 <_ A /\ 1 <_ B)) -> A <_ (A x. B))
 
Theoremltdiv1t 5851 Division of both sides of 'less than' by a positive number.
|- ((A e. RR /\ B e. RR /\ (C e. RR /\ 0 < C)) -> (A < B <-> (A / C) < (B / C)))
 
Theoremltdiv1tOLD 5852 Division of both sides of 'less than' by a positive number.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < C) -> (A < B <-> (A / C