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-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12229

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-9062)
  Hilbert Space Explorer  Hilbert Space Explorer
(9063-10650)
  Users' Mathboxes  Users' Mathboxes
(10651-12229)
 

Statement List for Metamath Proof Explorer - 5901-6000 - Page 60 of 123
TypeLabelDescription
Statement
 
Theoremdivcan3 5901 A cancellation law for division.
|- ((A e. CC /\ B e. CC /\ B =/= 0) -> ((B x. A) / B) = A)
 
Theoremdivcan4 5902 A cancellation law for division.
|- ((A e. CC /\ B e. CC /\ B =/= 0) -> ((A x. B) / B) = A)
 
Theoremdiv11i 5903 One-to-one relationship for division.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- C =/= 0   =>   |- ((A / C) = (B / C) <-> A = B)
 
Theoremdiv11 5904 One-to-one relationship for division.
|- ((A e. CC /\ B e. CC /\ (C e. CC /\ C =/= 0)) -> ((A / C) = (B / C) <-> A = B))
 
Theoremdivid 5905 A number divided by itself is one.
|- ((A e. CC /\ A =/= 0) -> (A / A) = 1)
 
Theoremdiv0 5906 Division into zero is zero.
|- ((A e. CC /\ A =/= 0) -> (0 / A) = 0)
 
Theoremdiveq0 5907 A ratio is zero iff the numerator is zero.
|- ((A e. CC /\ C e. CC /\ C =/= 0) -> ((A / C) = 0 <-> A = 0))
 
Theoremrecreci 5908 A number is equal to the reciprocal of its reciprocal. Theorem I.10 of [Apostol] p. 18.
|- A e. CC   &   |- A =/= 0   =>   |- (1 / (1 / A)) = A
 
Theoremdividi 5909 A number divided by itself is one.
|- A e. CC   &   |- A =/= 0   =>   |- (A / A) = 1
 
Theoremdiv0i 5910 Division into zero is zero.
|- A e. CC   &   |- A =/= 0   =>   |- (0 / A) = 0
 
Theoremdiv1i 5911 A number divided by 1 is itself.
|- A e. CC   =>   |- (A / 1) = A
 
Theoremdiv1 5912 A number divided by 1 is itself.
|- (A e. CC -> (A / 1) = A)
 
Theoremdivneg 5913 Move negative sign inside of a division.
|- ((A e. CC /\ B e. CC /\ B =/= 0) -> -u(A / B) = (-uA / B))
 
Theoremdivsubdir 5914 Distribution of division over subtraction.
|- ((A e. CC /\ B e. CC /\ (C e. CC /\ C =/= 0)) -> ((A - B) / C) = ((A / C) - (B / C)))
 
Theoremrecrec 5915 A number is equal to the reciprocal of its reciprocal. Theorem I.10 of [Apostol] p. 18.
|- ((A e. CC /\ A =/= 0) -> (1 / (1 / A)) = A)
 
Theoremrec11ii 5916 Reciprocal is one-to-one.
|- A e. CC   &   |- B e. CC   &   |- A =/= 0   &   |- B =/= 0   =>   |- ((1 / A) = (1 / B) <-> A = B)
 
Theoremrec11i 5917 Reciprocal is one-to-one.
|- A e. CC   &   |- B e. CC   =>   |- ((A =/= 0 /\ B =/= 0) -> ((1 / A) = (1 / B) <-> A = B))
 
Theoremrec11r 5918 Mutual reciprocals. (Contributed by Paul Chapman, 18-Oct-2007.)
|- (((A e. CC /\ A =/= 0) /\ (B e. CC /\ B =/= 0)) -> ((1 / A) = B <-> (1 / B) = A))
 
Theoremdivmuldiv 5919 Multiplication of two ratios. Theorem I.14 of [Apostol] p. 18.
|- (((A e. CC /\ B e. CC) /\ ((C e. CC /\ C =/= 0) /\ (D e. CC /\ D =/= 0))) -> ((A / C) x. (B / D)) = ((A x. B) / (C x. D)))
 
Theoremdivcan5 5920 Cancellation of common factor in a ratio.
|- ((A e. CC /\ (B e. CC /\ B =/= 0) /\ (C e. CC /\ C =/= 0)) -> ((C x. A) / (C x. B)) = (A / B))
 
Theoremdivmul13 5921 Swap the denominators in the product of two ratios.
|- (((A e. CC /\ B e. CC) /\ ((C e. CC /\ C =/= 0) /\ (D e. CC /\ D =/= 0))) -> ((A / C) x. (B / D)) = ((B / C) x. (A / D)))
 
Theoremdivmul24 5922 Swap the numerators in the product of two ratios.
|- (((A e. CC /\ B e. CC) /\ ((C e. CC /\ C =/= 0) /\ (D e. CC /\ D =/= 0))) -> ((A / C) x. (B / D)) = ((A / D) x. (B / C)))
 
Theoremdivadddiv 5923 Addition of two ratios. Theorem I.13 of [Apostol] p. 18.
|- (((A e. CC /\ B e. CC) /\ ((C e. CC /\ C =/= 0) /\ (D e. CC /\ D =/= 0))) -> ((A / C) + (B / D)) = (((A x. D) + (C x. B)) / (C x. D)))
 
Theoremdivdivdiv 5924 Division of two ratios. Theorem I.15 of [Apostol] p. 18.
|- (((A e. CC /\ (B e. CC /\ B =/= 0)) /\ ((C e. CC /\ C =/= 0) /\ (D e. CC /\ D =/= 0))) -> ((A / B) / (C / D)) = ((A x. D) / (B x. C)))
 
Theoremdivmuldivi 5925 Multiplication of two ratios. Theorem I.14 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. CC   &   |- B =/= 0   &   |- D =/= 0   =>   |- ((A / B) x. (C / D)) = ((A x. C) / (B x. D))
 
Theoremdivmul13i 5926 Swap denominators of two ratios.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. CC   &   |- B =/= 0   &   |- D =/= 0   =>   |- ((A / B) x. (C / D)) = ((C / B) x. (A / D))
 
Theoremdivadddivi 5927 Addition of two ratios. Theorem I.13 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. CC   &   |- B =/= 0   &   |- D =/= 0   =>   |- ((A / B) + (C / D)) = (((A x. D) + (B x. C)) / (B x. D))
 
Theoremdivdivdivi 5928 Division of two ratios. Theorem I.15 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. CC   &   |- B =/= 0   &   |- D =/= 0   &   |- C =/= 0   =>   |- ((A / B) / (C / D)) = ((A x. D) / (B x. C))
 
Theoremrecdiv 5929 The reciprocal of a ratio.
|- (((A e. CC /\ A =/= 0) /\ (B e. CC /\ B =/= 0)) -> (1 / (A / B)) = (B / A))
 
Theoremdivcan6 5930 Cancellation of inverted fractions.
|- (((A e. CC /\ A =/= 0) /\ (B e. CC /\ B =/= 0)) -> ((A / B) x. (B / A)) = 1)
 
Theoremdivdiv23 5931 Swap denominators in a division.
|- ((A e. CC /\ (B e. CC /\ B =/= 0) /\ (C e. CC /\ C =/= 0)) -> ((A / B) / C) = ((A / C) / B))
 
Theoremdivdiv23i 5932 Swap denominators in a division.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- B =/= 0   &   |- C =/= 0   =>   |- ((A / B) / C) = ((A / C) / B)
 
Theoremdivdiv23zi 5933 Swap denominators in a division.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((B =/= 0 /\ C =/= 0) -> ((A / B) / C) = ((A / C) / B))
 
Theoremdivdiv1 5934 Division into a fraction.
|- ((A e. CC /\ (B e. CC /\ B =/= 0) /\ (C e. CC /\ C =/= 0)) -> ((A / B) / C) = (A / (B x. C)))
 
Theoremdivdiv2 5935 Division by a fraction.
|- ((A e. CC /\ (B e. CC /\ B =/= 0) /\ (C e. CC /\ C =/= 0)) -> (A / (B / C)) = ((A x. C) / B))
 
Theoremrecdiv2 5936 Division into a reciprocal.
|- (((A e. CC /\ A =/= 0) /\ (B e. CC /\ B =/= 0)) -> ((1 / A) / B) = (1 / (A x. B)))
 
Theoremconjmul 5937 Two numbers whose reciprocals sum to 1 are called "conjugates" and satisfy this relationship. Equation 5 of [Kreyszig] p. 12.
|- (((P e. CC /\ P =/= 0) /\ (Q e. CC /\ Q =/= 0)) -> (((1 / P) + (1 / Q)) = 1 <-> ((P - 1) x. (Q - 1)) = 1))
 
Theoremredivcli 5938 Closure law for division of reals.
|- A e. RR   &   |- B e. RR   &   |- B =/= 0   =>   |- (A / B) e. RR
 
Theoremredivclzi 5939 Closure law for division of reals.
|- A e. RR   &   |- B e. RR   =>   |- (B =/= 0 -> (A / B) e. RR)
 
Theoremredivcl 5940 Closure law for division of reals.
|- ((A e. RR /\ B e. RR /\ B =/= 0) -> (A / B) e. RR)
 
Theoremrereccli 5941 Closure law for reciprocal.
|- A e. RR   &   |- A =/= 0   =>   |- (1 / A) e. RR
 
Theoremrerecclzi 5942 Closure law for reciprocal.
|- A e. RR   =>   |- (A =/= 0 -> (1 / A) e. RR)
 
Theoremrereccl 5943 Closure law for reciprocal.
|- ((A e. RR /\ A =/= 0) -> (1 / A) e. RR)
 
Theoremeqnegi 5944 A number equal to its negative is zero.
|- A e. CC   =>   |- (A = -uA <-> A = 0)
 
Theoremeqneg 5945 A number equal to its negative is zero.
|- (A e. CC -> (A = -uA <-> A = 0))
 
Theoremnegeq0 5946 A number is zero iff its negative is zero.
|- (A e. CC -> (A = 0 <-> -uA = 0))
 
Theoremnegne0bi 5947 A number is non-zero iff its negative is non-zero.
|- A e. CC   =>   |- (A =/= 0 <-> -uA =/= 0)
 
Theoremnegne0i 5948 The negative of a non-zero number is non-zero.
|- A e. CC   &   |- A =/= 0   =>   |- -uA =/= 0
 
Ordering on reals (cont.)
 
Theoremelimgt0 5949 Hypothesis for weak deduction theorem to eliminate 0 < A.
|- 0 < if(0 < A, A, 1)
 
Theoremelimge0 5950 Hypothesis for weak deduction theorem to eliminate 0 <_ A.
|- 0 <_ if(0 <_ A, A, 0)
 
Theoremltp1 5951 A number is less than itself plus 1.
|- (A e. RR -> A < (A + 1))
 
Theoremlep1 5952 A number is less than or equal to itself plus 1.
|- (A e. RR -> A <_ (A + 1))
 
Theoremltp1i 5953 A number is less than itself plus 1.
|- A e. RR   =>   |- A < (A + 1)
 
Theoremrecgt0ii 5954 The reciprocal of a positive number is positive. Exercise 4 of [Apostol] p. 21.
|- A e. RR   &   |- 0 < A   =>   |- 0 < (1 / A)
 
Theoremltm1 5955 A number minus 1 is less than itself.
|- (A e. RR -> (A - 1) < A)
 
Theoremletrp1 5956 A transitive property of 'less than or equal' and plus 1.
|- ((A e. RR /\ B e. RR /\ A <_ B) -> A <_ (B + 1))
 
Theoremp1le 5957 A transitive property of plus 1 and 'less than or equal'.
|- ((A e. RR /\ B e. RR /\ (A + 1) <_ B) -> A <_ B)
 
Theoremprodgt0lem 5958 Lemma for prodgt0i 5959.
 
Theoremprodgt0i 5959 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)
 
Theoremprodge0i 5960 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)
 
Theoremltmul1ii 5961 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))
 
Theoremltmul1i 5962 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)))
 
Theoremltdiv1ii 5963 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))
 
Theoremltdiv1i 5964 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)))
 
Theoremltmuldivi 5965 '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)))
 
Theoremprodgt0 5966 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)
 
Theoremprodgt02 5967 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)
 
Theoremprodge0 5968 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)
 
Theoremprodge02 5969 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)
 
Theoremltmul1 5970 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)))
 
Theoremltmul2 5971 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)))
 
Theoremltmul2OLD 5972 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 5973 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)))
 
Theoremlemul1OLD 5974 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 5975 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)))
 
Theoremlemul2OLD 5976 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)))
 
Theoremltmul2i 5977 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)))
 
Theoremltmul2iOLD 5978 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)))
 
Theoremlemul1i 5979 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)))
 
Theoremlemul2i 5980 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)))
 
Theoremlemul1a 5981 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))
 
Theoremlemul1aOLD 5982 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))
 
Theoremlemul2a 5983 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))
 
Theoremlemul2aOLD 5984 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))
 
Theoremltmul12a 5985 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))
 
Theoremlemul12b 5986 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)))
 
Theoremlemul12aOLD 5987 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))
 
Theoremlemul12a 5988 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)))
 
Theoremmulgt1 5989 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))
 
Theoremltmulgt11 5990 Multiplication by a number greater than 1.
|- ((A e. RR /\ B e. RR /\ 0 < A) -> (1 < B <-> A < (A x. B)))
 
Theoremltmulgt12 5991 Multiplication by a number greater than 1.
|- ((A e. RR /\ B e. RR /\ 0 < A) -> (1 < B <-> A < (B x. A)))
 
Theoremlemulge11 5992 Multiplication by a number greater than or equal to 1.
|- (((A e. RR /\ B e. RR) /\ (0 <_ A /\ 1 <_ B)) -> A <_ (A x. B))
 
Theoremltdiv1 5993 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)))
 
Theoremltdiv1OLD 5994 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)))
 
Theoremlediv1 5995 Division of both sides of a less than or equal to relation by a positive number.
|- ((A e. RR /\ B e. RR /\ (C e. RR /\ 0 < C)) -> (A <_ B <-> (A / C) <_ (B / C)))
 
Theoremlediv1OLD 5996 Division of both sides of a less than or equal to relation by a positive number.
|- (((A e. RR /\ B e. RR /\ C e. RR) /\ 0 < C) -> (A <_ B <-> (A / C) <_ (B / C)))
 
Theoremgt0div 5997 Division of a positive number by a positive number.
|- ((A e. RR /\ B e. RR /\ 0 < B) -> (0 < A <-> 0 < (A / B)))
 
Theoremge0div 5998 Division of a nonnegative number by a positive number.
|- ((A e. RR /\ B e. RR /\ 0 < B) -> (0 <_ A <-> 0 <_ (A / B)))
 
Theoremdivgt0 5999 The ratio of two positive numbers is positive.
|- (((A e. RR /\ 0 < A) /\ (B e. RR /\ 0 < B)) -> 0 < (A / B))
 
Theoremdivge0 6000 The ratio of nonnegative and positive numbers is nonnegative.
|- (((A e. RR /\ 0 <_ A) /\ (B e. RR /\ 0 < B)) -> 0 <_ (A / B))

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