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-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-17000 171 17001-17100 172 17101-17200 173 17201-17300 174 17301-17400 175 17401-17411

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-10419)
  Hilbert Space Explorer  Hilbert Space Explorer
(10420-12013)
  Users' Mathboxes  Users' Mathboxes
(12014-17411)
 

Statement List for Metamath Proof Explorer - 6501-6600 - Page 66 of 175
TypeLabelDescription
Statement
 
Theoremcnegexlem3 6501 Lemma for cnegex 6502.
 
Theoremcnegex 6502 Existence of the negative of a complex number. (Contributed by Eric Schmidt, 21-May-2007.)
|- (A e. CC -> E.x e. CC (A + x) = 0)
 
Theoremcnegexi 6503 Existence of negatives.
|- A e. CC   =>   |- E.x e. CC (A + x) = 0
 
Theorem0cnALT 6504 0 is a complex number. (Proved without referencing ax1cn 6422 by Eric Schmidt, 11-Apr-2007. Compare 0cn 6481.)
|- 0 e. CC
 
Theoremaddcani 6505 Cancellation law for addition. Theorem I.1 of [Apostol] p. 18. (The proof was shortened by Andrew Salmon, 22-Oct-2011.)
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) = (A + C) <-> B = C)
 
TheoremaddcaniOLD 6506 Cancellation law for addition. Theorem I.1 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) = (A + C) <-> B = C)
 
Theoremaddcan 6507 Cancellation law for addition. Theorem I.1 of [Apostol] p. 18. This proof illustrates how dedth3h 3016 can be used to convert the assumptions of addcani 6505 into antecedents. This general method can be used to convert deductions into theorems as needed.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) = (A + C) <-> B = C))
 
Theoremaddcan2 6508 Cancellation law for addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + C) = (B + C) <-> A = B))
 
Theoremaddcan2i 6509 Cancellation law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + C) = (B + C) <-> A = B)
 
Theoremnegeui 6510 Existential uniqueness of negatives. Theorem I.2 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   =>   |- E!x e. CC (A + x) = B
 
Definitiondf-sub 6511 Define subtraction. Theorem subval 6512 shows it value (and describes how this definition works), theorem subaddi 6528 relates it to addition, and theorems subcli 6523 and resubcli 6602 prove its closure laws.
|- - = {<.<.x, y>., z>. | ((x e. CC /\ y e. CC) /\ z = (iota_w e. CC(y + w) = x))}
 
Theoremsubval 6512 Value of subtraction, which is the (unique) element x such that B + x = A.
|- ((A e. CC /\ B e. CC) -> (A - B) = (iota_x e. CC(B + x) = A))
 
Definitiondf-neg 6513 Define the negative of a number (unary minus). We use different symbols for unary minus (-u) and subtraction (-) to prevent syntax ambiguity. See cneg 6446 for a discussion of this.
|- -uA = (0 - A)
 
Theoremnegeq 6514 Equality theorem for negatives.
|- (A = B -> -uA = -uB)
 
Theoremnegeqi 6515 Equality inference for negatives.
|- A = B   =>   |- -uA = -uB
 
Theoremnegeqd 6516 Equality deduction for negatives.
|- (ph -> A = B)   =>   |- (ph -> -uA = -uB)
 
Theoremhbneg 6517 Bound-variable hypothesis builder for the negative of a complex number.
|- (y e. A -> A.x y e. A)   =>   |- (y e. -uA -> A.x y e. -uA)
 
Theoremhbnegd 6518 Deduction version of hbneg 6517. (The proof was shortened by Andrew Salmon, 22-Oct-2011.)
|- (ph -> A.xph)   &   |- (ph -> (y e. A -> A.x y e. A))   =>   |- (ph -> (y e. -uA -> A.x y e. -uA))
 
TheoremhbnegdOLD 6519 Deduction version of hbneg 6517.
|- (ph -> A.xph)   &   |- (ph -> (y e. A -> A.x y e. A))   =>   |- (ph -> (y e. -uA -> A.x y e. -uA))
 
Theoremcsbnegg 6520 Move class substitution in and out of the negative of a number. (The proof was shortened by Andrew Salmon, 22-Oct-2011.)
|- (A e. C -> [_A / x]_-uB = -u[_A / x]_B)
 
TheoremcsbneggOLD 6521 Move class substitution in and out of the negative of a number.
|- (A e. C -> [_A / x]_-uB = -u[_A / x]_B)
 
Theoremnegex 6522 A negative is a set.
|- -uA e. _V
 
Theoremsubcli 6523 Closure law for subtraction.
|- A e. CC   &   |- B e. CC   =>   |- (A - B) e. CC
 
Theoremsubcl 6524 Closure law for subtraction.
|- ((A e. CC /\ B e. CC) -> (A - B) e. CC)
 
Theoremnegcl 6525 Closure law for negative.
|- (A e. CC -> -uA e. CC)
 
Theoremnegcli 6526 Closure law for negative.
|- A e. CC   =>   |- -uA e. CC
 
Theoremsubopr 6527 Subtraction is an operation on the complex numbers.
|- - :(CC X. CC)-->CC
 
Theoremsubaddi 6528 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (B + C) = A)
 
Theoremsubaddrii 6529 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- (B + C) = A   =>   |- (A - B) = C
 
Theoremsubadd2i 6530 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (C + B) = A)
 
Theoremsubsub23i 6531 Swap subtrahend and result of subtraction.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (A - C) = B)
 
Theoremsubadd 6532 Relationship between subtraction and addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) = C <-> (B + C) = A))
 
Theoremsubsub23 6533 Swap subtrahend and result of subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) = C <-> (A - C) = B))
 
Theorempncan3 6534 Subtraction and addition of equals.
|- ((A e. CC /\ B e. CC) -> (A + (B - A)) = B)
 
Theorempncan3i 6535 Subtraction and addition of equals.
|- A e. CC   &   |- B e. CC   =>   |- (A + (B - A)) = B
 
Theoremnegid 6536 Addition of a number and its negative.
|- (A e. CC -> (A + -uA) = 0)
 
Theoremnegidi 6537 Addition of a number and its negative.
|- A e. CC   =>   |- (A + -uA) = 0
 
Theoremnegsubi 6538 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18. (The proof was shortened by Andrew Salmon, 22-Oct-2011.)
|- A e. CC   &   |- B e. CC   =>   |- (A + -uB) = (A - B)
 
TheoremnegsubiOLD 6539 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   =>   |- (A + -uB) = (A - B)
 
Theoremnegsub 6540 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18.
|- ((A e. CC /\ B e. CC) -> (A + -uB) = (A - B))
 
Theoremaddsubass 6541 Associative-type law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) - C) = (A + (B - C)))
 
Theoremaddsub 6542 Law for addition and subtraction. (The proof was shortened by Andrew Salmon, 22-Oct-2011.)
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) - C) = ((A - C) + B))
 
TheoremaddsubOLD 6543 Law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) - C) = ((A - C) + B))
 
Theoremsubadd23 6544 Commutative/associative law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) + C) = (A + (C - B)))
 
Theoremaddsub12 6545 Commutative/associative law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A + (B - C)) = (B + (A - C)))
 
Theoremaddsubassi 6546 Associative-type law for subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) - C) = (A + (B - C))
 
Theoremaddsubi 6547 Law for subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) - C) = ((A - C) + B)
 
Theorem2addsub 6548 Law for subtraction and addition.
|- (((A e. CC /\ B e. CC) /\ (C e. CC /\ D e. CC)) -> (((A + B) + C) - D) = (((A + C) - D) + B))
 
Theoremnegnegi 6549 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18. (The proof was shortened by Andrew Salmon, 22-Oct-2011.)
|- A e. CC   =>   |- -u-uA = A
 
TheoremnegnegiOLD 6550 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18.
|- A e. CC   =>   |- -u-uA = A
 
Theoremsubidi 6551 Subtraction of a number from itself.
|- A e. CC   =>   |- (A - A) = 0
 
Theoremsubid1i 6552 Identity law for subtraction.
|- A e. CC   =>   |- (A - 0) = A
 
Theoremnegneg 6553 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18.
|- (A e. CC -> -u-uA = A)
 
Theoremsubneg 6554 Relationship between subtraction and negative.
|- ((A e. CC /\ B e. CC) -> (A - -uB) = (A + B))
 
Theoremsubid 6555 Subtraction of a number from itself.
|- (A e. CC -> (A - A) = 0)
 
Theoremsubid1 6556 Identity law for subtraction.
|- (A e. CC -> (A - 0) = A)
 
Theorempncan 6557 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC) -> ((A + B) - B) = A)
 
Theorempncan2 6558 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC) -> ((A + B) - A) = B)
 
Theoremnpcan 6559 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC) -> ((A - B) + B) = A)
 
Theoremnpncan 6560 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) + (B - C)) = (A - C))
 
Theoremnppcan 6561 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (((A - B) + C) + B) = (A + C))
 
Theoremsubcan2 6562 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - C) = (B - C) <-> A = B))
 
Theoremsubeq0 6563 If the difference between two numbers is zero, they are equal.
|- ((A e. CC /\ B e. CC) -> ((A - B) = 0 <-> A = B))
 
Theoremsubnegi 6564 Relationship between subtraction and negative.
|- A e. CC   &   |- B e. CC   =>   |- (A - -uB) = (A + B)
 
Theoremsubeq0i 6565 If the difference between two numbers is zero, they are equal.
|- A e. CC   &   |- B e. CC   =>   |- ((A - B) = 0 <-> A = B)
 
Theoremneg11i 6566 Negative is one-to-one.
|- A e. CC   &   |- B e. CC   =>   |- (-uA = -uB <-> A = B)
 
Theoremnegcon1i 6567 Negative contraposition law.
|- A e. CC   &   |- B e. CC   =>   |- (-uA = B <-> -uB = A)
 
Theoremnegcon2i 6568 Negative contraposition law.
|- A e. CC   &   |- B e. CC   =>   |- (A = -uB <-> B = -uA)
 
Theoremneg11 6569 Negative is one-to-one.
|- ((A e. CC /\ B e. CC) -> (-uA = -uB <-> A = B))
 
Theoremnegcon1 6570 Negative contraposition law.
|- ((A e. CC /\ B e. CC) -> (-uA = B <-> -uB = A))
 
Theoremnegcon2 6571 Negative contraposition law.
|- ((A e. CC /\ B e. CC) -> (A = -uB <-> B = -uA))
 
Theoremsubcan 6572 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) = (A - C) <-> B = C))
 
Theoremsubcani 6573 Cancellation law for subtraction.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = (A - C) <-> B = C)
 
Theoremsubcan2i 6574 Cancellation law for subtraction.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - C) = (B - C) <-> A = B)
 
Theoremneg0 6575 Minus 0 equals 0.
|- -u0 = 0
 
Theoremrenegcli 6576 Closure law for negative of reals. (The proof was shortened by Andrew Salmon, 22-Oct-2011.)
|- A e. RR   =>   |- -uA e. RR
 
TheoremrenegcliOLD 6577 Closure law for negative of reals.
|- A e. RR   =>   |- -uA e. RR
 
Multiplication
 
Theoremmulid2 6578 Identity law for multiplication. Note: see ax1id 6435 for commuted version.
|- (A e. CC -> (1 x. A) = A)
 
Theoremmul12 6579 Commutative/associative law for multiplication.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A x. (B x. C)) = (B x. (A x. C)))
 
Theoremmul23 6580 Commutative/associative law.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A x. B) x. C) = ((A x. C) x. B))
 
Theoremmul4 6581 Rearrangement of 4 factors.
|- (((A e. CC /\ B e. CC) /\ (C e. CC /\ D e. CC)) -> ((A x. B) x. (C x. D)) = ((A x. C) x. (B x. D)))
 
Theoremmuladd 6582 Product of two sums. (The proof was shortened by Andrew Salmon, 19-Nov-2011.)
|- (((A e. CC /\ B e. CC) /\ (C e. CC /\ D e. CC)) -> ((A + B) x. (C + D)) = (((A x. C) + (D x. B)) + ((A x. D) + (C x. B))))
 
TheoremmuladdOLD 6583 Product of two sums.
|- (((A e. CC /\ B e. CC) /\ (C e. CC /\ D e. CC)) -> ((A + B) x. (C + D)) = (((A x. C) + (D x. B)) + ((A x. D) + (C x. B))))
 
Theoremmuladd11 6584 A simple product of sums expansion.
|- ((A e. CC /\ B e. CC) -> ((1 + A) x. (1 + B)) = ((1 + A) + (B + (A x. B))))
 
Theoremmul12i 6585 Commutative/associative law that swaps the first two factors in a triple product. (The proof was shortened by Andrew Salmon, 19-Nov-2011.)
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A x. (B x. C)) = (B x. (A x. C))
 
Theoremmul12iOLD 6586 Commutative/associative law that swaps the first two factors in a triple product.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A x. (B x. C)) = (B x. (A x. C))
 
Theoremmul23i 6587 Commutative/associative law that swaps the last two factors in a triple product.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A x. B) x. C) = ((A x. C) x. B)
 
Theoremmul4i 6588 Rearrangement of 4 factors.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. CC   =>   |- ((A x. B) x. (C x. D)) = ((A x. C) x. (B x. D))
 
Theoremmuladdi 6589 Product of two sums.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. CC   =>   |- ((A + B) x. (C + D)) = (((A x. C) + (D x. B)) + ((A x. D) + (C x. B)))
 
Theoremsubdi 6590 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A x. (B - C)) = ((A x. B) - (A x. C)))
 
Theoremsubdir 6591 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) x. C) = ((A x. C) - (B x. C)))
 
Theoremsubdii 6592 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A x. (B - C)) = ((A x. B) - (A x. C))
 
Theoremsubdiri 6593 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) x. C) = ((A x. C) - (B x. C))
 
Theoremmul01i 6594 Multiplication by 0. Theorem I.6 of [Apostol] p. 18.
|- A e. CC   =>   |- (A x. 0) = 0
 
Theoremmul02i 6595 Multiplication by 0. Theorem I.6 of [Apostol] p. 18.
|- A e. CC   =>   |- (0 x. A) = 0
 
Theorem1p1timesi 6596 Two times a number.
|- A e. CC   =>   |- ((1 + 1) x. A) = (A + A)
 
Theoremine0 6597 The imaginary unit _i is not zero.
|- _i =/= 0
 
Theorem1re 6598 1 is a real number. This used to be one of our postulates for complex numbers, but Eric Schmidt discovered that it could be derived from a weaker postulate, ax1cn 6422, by exploiting properties of the imaginary unit _i. (Contributed by Eric Schmidt, 11-Apr-2007.)
|- 1 e. RR
 
Theorempeano2re 6599 A theorem for reals analogous the second Peano postulate peano2nn 7118.
|- (A e. RR -> (A + 1) e. RR)
 
Theoremrenegcl 6600 Closure law for negative of reals. The weak deduction theorem dedth 3011 is used to convert hypothesis of the inference (deduction) form of this theorem, renegcli 6576, to an antecedent.
|- (A e. RR -> -uA e. RR)

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