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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8759)   Hilbert Space Explorer  Hilbert Space Explorer (8760-10687)  

Statement List for Metamath Proof Explorer - 5701-5800 - Page 58 of 107
TypeLabelDescription
Statement
 
Theoremreccl 5701 Closure law for reciprocal.
|- A e. CC   &   |- A =/= 0   =>   |- (1 / A) e. CC
 
Theoremrecclz 5702 Closure law for reciprocal.
|- A e. CC   =>   |- (A =/= 0 -> (1 / A) e. CC)
 
Theoremrecclt 5703 Closure law for reciprocal.
|- ((A e. CC /\ A =/= 0) -> (1 / A) e. CC)
 
Theoremdivcan2 5704 A cancellation law for division.
|- A e. CC   &   |- B e. CC   &   |- A =/= 0   =>   |- (A x. (B / A)) = B
 
Theoremdivcan1 5705 A cancellation law for division.
|- A e. CC   &   |- B e. CC   &   |- A =/= 0   =>   |- ((B / A) x. A) = B
 
Theoremdivcan1z 5706 A cancellation law for division.
|- A e. CC   &   |- B e. CC   =>   |- (A =/= 0 -> ((B / A) x. A) = B)
 
Theoremdivcan2z 5707 A cancellation law for division. We eliminate the third hypothesis of divcan2 5704 using the weak deduction theorem dedth 2379 and keep the other two. Because the first hypothesis shares the class variable A with the hypothesis we're eliminating, we need to use keepel 2395 in order to keep the first hypothesis.
|- A e. CC   &   |- B e. CC   =>   |- (A =/= 0 -> (A x. (B / A)) = B)
 
Theoremdivcan1t 5708 A cancellation law for division.
|- ((A e. CC /\ B e. CC /\ A =/= 0) -> ((B / A) x. A) = B)
 
Theoremdivcan2t 5709 A cancellation law for division.
|- ((A e. CC /\ B e. CC /\ A =/= 0) -> (A x. (B / A)) = B)
 
Theoremdivne0bt 5710 The ratio of non-zero numbers is non-zero.
|- ((A e. CC /\ B e. CC /\ B =/= 0) -> (A =/= 0 <-> (A / B) =/= 0))
 
Theoremdivne0t 5711 The ratio of non-zero numbers is non-zero.
|- (((A e. CC /\ A =/= 0) /\ (B e. CC /\ B =/= 0)) -> (A / B) =/= 0)
 
Theoremdivne0 5712 The ratio of non-zero numbers is non-zero.
|- A e. CC   &   |- B e. CC   &   |- A =/= 0   &   |- B =/= 0   =>   |- (A / B) =/= 0
 
Theoremrecne0z 5713 The reciprocal of a non-zero number is non-zero.
|- A e. CC   =>   |- (A =/= 0 -> (1 / A) =/= 0)
 
Theoremrecne0t 5714 The reciprocal of a non-zero number is non-zero.
|- ((A e. CC /\ A =/= 0) -> (1 / A) =/= 0)
 
Theoremrecid 5715 Multiplication of a number and its reciprocal.
|- A e. CC   &   |- A =/= 0   =>   |- (A x. (1 / A)) = 1
 
Theoremrecidz 5716 Multiplication of a number and its reciprocal.
|- A e. CC   =>   |- (A =/= 0 -> (A x. (1 / A)) = 1)
 
Theoremrecidt 5717 Multiplication of a number and its reciprocal.
|- ((A e. CC /\ A =/= 0) -> (A x. (1 / A)) = 1)
 
Theoremrecid2t 5718 Multiplication of a number and its reciprocal.
|- ((A e. CC /\ A =/= 0) -> ((1 / A) x. A) = 1)
 
Theoremdivrec 5719 Relationship between division and reciprocal. Theorem I.9 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   &   |- B =/= 0   =>   |- (A / B) = (A x. (1 / B))
 
Theoremdivrecz 5720 Relationship between division and reciprocal. Theorem I.9 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   =>   |- (B =/= 0 -> (A / B) = (A x. (1 / B)))
 
Theoremdivrect 5721 Relationship between division and reciprocal. Theorem I.9 of [Apostol] p. 18.
|- ((A e. CC /\ B e. CC /\ B =/= 0) -> (A / B) = (A x. (1 / B)))
 
Theoremdivrec2t 5722 Relationship between division and reciprocal.
|- ((A e. CC /\ B e. CC /\ B =/= 0) -> (A / B) = ((1 / B) x. A))
 
Theoremdivasst 5723 An associative law for division.
|- (((A e. CC /\ B e. CC /\ C e. CC) /\ C =/= 0) -> ((A x. B) / C) = (A x. (B / C)))
 
Theoremdiv23t 5724 A commutative/associative law for division.
|- (((A e. CC /\ B e. CC /\ C e. CC) /\ C =/= 0) -> ((A x. B) / C) = ((A / C) x. B))
 
Theoremdiv13t 5725 A commutative/associative law for division.
|- (((A e. CC /\ B e. CC /\ C e. CC) /\ B =/= 0) -> ((A / B) x. C) = ((C / B) x. A))
 
Theoremdiv12t 5726 A commutative/associative law for division.
|- (((A e. CC /\ B e. CC /\ C e. CC) /\ C =/= 0) -> (A x. (B / C)) = (B x. (A / C)))
 
Theoremdivassz 5727 An associative law for division.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (C =/= 0 -> ((A x. B) / C) = (A x. (B / C)))
 
Theoremdivass 5728 An associative law for division.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- C =/= 0   =>   |- ((A x. B) / C) = (A x. (B / C))
 
Theoremdivdir 5729 Distribution of division over addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- C =/= 0   =>   |- ((A + B) / C) = ((A / C) + (B / C))
 
Theoremdiv23 5730 A commutative/associative law for division.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- C =/= 0   =>   |- ((A x. B) / C) = ((A / C) x. B)
 
Theoremdivdirz 5731 Distribution of division over addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (C =/= 0 -> ((A + B) / C) = ((A / C) + (B / C)))
 
Theoremdivdirt 5732 Distribution of division over addition.
|- (((A e. CC /\ B e. CC /\ C e. CC) /\ C =/= 0) -> ((A + B) / C) = ((A / C) + (B / C)))
 
Theoremdivcan3 5733 A cancellation law for division.
|- A e. CC   &   |- B e. CC   &   |- A =/= 0   =>   |- ((A x. B) / A) = B
 
Theoremdivcan4 5734 A cancellation law for division.
|- A e. CC   &   |- B e. CC   &   |- A =/= 0   =>   |- ((B x. A) / A) = B
 
Theoremdivcan3z 5735 A cancellation law for division. (Eliminates a hypothesis of divcan3 5733 with the weak deduction theorem.)
|- A e. CC   &   |- B e. CC   =>   |- (A =/= 0 -> ((A x. B) / A) = B)
 
Theoremdivcan4z 5736 A cancellation law for division.
|- A e. CC   &   |- B e. CC   =>   |- (A =/= 0 -> ((B x. A) / A) = B)
 
Theoremdivcan3t 5737 A cancellation law for division.
|- ((A e. CC /\ B e. CC /\ A =/= 0) -> ((A x. B) / A) = B)
 
Theoremdivcan4t 5738 A cancellation law for division.
|- ((A e. CC /\ B e. CC /\ A =/= 0) -> ((B x. A) / A) = B)
 
Theoremdiv11 5739 One-to-one relationship for division.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- C =/= 0   =>   |- ((A / C) = (B / C) <-> A = B)
 
Theoremdiv11t 5740 One-to-one relationship for division.
|- ((A e. CC /\ B e. CC /\ (C e. CC /\ C =/= 0)) -> ((A / C) = (B / C) <-> A = B))
 
Theoremdividt 5741 A number divided by itself is one.
|- ((A e. CC /\ A =/= 0) -> (A / A) = 1)
 
Theoremdiv0t 5742 Division into zero is zero.
|- ((A e. CC /\ A =/= 0) -> (0 / A) = 0)
 
Theoremdiveq0t 5743 A ratio is zero iff the numerator is zero.
|- ((A e. CC /\ C e. CC /\ C =/= 0) -> ((A / C) = 0 <-> A = 0))
 
Theoremrecrec 5744 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
 
Theoremdivid 5745 A number divided by itself is one.
|- A e. CC   &   |- A =/= 0   =>   |- (A / A) = 1
 
Theoremdiv0 5746 Division into zero is zero.
|- A e. CC   &   |- A =/= 0   =>   |- (0 / A) = 0
 
Theoremdiv1 5747 A number divided by 1 is itself.
|- A e. CC   =>   |- (A / 1) = A
 
Theoremdiv1t 5748 A number divided by 1 is itself.
|- (A e. CC -> (A / 1) = A)
 
Theoremdivnegt 5749 Move negative sign inside of a division.
|- ((A e. CC /\ B e. CC /\ B =/= 0) -> -u(A / B) = (-uA / B))
 
Theoremdivsubdirt 5750 Distribution of division over subtraction.
|- (((A e. CC /\ B e. CC /\ C e. CC) /\ C =/= 0) -> ((A - B) / C) = ((A / C) - (B / C)))
 
Theoremrecrect 5751 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)
 
Theoremrec11i 5752 Reciprocal is one-to-one.
|- A e. CC   &   |- B e. CC   &   |- A =/= 0   &   |- B =/= 0   =>   |- ((1 / A) = (1 / B) <-> A = B)
 
Theoremrec11 5753 Reciprocal is one-to-one.
|- A e. CC   &   |- B e. CC   =>   |- ((A =/= 0 /\ B =/= 0) -> ((1 / A) = (1 / B) <-> A = B))
 
Theoremrec11rt 5754 Mutual reciprocals. (Contributed by Paul Chapman, 18-Oct-2007.)
|- (((A e. CC /\ B e. CC) /\ (A =/= 0 /\ B =/=