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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8789)
  Hilbert Space Explorer  Hilbert Space Explorer
(8790-10370)
  User Sandboxes  User Sandboxes
(10371-10783)
 

Statement List for Metamath Proof Explorer - 5301-5400 - Page 54 of 108
TypeLabelDescription
Statement
 
Some deductions from the field axioms for complex numbers
 
Theoremaddclt 5301 Alias for axaddcl 5271, for naming consistency with addcl 5320.
|- ((A e. CC /\ B e. CC) -> (A + B) e. CC)
 
Theoremreaddclt 5302 Alias for axaddrcl 5272, for naming consistency with readdcl 5334.
|- ((A e. RR /\ B e. RR) -> (A + B) e. RR)
 
Theoremmulclt 5303 Alias for axmulcl 5273, for naming consistency with mulcl 5321.
|- ((A e. CC /\ B e. CC) -> (A x. B) e. CC)
 
Theoremremulclt 5304 Alias for axmulrcl 5274, for naming consistency with remulcl 5335.
|- ((A e. RR /\ B e. RR) -> (A x. B) e. RR)
 
Theoremaddcomt 5305 Alias for axaddcom 5275, for naming consistency with addcom 5322.
|- ((A e. CC /\ B e. CC) -> (A + B) = (B + A))
 
Theoremmulcomt 5306 Alias for axmulcom 5276, for naming consistency with mulcom 5323.
|- ((A e. CC /\ B e. CC) -> (A x. B) = (B x. A))
 
Theoremaddasst 5307 Alias for axaddass 5277, for naming consistency with addass 5324.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) + C) = (A + (B + C)))
 
Theoremmulasst 5308 Alias for axmulass 5278, for naming consistency with mulass 5325.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A x. B) x. C) = (A x. (B x. C)))
 
Theoremadddit 5309 Alias for axdistr 5279, for naming consistency with adddi 5326.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A x. (B + C)) = ((A x. B) + (A x. C)))
 
Theoremaddid1t 5310 Alias for ax0id 5281, for naming consistency with addid1 5330.
|- (A e. CC -> (A + 0) = A)
 
Theoremmulid1t 5311 Alias for ax1id 5282, for naming consistency with mulid1 5332.
|- (A e. CC -> (A x. 1) = A)
 
Theoremreex 5312 The set of real numbers exists.
|- RR e. V
 
Theoremrecnt 5313 A real number is a complex number.
|- (A e. RR -> A e. CC)
 
Theoremrecn 5314 A real number is a complex number.
|- A e. RR   =>   |- A e. CC
 
Theoremrecnd 5315 Deduction from real number to complex number.
|- (ph -> A e. RR)   =>   |- (ph -> A e. CC)
 
Theoremelimne0 5316 Hypothesis for weak deduction theorem to eliminate A =/= 0.
|- if(A =/= 0, A, 1) =/= 0
 
Theoremaddex 5317 The addition operation is a set.
|- + e. V
 
Theoremmulex 5318 The multiplication operation is a set.
|- x. e. V
 
Theoremadddirt 5319 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 5320 Closure law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) e. CC
 
Theoremmulcl 5321 Closure law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) e. CC
 
Theoremaddcom 5322 Commutative law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) = (B + A)
 
Theoremmulcom 5323 Commutative law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) = (B x. A)
 
Theoremaddass 5324 Associative law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) + C) = (A + (B + C))
 
Theoremmulass 5325 Associative law for multiplication.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A x. B) x. C) = (A x. (B x. C))
 
Theoremadddi 5326 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A x. (B + C)) = ((A x. B) + (A x. C))
 
Theoremadddir 5327 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) x. C) = ((A x. C) + (B x. C))
 
Theorem0cn 5328 0 is a complex number.
|- 0 e. CC
 
Theoremaddid2t 5329 Identity law for addition.
|- (A e. CC -> (0 + A) = A)
 
Theoremaddid1 5330 Identity law for addition.
|- A e. CC   =>   |- (A + 0) = A
 
Theoremaddid2 5331 Identity law for addition.
|- A e. CC   =>   |- (0 + A) = A
 
Theoremmulid1 5332 Identity law for multiplication.
|- A e. CC   =>   |- (A x. 1) = A
 
Theoremmulid2 5333 Identity law for multiplication.
|- A e. CC   =>   |- (1 x. A) = A
 
Theoremreaddcl 5334 Closure law for addition of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A + B) e. RR
 
Theoremremulcl 5335 Closure law for multiplication of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A x. B) e. RR
 
Addition
 
Theoremadd12t 5336 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 5337 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 5338 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 5339 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 5340 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 5341 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 5342 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 5343 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 5344 A theorem for complex numbers analogous the second Peano postulate peano2nn 5935.
|- (A e. CC -> (A + 1) e. CC)
 
Subtraction
 
Theoremcnegextlem1 5345 Lemma for cnegext 5348.
 
Theoremcnegextlem2 5346 Lemma for cnegext 5348.
 
Theoremcnegextlem3 5347 Lemma for cnegext 5348.
 
Theoremcnegext 5348 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 5349 Existence of negatives.
|- A e. CC   =>   |- E.x e. CC (A + x) = 0
 
Theorem0cnALT 5350 0 is a complex number. (Proved without referencing ax1cn 5269 by Eric Schmidt, 11-Apr-2007. Compare 0cn 5328.)
|- 0 e. CC
 
Theoremaddcan 5351 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 5352 Cancellation law for addition. Theorem I.1 of [Apostol] p. 18. This proof illustrates how dedth3h 2388 can be used to convert the assumptions of addcan 5351 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 5353 Cancellation law for addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + C) = (B + C) <-> A = B))
 
Theoremaddcan2 5354 Cancellation law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + C) = (B + C) <-> A = B)
 
Theoremnegeu 5355 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 5356 Define subtraction. Theorem subvalt 5357 shows it value (and describes how this definition works), theorem subadd 5371 relates it to addition, and theorems subcl 5366 and resubcl 5439 prove its closure laws.
|- - = {<.<.x, y>., z>. | ((x e. CC /\ y e. CC) /\ z = U.{w e. CC | (y + w) = x})}
 
Theoremsubvalt 5357 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 5355, allowing us to exploit eusn 2446 and unisn 2517 (which you will find if you trace back the proof of subcl 5366).
|- ((A e. CC /\ B e. CC) -> (A - B) = U.{x e. CC | (B + x) = A})
 
Definitiondf-neg 5358 Define the negative of a number (unary minus). We use different symbols for unary minus (-u) and subtraction (-) to prevent syntax ambiguity. See cneg 5293 for a discussion of this.
|- -uA = (0 - A)
 
Theoremnegeq 5359 Equality theorem for negatives.
|- (A = B -> -uA = -uB)
 
Theoremnegeqi 5360 Equality inference for negatives.
|- A = B   =>   |- -uA = -uB
 
Theoremnegeqd 5361 Equality deduction for negatives.
|- (ph -> A = B)   =>   |- (ph -> -uA = -uB)
 
Theoremhbneg 5362 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 5363 Deduction version of hbneg 5362.
|- (ph -> A.xph)   &   |- (ph -> (y e. A -> A.x y e. A))   =>   |- (ph -> (y e. -uA -> A.