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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8967)   Hilbert Space Explorer  Hilbert Space Explorer (8968-10487)  

Statement List for Metamath Proof Explorer - 5201-5300 - Page 53 of 105
TypeLabelDescription
Statement
 
Theoremaxmulass 5201 Multiplication of complex numbers is associative. Axiom 12 of 25 for real and complex numbers, derived from ZF set theory.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A x. B) x. C) = (A x. (B x. C)))
 
Theoremaxdistr 5202 Distributive law for complex numbers. Axiom 13 of 25 for real and complex numbers, derived from ZF set theory.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A x. (B + C)) = ((A x. B) + (A x. C)))
 
Theoremax1ne0 5203 1 and 0 are distinct. Axiom 14 of 25 for real and complex numbers, derived from ZF set theory.
|- 1 =/= 0
 
Theoremax0id 5204 0 is an identity element for addition. Axiom 15 of 25 for real and complex numbers, derived from ZF set theory.
|- (A e. CC -> (A + 0) = A)
 
Theoremax1id 5205 1 is an identity element for multiplication. Axiom 16 of 25 for real and complex numbers, derived from ZF set theory.
|- (A e. CC -> (A x. 1) = A)
 
Theoremaxrnegex 5206 Existence of negative of real number. Axiom 17 of 25 for real and complex numbers, derived from ZF set theory.
|- (A e. RR -> E.x e. RR (A + x) = 0)
 
Theoremaxrrecex 5207 Existence of reciprocal of nonzero real number. Axiom 18 of 25 for real and complex numbers, derived from ZF set theory.
|- ((A e. RR /\ A =/= 0) -> E.x e. RR (A x. x) = 1)
 
Theoremaxi2m1 5208 i-squared equals -1 (expressed as i-squared plus 1 is 0). Axiom 19 of 25 for real and complex numbers, derived from ZF set theory.
|- ((i x. i) + 1) = 0
 
Theoremaxcnre 5209 A complex number can be expressed in terms of two reals. Definition 10-1.1(v) of [Gleason] p. 130. Axiom 20 of 25 for real and complex numbers, derived from ZF set theory.
|- (A e. CC -> E.x e. RR E.y e. RR A = (x + (i x. y)))
 
Theorempre-axlttri 5210 Ordering on reals satisfies strict trichotomy. Axiom 21 of 25 for real and complex numbers, derived from ZF set theory. Note: The more general version for extended reals is axlttri 5426.
|- ((A e. RR /\ B e. RR) -> (A <R B <-> -. (A = B \/ B <R A)))
 
Theorempre-axlttrn 5211 Ordering on reals is transitive. Axiom 22 of 25 for real and complex numbers, derived from ZF set theory. Note: The more general version for extended reals is axlttrn 5427.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A <R B /\ B <R C) -> A <R C))
 
Theorempre-axltadd 5212 Ordering property of addition on reals. Axiom 23 of 25 for real and complex numbers, derived from ZF set theory. Note: The more general version for extended reals is axltadd 5428.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (A <R B -> (C + A) <R (C + B)))
 
Theorempre-axmulgt0 5213 The product of two positive reals is positive. Axiom 24 of 25 for real and complex numbers, derived from ZF set theory. Note: The more general version for extended reals is axmulgt0 5429.
|- ((A e. RR /\ B e. RR) -> ((0 <R A /\ 0 <R B) -> 0 <R (A x. B)))
 
Theorempre-axsup 5214 A non-empty, bounded-above set of reals has a supremum. Axiom 25 of 25 for real and complex numbers, derived from ZF set theory. Note: The more general version with ordering on extended reals is axsup 5430.
|- ((A (_ RR /\ A =/= (/) /\ E.x e. RR A.y e. A y <R x) -> E.x e. RR (A.y e. A -. x <R y /\ A.y e. RR (y <R x -> E.z e. A y <R z)))
 
Real and complex numbers - basic operations
 
Syntaxcmin 5215 Extend class notation to include subtraction.
class -
 
Syntaxcneg 5216 Extend class notation to include unary minus. The symbol -u is not a class by itself but part of a compound class definition. We do this rather than making it a formal function since it is so commonly used. Note: We use a different symbols for unary minus (-u) and subtraction cmin 5215 (-) to prevent syntax ambiguity. For example, looking at the syntax definition co 3902, if we used the same symbol then "( - A - B)" could mean either "- A" minus "B", or it could represent the (meaningless) operation of classes "-" and "- B" connected with "operation" "A". On the other hand, "(-uA - B)" is unambiguous.
class -uA
 
Syntaxcdiv 5217 Extend class notation to include division.
class /
 
Syntaxcle 5218 Extend wff notation to include the 'less than or equal to' relation.
class <_
 
Syntaxcn 5219 Extend class notation to include the class of positive integers.
class NN
 
Syntaxcn0 5220 Extend class notation to include the class of nonnegative integers.
class NN0
 
Syntaxcz 5221 Extend class notation to include the class of integers.
class ZZ
 
Syntaxcq 5222 Extend class notation to include the class of rationals.
class QQ
 
Syntaxcrp 5223 Extend class notation to include the class of positive reals.
class RR+
 
Some deductions from the field axioms for complex numbers
 
Theoremaddclt 5224 Alias for axaddcl 5194, for naming consistency with addcl 5243.
|- ((A e. CC /\ B e. CC) -> (A + B) e. CC)
 
Theoremreaddclt 5225 Alias for axaddrcl 5195, for naming consistency with readdcl 5257.
|- ((A e. RR /\ B e. RR) -> (A + B) e. RR)
 
Theoremmulclt 5226 Alias for axmulcl 5196, for naming consistency with mulcl 5244.
|- ((A e. CC /\ B e. CC) -> (A x. B) e. CC)
 
Theoremremulclt 5227 Alias for axmulrcl 5197, for naming consistency with remulcl 5258.
|- ((A e. RR /\ B e. RR) -> (A x. B) e. RR)
 
Theoremaddcomt 5228 Alias for axaddcom 5198, for naming consistency with addcom 5245.
|- ((A e. CC /\ B e. CC) -> (A + B) = (B + A))
 
Theoremmulcomt 5229 Alias for axmulcom 5199, for naming consistency with mulcom 5246.
|- ((A e. CC /\ B e. CC) -> (A x. B) = (B x. A))
 
Theoremaddasst 5230 Alias for axaddass 5200, for naming consistency with addass 5247.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) + C) = (A + (B + C)))
 
Theoremmulasst 5231 Alias for axmulass 5201, for naming consistency with mulass 5248.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A x. B) x. C) = (A x. (B x. C)))
 
Theoremadddit 5232 Alias for axdistr 5202, for naming consistency with adddi 5249.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A x. (B + C)) = ((A x. B) + (A x. C)))
 
Theoremaddid1t 5233 Alias for ax0id 5204, for naming consistency with addid1 5253.
|- (A e. CC -> (A + 0) = A)
 
Theoremmulid1t 5234 Alias for ax1id 5205, for naming consistency with mulid1 5255.
|- (A e. CC -> (A x. 1) = A)
 
Theoremreex 5235 The set of real numbers exists.
|- RR e. V
 
Theoremrecnt 5236 A real number is a complex number.
|- (A e. RR -> A e. CC)
 
Theoremrecn 5237 A real number is a complex number.
|- A e. RR   =>   |- A e. CC
 
Theoremrecnd 5238 Deduction from real number to complex number.
|- (ph -> A e. RR)   =>   |- (ph -> A e. CC)
 
Theoremelimne0 5239 Hypothesis for weak deduction theorem to eliminate A =/= 0.
|- if(A =/= 0, A, 1) =/= 0
 
Theoremaddex 5240 The addition operation is a set.
|- + e. V
 
Theoremmulex 5241 The multiplication operation is a set.
|- x. e. V
 
Theoremadddirt 5242 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 5243 Closure law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) e. CC
 
Theoremmulcl 5244 Closure law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) e. CC
 
Theoremaddcom 5245 Commutative law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) = (B + A)
 
Theoremmulcom 5246 Commutative law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) = (B x. A)
 
Theoremaddass 5247 Associative law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) + C) = (A + (B + C))
 
Theoremmulass 5248 Associative law for multiplication.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A x. B) x. C) = (A x. (B x. C))
 
Theoremadddi 5249 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A x. (B + C)) = ((A x. B) + (A x. C))
 
Theoremadddir 5250 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) x. C) = ((A x. C) + (B x. C))
 
Theorem0cn 5251 0 is a complex number.
|- 0 e. CC
 
Theoremaddid2t 5252 Identity law for addition.
|- (A e. CC -> (0 + A) = A)
 
Theoremaddid1 5253 Identity law for addition.
|- A e. CC   =>   |- (A + 0) = A
 
Theoremaddid2 5254 Identity law for addition.
|- A e. CC   =>   |- (0 + A) = A
 
Theoremmulid1 5255 Identity law for multiplication.
|- A e. CC   =>   |- (A x. 1) = A
 
Theoremmulid2 5256 Identity law for multiplication.
|- A e. CC   =>   |- (1 x. A) = A
 
Theoremreaddcl 5257 Closure law for addition of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A + B) e. RR
 
Theoremremulcl 5258 Closure law for multiplication of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A x. B) e. RR
 
Addition
 
Theoremadd12t 5259 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 5260 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 5261 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 5262 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 5263 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 5264 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 5265 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 5266 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 5267