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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8729)   Hilbert Space Explorer  Hilbert Space Explorer (8730-10658)  

Statement List for Metamath Proof Explorer - 5301-5400 - Page 54 of 107
TypeLabelDescription
Statement
 
Theoremaddcl 5301 Closure law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) e. CC
 
Theoremmulcl 5302 Closure law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) e. CC
 
Theoremaddcom 5303 Commutative law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) = (B + A)
 
Theoremmulcom 5304 Commutative law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) = (B x. A)
 
Theoremaddass 5305 Associative law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) + C) = (A + (B + C))
 
Theoremmulass 5306 Associative law for multiplication.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A x. B) x. C) = (A x. (B x. C))
 
Theoremadddi 5307 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A x. (B + C)) = ((A x. B) + (A x. C))
 
Theoremadddir 5308 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) x. C) = ((A x. C) + (B x. C))
 
Theorem0cn 5309 0 is a complex number.
|- 0 e. CC
 
Theoremaddid2t 5310 Identity law for addition.
|- (A e. CC -> (0 + A) = A)
 
Theoremaddid1 5311 Identity law for addition.
|- A e. CC   =>   |- (A + 0) = A
 
Theoremaddid2 5312 Identity law for addition.
|- A e. CC   =>   |- (0 + A) = A
 
Theoremmulid1 5313 Identity law for multiplication.
|- A e. CC   =>   |- (A x. 1) = A
 
Theoremmulid2 5314 Identity law for multiplication.
|- A e. CC   =>   |- (1 x. A) = A
 
Theoremreaddcl 5315 Closure law for addition of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A + B) e. RR
 
Theoremremulcl 5316 Closure law for multiplication of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A x. B) e. RR
 
Addition
 
Theoremadd12t 5317 Commutative/associative law that swaps the first two terms in a triple sum.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A + (B + C)) = (B + (A + C)))
 
Theoremadd23t 5318 Commutative/associative law that swaps the last two terms in a triple sum.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) + C) = ((A + C) + B))
 
Theoremadd4t 5319 Rearrangement of 4 terms in a sum.
|- (((A e. CC /\ B e. CC) /\ (C e. CC /\ D e. CC)) -> ((A + B) + (C + D)) = ((A + C) + (B + D)))
 
Theoremadd42t 5320 Rearrangement of 4 terms in a sum.
|- (((A e. CC /\ B e. CC) /\ (C e. CC /\ D e. CC)) -> ((A + B) + (C + D)) = ((A + C) + (D + B)))
 
Theoremadd12 5321 Commutative/associative law that swaps the first two terms in a triple sum.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A + (B + C)) = (B + (A + C))
 
Theoremadd23 5322 Commutative/associative law that swaps the last two terms in a triple sum.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) + C) = ((A + C) + B)
 
Theoremadd4 5323 Rearrangement of 4 terms in a sum.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. CC   =>   |- ((A + B) + (C + D)) = ((A + C) + (B + D))
 
Theoremadd42 5324 Rearrangement of 4 terms in a sum.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. CC   =>   |- ((A + B) + (C + D)) = ((A + C) + (D + B))
 
Theorempeano2cn 5325 A theorem for complex numbers analogous the second Peano postulate peano2nn 5892.
|- (A e. CC -> (A + 1) e. CC)
 
Subtraction
 
Theoremcnegextlem1 5326 Lemma for cnegext 5329.
 
Theoremcnegextlem2 5327 Lemma for cnegext 5329.
 
Theoremcnegextlem3 5328 Lemma for cnegext 5329.
 
Theoremcnegext 5329 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)
 
Theoremcnegex 5330 Existence of negatives.
|- A e. CC   =>   |- E.x e. CC (A + x) = 0
 
Theorem0cnALT 5331 0 is a complex number. (Proved without referencing ax1cn 5250 by Eric Schmidt, 11-Apr-2007. Compare 0cn 5309.)
|- 0 e. CC
 
Theoremaddcan 5332 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)
 
Theoremaddcant 5333 Cancellation law for addition. Theorem I.1 of [Apostol] p. 18. This proof illustrates how dedth3h 2384 can be used to convert the assumptions of addcan 5332 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))
 
Theoremaddcan2t 5334 Cancellation law for addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + C) = (B + C) <-> A = B))
 
Theoremaddcan2 5335 Cancellation law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + C) = (B + C) <-> A = B)
 
Theoremnegeu 5336 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 5337 Define subtraction. Theorem subvalt 5338 shows it value (and describes how this definition works), theorem subadd 5352 relates it to addition, and theorems subcl 5347 and resubcl 5420 prove its closure laws.
|- - = {<.<.x, y>., z>. | ((x e. CC /\ y e. CC) /\ z = U.{w e. CC | (y + w) = x})}
 
Theoremsubvalt 5338 Value of subtraction, which is the (unique) element x such that B + x = A. The notation U.{x e. CC | (B + x) = A} may at first seem cryptic but is actually a way of saying "the element x such that B + x = A" (see Theorem 8.17 of [Quine] p. 56); this works because there is only one such x as shown by negeu 5336, allowing us to exploit eusn 2442 and unisn 2512 (which you will find if you trace back the proof of subcl 5347).
|- ((A e. CC /\ B e. CC) -> (A - B) = U.{x e. CC | (B + x) = A})
 
Definitiondf-neg 5339 Define the negative of a number (unary minus). We use different symbols for unary minus (-u) and subtraction (-) to prevent syntax ambiguity. See cneg 5274 for a discussion of this.
|- -uA = (0 - A)
 
Theoremnegeq 5340 Equality theorem for negatives.
|- (A = B -> -uA = -uB)
 
Theoremnegeqi 5341 Equality inference for negatives.
|- A = B   =>   |- -uA = -uB
 
Theoremnegeqd 5342 Equality deduction for negatives.
|- (ph -> A = B)   =>   |- (ph -> -uA = -uB)
 
Theoremhbneg 5343 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 5344 Deduction version of hbneg 5343.
|- (ph -> A.xph)   &   |- (ph -> (y e. A -> A.x y e. A))   =>   |- (ph -> (y e. -uA -> A.x y e. -uA))
 
Theoremcsbnegg 5345 Move class substitution in and out of the negative of a number.
|- (A e. C -> [_A / x]_-uB = -u[_A / x]_B)
 
Theoremnegex 5346 A negative is a set.
|- -uA e. V
 
Theoremsubcl 5347 Closure law for subtraction.
|- A e. CC   &   |- B e. CC   =>   |- (A - B) e. CC
 
Theoremsubclt 5348 Closure law for subtraction.
|- ((A e. CC /\ B e. CC) -> (A - B) e. CC)
 
Theoremnegclt 5349 Closure law for negative.
|- (A e. CC -> -uA e. CC)
 
Theoremnegcl 5350 Closure law for negative.
|- A e. CC   =>   |- -uA e. CC
 
Theoremsubopr 5351 Subtraction is an operation on the complex numbers.
|- - :(CC X. CC)-->CC
 
Theoremsubadd 5352 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (B + C) = A)
 
Theoremsubaddri 5353 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- (B + C) = A   =>   |- (A - B) = C
 
Theoremsubadd2 5354 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (C + B) = A)
 
Theoremsubsub23 5355 Swap subtrahend and result of subtraction.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (A - C) = B)
 
Theoremsubaddt 5356 Relationship between subtraction and addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) = C <-> (B + C) = A))
 
Theoremsubsub23t 5357 Swap subtrahend and result of subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) = C <-> (A - C) = B))
 
Theorempncan3t 5358 Subtraction and addition of equals.
|- ((A e. CC /\ B e. CC) -> (A + (B - A)) = B)
 
Theorempncan3 5359 Subtraction and addition of equals.
|- A e. CC   &   |- B e. CC   =>   |- (A + (B - A)) = B
 
Theoremnegidt 5360 Addition of a number and its negative.
|- (A e. CC -> (A + -uA) = 0)
 
Theoremnegid 5361 Addition of a number and its negative.
|- A e. CC   =>   |- (A + -uA) = 0
 
Theoremnegsub 5362 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   =>   |- (A + -uB) = (A -