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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8757)   Hilbert Space Explorer  Hilbert Space Explorer (8758-10682)  

Statement List for Metamath Proof Explorer - 5301-5400 - Page 54 of 107
TypeLabelDescription
Statement
 
Theoremmulid1t 5301 Alias for ax1id 5272, for naming consistency with mulid1 5322.
|- (A e. CC -> (A x. 1) = A)
 
Theoremreex 5302 The set of real numbers exists.
|- RR e. V
 
Theoremrecnt 5303 A real number is a complex number.
|- (A e. RR -> A e. CC)
 
Theoremrecn 5304 A real number is a complex number.
|- A e. RR   =>   |- A e. CC
 
Theoremrecnd 5305 Deduction from real number to complex number.
|- (ph -> A e. RR)   =>   |- (ph -> A e. CC)
 
Theoremelimne0 5306 Hypothesis for weak deduction theorem to eliminate A =/= 0.
|- if(A =/= 0, A, 1) =/= 0
 
Theoremaddex 5307 The addition operation is a set.
|- + e. V
 
Theoremmulex 5308 The multiplication operation is a set.
|- x. e. V
 
Theoremadddirt 5309 Distributive law for complex numbers.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) x. C) = ((A x. C) + (B x. C)))
 
Theoremaddcl 5310 Closure law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) e. CC
 
Theoremmulcl 5311 Closure law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) e. CC
 
Theoremaddcom 5312 Commutative law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) = (B + A)
 
Theoremmulcom 5313 Commutative law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) = (B x. A)
 
Theoremaddass 5314 Associative law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) + C) = (A + (B + C))
 
Theoremmulass 5315 Associative law for multiplication.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A x. B) x. C) = (A x. (B x. C))
 
Theoremadddi 5316 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A x. (B + C)) = ((A x. B) + (A x. C))
 
Theoremadddir 5317 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) x. C) = ((A x. C) + (B x. C))
 
Theorem0cn 5318 0 is a complex number.
|- 0 e. CC
 
Theoremaddid2t 5319 Identity law for addition.
|- (A e. CC -> (0 + A) = A)
 
Theoremaddid1 5320 Identity law for addition.
|- A e. CC   =>   |- (A + 0) = A
 
Theoremaddid2 5321 Identity law for addition.
|- A e. CC   =>   |- (0 + A) = A
 
Theoremmulid1 5322 Identity law for multiplication.
|- A e. CC   =>   |- (A x. 1) = A
 
Theoremmulid2 5323 Identity law for multiplication.
|- A e. CC   =>   |- (1 x. A) = A
 
Theoremreaddcl 5324 Closure law for addition of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A + B) e. RR
 
Theoremremulcl 5325 Closure law for multiplication of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A x. B) e. RR
 
Addition
 
Theoremadd12t 5326 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 5327 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 5328 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 5329 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 5330 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 5331 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 5332 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 5333 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 5334 A theorem for complex numbers analogous the second Peano postulate peano2nn 5901.
|- (A e. CC -> (A + 1) e. CC)
 
Subtraction
 
Theoremcnegextlem1 5335 Lemma for cnegext 5338.
 
Theoremcnegextlem2 5336 Lemma for cnegext 5338.
 
Theoremcnegextlem3 5337 Lemma for cnegext 5338.
 
Theoremcnegext 5338 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 5339 Existence of negatives.
|- A e. CC   =>   |- E.x e. CC (A + x) = 0
 
Theorem0cnALT 5340 0 is a complex number. (Proved without referencing ax1cn 5259 by Eric Schmidt, 11-Apr-2007. Compare 0cn 5318.)
|- 0 e. CC
 
Theoremaddcan 5341 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 5342 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 5341 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 5343 Cancellation law for addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + C) = (B + C) <-> A = B))
 
Theoremaddcan2 5344 Cancellation law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + C) = (B + C) <-> A = B)
 
Theoremnegeu 5345 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 5346 Define subtraction. Theorem subvalt 5347 shows it value (and describes how this definition works), theorem subadd 5361 relates it to addition, and theorems subcl 5356 and resubcl 5429 prove its closure laws.
|- - = {<.<.x, y>., z>. | ((x e. CC /\ y e. CC) /\ z = U.{w e. CC | (y + w) = x})}
 
Theoremsubvalt 5347 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 5345, allowing us to exploit eusn 2442 and unisn 2513 (which you will find if you trace back the proof of subcl 5356).
|- ((A e. CC /\ B e. CC) -> (A - B) = U.{x e. CC | (B + x) = A})
 
Definitiondf-neg 5348 Define the negative of a number (unary minus). We use different symbols for unary minus (-u) and subtraction (-) to prevent syntax ambiguity. See cneg 5283 for a discussion of this.
|- -uA = (0 - A)
 
Theoremnegeq 5349 Equality theorem for negatives.
|- (A = B -> -uA = -uB)
 
Theoremnegeqi 5350 Equality inference for negatives.
|- A = B   =>   |- -uA = -uB
 
Theoremnegeqd 5351 Equality deduction for negatives.
|- (ph -> A = B)   =>   |- (ph -> -uA = -uB)
 
Theoremhbneg 5352 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 5353 Deduction version of hbneg 5352.
|- (ph -> A.xph)   &   |- (ph -> (y e. A -> A.x y e. A))   =>   |- (ph -> (y e. -uA -> A.x y e. -uA))
 
Theoremcsbnegg 5354 Move class substitution in and out of the negative of a number.
|- (A e. C -> [_A / x]_-uB = -u[_A / x]_B)
 
Theoremnegex 5355 A negative is a set.
|- -uA e. V
 
Theoremsubcl 5356 Closure law for subtraction.
|- A e. CC   &   |- B e. CC   =>   |- (A - B) e. CC
 
Theoremsubclt 5357 Closure law for subtraction.
|- ((A e. CC /\ B e. CC) -> (A - B) e. CC)
 
Theoremnegclt 5358 Closure law for negative.
|- (A e. CC -> -uA e. CC)
 
Theoremnegcl 5359 Closure law for negative.
|- A e. CC   =>   |- -uA e. CC
 
Theoremsubopr 5360 Subtraction is an operation on the complex numbers.
|- - :(CC X. CC)-->CC
 
Theoremsubadd 5361 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (B + C) = A)
 
Theoremsubaddri 5362 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- (B + C) = A   =>   |- (A - B) = C
 
Theoremsubadd2 5363 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (C + B) = A)
 
Theoremsubsub23 5364 Swap subtrahend and result of subtraction.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (A - C) = B)
 
Theoremsubaddt 5365 Relationship between subtraction and addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) = C <-> (B + C