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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-9062)
  Hilbert Space Explorer  Hilbert Space Explorer
(9063-10650)
  Users' Mathboxes  Users' Mathboxes
(10651-12229)
 

Statement List for Metamath Proof Explorer - 5501-5600 - Page 56 of 123
TypeLabelDescription
Statement
 
Theoremcnegexlem3 5501 Lemma for cnegex 5502.
 
Theoremcnegex 5502 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 5503 Existence of negatives.
|- A e. CC   =>   |- E.x e. CC (A + x) = 0
 
Theorem0cnALT 5504 0 is a complex number. (Proved without referencing ax1cn 5423 by Eric Schmidt, 11-Apr-2007. Compare 0cn 5482.)
|- 0 e. CC
 
Theoremaddcani 5505 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 5506 Cancellation law for addition. Theorem I.1 of [Apostol] p. 18. This proof illustrates how dedth3h 2442 can be used to convert the assumptions of addcani 5505 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 5507 Cancellation law for addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + C) = (B + C) <-> A = B))
 
Theoremaddcan2i 5508 Cancellation law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + C) = (B + C) <-> A = B)
 
Theoremnegeui 5509 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 5510 Define subtraction. Theorem subval 5511 shows it value (and describes how this definition works), theorem subaddi 5525 relates it to addition, and theorems subcli 5520 and resubcli 5593 prove its closure laws.
|- - = {<.<.x, y>., z>. | ((x e. CC /\ y e. CC) /\ z = U.{w e. CC | (y + w) = x})}
 
Theoremsubval 5511 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 negeui 5509, allowing us to exploit eusn 2507 and unisn 2583 (which you will find if you trace back the proof of subcli 5520).
|- ((A e. CC /\ B e. CC) -> (A - B) = U.{x e. CC | (B + x) = A})
 
Definitiondf-neg 5512 Define the negative of a number (unary minus). We use different symbols for unary minus (-u) and subtraction (-) to prevent syntax ambiguity. See cneg 5447 for a discussion of this.
|- -uA = (0 - A)
 
Theoremnegeq 5513 Equality theorem for negatives.
|- (A = B -> -uA = -uB)
 
Theoremnegeqi 5514 Equality inference for negatives.
|- A = B   =>   |- -uA = -uB
 
Theoremnegeqd 5515 Equality deduction for negatives.
|- (ph -> A = B)   =>   |- (ph -> -uA = -uB)
 
Theoremhbneg 5516 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 5517 Deduction version of hbneg 5516.
|- (ph -> A.xph)   &   |- (ph -> (y e. A -> A.x y e. A))   =>   |- (ph -> (y e. -uA -> A.x y e. -uA))
 
Theoremcsbnegg 5518 Move class substitution in and out of the negative of a number.
|- (A e. C -> [_A / x]_-uB = -u[_A / x]_B)
 
Theoremnegex 5519 A negative is a set.
|- -uA e. V
 
Theoremsubcli 5520 Closure law for subtraction.
|- A e. CC   &   |- B e. CC   =>   |- (A - B) e. CC
 
Theoremsubcl 5521 Closure law for subtraction.
|- ((A e. CC /\ B e. CC) -> (A - B) e. CC)
 
Theoremnegcl 5522 Closure law for negative.
|- (A e. CC -> -uA e. CC)
 
Theoremnegcli 5523 Closure law for negative.
|- A e. CC   =>   |- -uA e. CC
 
Theoremsubopr 5524 Subtraction is an operation on the complex numbers.
|- - :(CC X. CC)-->CC
 
Theoremsubaddi 5525 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (B + C) = A)
 
Theoremsubaddrii 5526 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- (B + C) = A   =>   |- (A - B) = C
 
Theoremsubadd2i 5527 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (C + B) = A)
 
Theoremsubsub23i 5528 Swap subtrahend and result of subtraction.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (A - C) = B)
 
Theoremsubadd 5529 Relationship between subtraction and addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) = C <-> (B + C) = A))
 
Theoremsubsub23 5530 Swap subtrahend and result of subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) = C <-> (A - C) = B))
 
Theorempncan3 5531 Subtraction and addition of equals.
|- ((A e. CC /\ B e. CC) -> (A + (B - A)) = B)
 
Theorempncan3i 5532 Subtraction and addition of equals.
|- A e. CC   &   |- B e. CC   =>   |- (A + (B - A)) = B
 
Theoremnegid 5533 Addition of a number and its negative.
|- (A e. CC -> (A + -uA) = 0)
 
Theoremnegidi 5534 Addition of a number and its negative.
|- A e. CC   =>   |- (A + -uA) = 0
 
Theoremnegsubi 5535 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   =>   |- (A + -uB) = (A - B)
 
Theoremnegsub 5536 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18.
|- ((A e. CC /\ B e. CC) -> (A + -uB) = (A - B))
 
Theoremaddsubass 5537 Associative-type law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) - C) = (A + (B - C)))
 
Theoremaddsub 5538 Law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) - C) = ((A - C) + B))
 
Theoremsubadd23 5539 Commutative/associative law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) + C) = (A + (C - B)))
 
Theoremaddsub12 5540 Commutative/associative law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A + (B - C)) = (B + (A - C)))
 
Theoremaddsubassi 5541 Associative-type law for subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) - C) = (A + (B - C))
 
Theoremaddsubi 5542 Law for subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) - C) = ((A - C) + B)
 
Theorem2addsub 5543 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 5544 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18.
|- A e. CC   =>   |- -u-uA = A
 
Theoremsubidi 5545 Subtraction of a number from itself.
|- A e. CC   =>   |- (A - A) = 0
 
Theoremsubid1i 5546 Identity law for subtraction.
|- A e. CC   =>   |- (A - 0) = A
 
Theoremnegneg 5547 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18.
|- (A e. CC -> -u-uA = A)
 
Theoremsubneg 5548 Relationship between subtraction and negative.
|- ((A e. CC /\ B e. CC) -> (A - -uB) = (A + B))
 
Theoremsubid 5549 Subtraction of a number from itself.
|- (A e. CC -> (A - A) = 0)
 
Theoremsubid1 5550 Identity law for subtraction.
|- (A e. CC -> (A - 0) = A)
 
Theorempncan 5551 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC) -> ((A + B) - B) = A)
 
Theorempncan2 5552 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC) -> ((A + B) - A) = B)
 
Theoremnpcan 5553 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC) -> ((A - B) + B) = A)
 
Theoremnpncan 5554 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) + (B - C)) = (A - C))
 
Theoremnppcan 5555 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (((A - B) + C) + B) = (A + C))
 
Theoremsubcan2 5556 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - C) = (B - C) <-> A = B))
 
Theoremsubeq0 5557 If the difference between two numbers is zero, they are equal.
|- ((A e. CC /\ B e. CC) -> ((A - B) = 0 <-> A = B))
 
Theoremsubnegi 5558 Relationship between subtraction and negative.
|- A e. CC   &   |- B e. CC   =>   |- (A - -uB) = (A + B)
 
Theoremsubeq0i 5559 If the difference between two numbers is zero, they are equal.
|- A e. CC   &   |- B e. CC   =>   |- ((A - B) = 0 <-> A = B)
 
Theoremneg11i 5560 Negative is one-to-one.
|- A e. CC   &   |- B e. CC   =>   |- (-uA = -uB <-> A = B)
 
Theoremnegcon1i 5561 Negative contraposition law.
|- A e. CC   &   |- B e. CC   =>   |- (-uA = B <-> -uB = A)
 
Theoremnegcon2i 5562 Negative contraposition law.
|- A e. CC   &   |- B e. CC   =>   |- (A = -uB <-> B = -uA)
 
Theoremneg11 5563 Negative is one-to-one.
|- ((A e. CC /\ B e. CC) -> (-uA = -uB <-> A = B))
 
Theoremnegcon1 5564 Negative contraposition law.
|- ((A e. CC /\ B e. CC) -> (-uA = B <-> -uB = A))
 
Theoremnegcon2 5565 Negative contraposition law.
|- ((A e. CC /\ B e. CC) -> (A = -uB <-> B = -uA))
 
Theoremsubcan 5566 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) = (A - C) <-> B = C))
 
Theoremsubcani 5567 Cancellation law for subtraction.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = (A - C) <-> B = C)
 
Theoremsubcan2i 5568 Cancellation law for subtraction.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - C) = (B - C) <-> A = B)
 
Theoremneg0 5569 Minus 0 equals 0.
|- -u0 = 0
 
Theoremrenegcli 5570 Closure law for negative of reals.
|- A e. RR   =>   |- -uA e. RR
 
Multiplication
 
Theoremmulid2 5571 Identity law for multiplication. Note: see ax1id 5436 for commuted version.
|- (A e. CC -> (1 x. A) = A)
 
Theoremmul12 5572 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 5573 Commutative/associative law.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A x. B) x. C) = ((A x. C) x. B))
 
Theoremmul4 5574 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 5575 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 5576 A simple product of sums expansion.
|- ((A e. CC /\ B e. CC) -> ((1 + A) x. (1 + B)) = ((1 + A) + (B + (A x. B))))
 
Theoremmul12i 5577 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 5578 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 5579 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 5580 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 5581 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 5582 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 5583 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 5584 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 5585 Multiplication by 0. Theorem I.6 of [Apostol] p. 18.
|- A e. CC   =>   |- (A x. 0) = 0
 
Theoremmul02i 5586 Multiplication by 0. Theorem I.6 of [Apostol] p. 18.
|- A e. CC   =>   |- (0 x. A) = 0
 
Theorem1p1timesi 5587 Two times a number.
|- A e. CC   =>   |- ((1 + 1) x. A) = (A + A)
 
Theoremine0 5588 The imaginary unit i is not zero.
|- i =/= 0
 
Theorem1re 5589 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 5423, by exploiting properties of the imaginary unit i. (Contributed by Eric Schmidt, 11-Apr-2007.)
|- 1 e. RR
 
Theorempeano2re 5590 A theorem for reals analogous the second Peano postulate peano2nn 6080.
|- (A e. RR -> (A + 1) e. RR)
 
Theoremrenegcl 5591 Closure law for negative of reals. The weak deduction theorem dedth 2437 is used to convert hypothesis of the inference (deduction) form of this theorem, renegcli 5570, to an antecedent.
|- (A e. RR -> -uA e. RR)
 
Theoremresubcl 5592 Closure law for subtraction of reals.
|- ((A e. RR /\ B e. RR) -> (A - B) e. RR)
 
Theoremresubcli 5593 Closure law for subtraction of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A - B) e. RR
 
Theorem0re 5594 0 is a real number. Proved without referencing 1re 5589. (Contributed by Eric Schmidt, 21-May-2007.)
|- 0 e. RR
 
Theorem0reALT 5595 0 is a real number.
|- 0 e. RR
 
Theorempeano2rem 5596 "Reverse" second Peano postulate analog for reals.
|- (N e. RR -> (N - 1) e. RR)
 
Theoremmul01 5597 Multiplication by 0. Theorem I.6 of [Apostol] p. 18.
|- (A e. CC -> (A x. 0) = 0)
 
Theoremmul02 5598 Multiplication by 0. Theorem I.6 of [Apostol] p. 18.
|- (A e. CC -> (0 x. A) = 0)
 
Theoremmulneg1i 5599 Product with negative is negative of product. Theorem I.12 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   =>   |- (-uA x. B) = -u(A x. B)
 
Theoremmulneg2i 5600 Product with negative is negative of product.
|- A e. CC   &   |- B e. CC   =>   |- (A x. -uB) = -u(A x. B)

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