HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: 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-5787

Color key:    Metamath Proof
Explorer  Metamath Proof Explorer (1-4957)   Hilbert Space Explorer  Hilbert Space Explorer (4958-5787)  

Statement List for Metamath Proof Explorer - 4101-4200 - Page 42 of 58
TypeLabelDescription
Statement
 
Theorem1cn 4101 1 is a complex number.
|- 1 e. CC
 
Theoremelimne0 4102 Hypothesis for weak deduction theorem to eliminate A =/= 0.
|- if(A =/= 0, A, 1) =/= 0
 
Theoremadddirt 4103 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 4104 Closure law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) e. CC
 
Theoremmulcl 4105 Closure law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) e. CC
 
Theoremaddcom 4106 Commutative law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) = (B + A)
 
Theoremmulcom 4107 Commutative law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) = (B x. A)
 
Theoremaddass 4108 Associative law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) + C) = (A + (B + C))
 
Theoremmulass 4109 Associative law for multiplication.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A x. B) x. C) = (A x. (B x. C))
 
Theoremadddi 4110 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A x. (B + C)) = ((A x. B) + (A x. C))
 
Theoremadddir 4111 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) x. C) = ((A x. C) + (B x. C))
 
Theoremaddid1 4112 Identity law for addition.
|- A e. CC   =>   |- (A + 0) = A
 
Theoremaddid2 4113 Identity law for addition.
|- A e. CC   =>   |- (0 + A) = A
 
Theoremmulid1 4114 Identity law for multiplication.
|- A e. CC   =>   |- (A x. 1) = A
 
Theoremmulid2 4115 Identity law for multiplication.
|- A e. CC   =>   |- (1 x. A) = A
 
Theoremnegex 4116 Existence of negatives.
|- A e. CC   =>   |- E.x e. CC (A + x) = 0
 
Theoremrecex 4117 Existence of reciprocals.
|- A e. CC   &   |- A =/= 0   =>   |- E.x e. CC (A x. x) = 1
 
Theoremreaddcl 4118 Closure law for addition of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A + B) e. RR
 
Theoremremulcl 4119 Closure law for multiplication of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A x. B) e. RR
 
Theoremaddcan 4120 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)
 
Theoremaddcan2 4121 Cancellation law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + C) = (B + C) <-> A = B)
 
Theoremaddcant 4122 Cancellation law for addition. Theorem I.1 of [Apostol] p. 18. This proof illustrates how dedth3h 1788 can be used to convert the assumptions of addcan 4120 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 4123 Cancellation law for addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + C) = (B + C) <-> A = B))
 
Theoremnegeu 4124 Existential uniqueness of negatives. Theorem I.2 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   =>   |- E!x e. CC (A + x) = B
 
Theoremadd12t 4125 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 4126 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 4127 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)))
 
Theoremadd12 4128 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 4129 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 4130 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 4131 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))
 
Theoremaddid2t 4132 Identity law for addition.
|- (A e. CC -> (0 + A) = A)
 
Definitiondf-sub 4133 Define subtraction. Theorem subval 4134 shows it value (and describes how this definition works), theorem subadd 4143 relates it to addition, and theorems subcl 4139 and resubcl 4174 prove its closure laws.
|- - = {<.<.x, y>., z>. | ((x e. CC /\ y e. CC) /\ z = U.{w e. CC | (y + w) = x})}
 
Theoremsubval 4134 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 4124, allowing us to exploit eusn 1913 and unisn 1932 (which you will find if you trace back the proof of subcl 4139).
|- A e. CC   &   |- B e. CC   =>   |- (A - B) = U.{x e. CC | (B + x) = A}
 
Definitiondf-neg 4135 Define the negative of a number (unary minus). We use different symbols for unary minus (-u) and subtraction (-) to prevent syntax ambiguity. See cneg 4090 for a discussion of this.
|- -uA = (0 - A)
 
Theoremnegeq 4136 Equality theorem for negatives.
|- (A = B -> -uA = -uB)
 
Theoremnegeqi 4137 Equality inference for negatives.
|- A = B   =>   |- -uA = -uB
 
Theoremnegeqd 4138 Equality deduction for negatives.
|- (ph -> A = B)   =>   |- (ph -> -uA = -uB)
 
Theoremsubcl 4139 Closure law for subtraction.
|- A e. CC   &   |- B e. CC   =>   |- (A - B) e. CC
 
Theoremsubclt 4140 Closure law for subtraction.
|- ((A e. CC /\ B e. CC) -> (A - B) e. CC)
 
Theoremnegclt 4141 Closure law for negative.
|- (A e. CC -> -uA e. CC)
 
Theoremnegcl 4142 Closure law for negative.
|- A e. CC   =>   |- -uA e. CC
 
Theoremsubadd 4143 Relationship between subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (B + C) = A)
 
Theoremsubsub 4144 Relationship between subtraction and subtraction.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = C <-> (A - C) = B)
 
Theoremsubaddt 4145 Relationship between subtraction and addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) = C <-> (B + C) = A))
 
Theoremsubaddeq 4146 Subtraction and addition of equals.
|- A e. CC   &   |- B e. CC   =>   |- (A + (B - A)) = B
 
Theoremnegid 4147 Addition of a number and its negative.
|- A e. CC   =>   |- (A + -uA) = 0
 
Theoremsubneg 4148 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   =>   |- (A - B) = (A + -uB)
 
Theoremsubnegt 4149 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18.
|- ((A e. CC /\ B e. CC) -> (A - B) = (A + -uB))
 
Theoremaddsubasst 4150 Associative-type law for subtraction and addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) - C) = (A + (B - C)))
 
Theoremaddsubt 4151 Law for subtraction and addition.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) - C) = ((A - C) + B))
 
Theoremaddsubass 4152 Associative-type law for subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) - C) = (A + (B - C))
 
Theoremaddsub 4153 Law for subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) - C) = ((A - C) + B)
 
Theoremnegneg 4154 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18.
|- A e. CC   =>   |- -u-uA = A
 
Theoremsubid 4155 Subtraction of a number from itself.
|- A e. CC   =>   |- (A - A) = 0
 
Theoremsubid1 4156 Identity law for subtraction.
|- A e. CC   =>   |- (A - 0) = A
 
Theoremnegnegt 4157 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18.
|- (A e. CC -> -u-uA = A)
 
Theoremsubneg2t 4158 Relationship between subtraction and negative.
|- ((A e. CC /\ B e. CC) -> (A - -uB) = (A + B))
 
Theoremsubidt 4159 Subtraction of a number from itself.
|- (A e. CC -> (A - A) = 0)
 
Theoremsubid1t 4160 Identity law for subtraction.
|- (A e. CC -> (A - 0) = A)
 
Theorempncant 4161 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC) -> ((A + B) - B) = A)
 
Theoremnpcant 4162 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC) -> ((A - B) + B) = A)
 
Theoremsubeq0 4163 If the difference between two numbers is zero, they are equal.
|- A e. CC   &   |- B e. CC   =>   |- ((A - B) = 0 <-> A = B)
 
Theoremneg11 4164 Negative is one-to-one.
|- A e. CC   &   |- B e. CC   =>   |- (-uA = -uB <-> A = B)
 
Theoremnegcon1 4165 Negative contraposition law.
|-