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 - 5401-5500 - Page 55 of 123
TypeLabelDescription
Statement
 
Definitiondf-lt 5401 Define 'less than' on the real subset of complex numbers.
|- <R = {<.x, y>. | ((x e. RR /\ y e. RR) /\ E.zE.w((x = <.z, 0R>. /\ y = <.w, 0R>.) /\ z <R w))}
 
Theoremopelcn 5402 Ordered pair membership in the class of complex numbers.
|- B e. V   =>   |- (<.A, B>. e. CC <-> (A e. R. /\ B e. R.))
 
Theoremopelreal 5403 Ordered pair membership in class of real subset of complex numbers.
|- (<.A, 0R>. e. RR <-> A e. R.)
 
Theoremelreal 5404 Membership in class of real numbers.
|- (A e. RR <-> E.x(x e. R. /\ <.x, 0R>. = A))
 
Theorem0ncn 5405 The empty set is not a complex number. Note: do not use this after the real number axioms are developed, since it is a construction-dependent property.
|- -. (/) e. CC
 
Theoremltrelre 5406 'Less than' is a relation on real numbers.
|- <R (_ (RR X. RR)
 
Theoremaddcnsr 5407 Addition of complex numbers in terms of signed reals.
|- (((A e. R. /\ B e. R.) /\ (C e. R. /\ D e. R.)) -> (<.A, B>. + <.C, D>.) = <.(A +R C), (B +R D)>.)
 
Theoremmulcnsr 5408 Multiplication of complex numbers in terms of signed reals.
|- (((A e. R. /\ B e. R.) /\ (C e. R. /\ D e. R.)) -> (<.A, B>. x. <.C, D>.) = <.((A .R C) +R (-1R .R (B .R D))), ((B .R C) +R (A .R D))>.)
 
Theoremeqresr 5409 Equality of real numbers in terms of intermediate signed reals.
|- A e. V   =>   |- (<.A, 0R>. = <.B, 0R>. <-> A = B)
 
Theoremaddresr 5410 Addition of real numbers in terms of intermediate signed reals.
|- ((A e. R. /\ B e. R.) -> (<.A, 0R>. + <.B, 0R>.) = <.(A +R B), 0R>.)
 
Theoremmulresr 5411 Multiplication of real numbers in terms of intermediate signed reals.
|- B e. V   =>   |- ((A e. R. /\ B e. R.) -> (<.A, 0R>. x. <.B, 0R>.) = <.(A .R B), 0R>.)
 
Theoremltresr 5412 Ordering of real subset of complex numbers in terms of signed reals.
|- A e. V   &   |- B e. V   =>   |- (<.A, 0R>. <R <.B, 0R>. <-> A <R B)
 
Theoremsuprelem 5413 Mapping of non-empty subset from signed reals to reals.
|- B = {w | <.w, 0R>. e. A}   =>   |- ((A (_ RR /\ -. A = (/)) -> (B (_ R. /\ -. B = (/)))
 
Theoremsupre 5414 A non-empty, bounded-above set of reals has a supremum.
|- B = {w | <.w, 0R>. e. A}   =>   |- (((A (_ RR /\ -. A = (/)) /\ E.x(x e. RR /\ A.y(y e. RR -> (y e. A -> y <R x)))) -> E.x(x e. RR /\ A.y(y e. RR -> ((y e. A -> -. x <R y) /\ (y <R x -> E.z(z e. RR /\ (z e. A /\ y <R z)))))))
 
Theoremltsor 5415 'Less than' is a strict ordering on real subset of complex numbers. Note: use ltso 5666 and not this one after the complex number postulates are derived, in order to maintain a "clean" derivation of complex number theorems directly from postulates. The artificial right conjunct is intended to help discourage its accidental use in place of ltso 5666.
|- ( <R Or RR /\ RR = RR)
 
Theoremdfcnqs 5416 Technical trick to permit reuse of previous lemmas to prove arithmetic operation laws in CC from those in R.. The trick involves qsid 4442, which shows that the coset of the converse epsilon relation (which is not an equivalence relation) acts as an identity divisor for the quotient set operation. This lets us "pretend" that CC is a quotient set, even though it is not (compare df-c 5394), and allows us to reuse some of the equivalence class lemmas we developed for the transition from positive reals to signed reals, etc.
|- CC = ((R. X. R.)/.`'E)
 
Theoremaddcnsrec 5417 Technical trick to permit re-use of some equivalence class lemmas for operation laws. See dfcnqs 5416 and mulcnsrec 5418.
|- (((A e. R. /\ B e. R.) /\ (C e. R. /\ D e. R.)) -> ([<.A, B>.]`'E + [<.C, D>.]`'E) = [<.(A +R C), (B +R D)>.]`'E)
 
Theoremmulcnsrec 5418 Technical trick to permit re-use of some equivalence class lemmas for operation laws. The trick involves ecid 4441, which shows that the coset of the converse epsilon relation (which is not an equivalence relation) leaves a set unchanged. See also dfcnqs 5416.

Note: This is the last lemma (from which the axioms will be derived) in the construction of real and complex numbers. The construction starts at cnpi 5126.

|- (((A e. R. /\ B e. R.) /\ (C e. R. /\ D e. R.)) -> ([<.A, B>.]`'E x. [<.C, D>.]`'E) = [<.((A .R C) +R (-1R .R (B .R D))), ((B .R C) +R (A .R D))>.]`'E)
 
Real and complex number postulates
 
Theoremaxaddopr 5419 Addition is an operation on the complex numbers. This theorem can be used as an alternate axiom for complex numbers in place of the less specific axaddcl 5425.
|- + :(CC X. CC)-->CC
 
Theoremaxmulopr 5420 Multiplication is an operation on the complex numbers. This theorem can be used as an alternate axiom for complex numbers in place of the less specific axmulcl 5427.
|- x. :(CC X. CC)-->CC
 
Theoremaxcnex 5421 The class of complex numbers is a set, i.e. it is a member of the universe of sets V (see isset 1860). Axiom 1 of 25 for real and complex numbers, derived from ZF set theory.
|- CC e. V
 
Theoremaxresscn 5422 The real numbers are a subset of the complex numbers. Axiom 2 of 25 for real and complex numbers, derived from ZF set theory.
|- RR (_ CC
 
Theoremax1cn 5423 1 is a complex number. Axiom 3 of 25 for real and complex numbers, derived from ZF set theory.
|- 1 e. CC
 
Theoremaxicn 5424 i is a complex number. Axiom 4 of 25 for real and complex numbers, derived from ZF set theory.
|- i e. CC
 
Theoremaxaddcl 5425 Closure law for addition of complex numbers. Axiom 5 of 25 for real and complex numbers, derived from ZF set theory.
|- ((A e. CC /\ B e. CC) -> (A + B) e. CC)
 
Theoremaxaddrcl 5426 Closure law for addition in the real subfield of complex numbers. Axiom 6 of 25 for real and complex numbers, derived from ZF set theory.
|- ((A e. RR /\ B e. RR) -> (A + B) e. RR)
 
Theoremaxmulcl 5427 Closure law for multiplication of complex numbers. Axiom 7 of 25 for real and complex numbers, derived from ZF set theory.
|- ((A e. CC /\ B e. CC) -> (A x. B) e. CC)
 
Theoremaxmulrcl 5428 Closure law for multiplication in the real subfield of complex numbers. Axiom 8 of 25 for real and complex numbers, derived from ZF set theory.
|- ((A e. RR /\ B e. RR) -> (A x. B) e. RR)
 
Theoremaxaddcom 5429 Addition of complex numbers is commutative. Axiom 9 of 25 for real and complex numbers, derived from ZF set theory.
|- ((A e. CC /\ B e. CC) -> (A + B) = (B + A))
 
Theoremaxmulcom 5430 Multiplication of complex numbers is commutative. Axiom 10 of 25 for real and complex numbers, derived from ZF set theory.
|- ((A e. CC /\ B e. CC) -> (A x. B) = (B x. A))
 
Theoremaxaddass 5431 Addition of complex numbers is associative. This theorem transfers the associative laws for the real and imaginary signed real components of complex number pairs, to complex number addition itself. Axiom 11 of 25 for real and complex numbers, derived from ZF set theory.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) + C) = (A + (B + C)))
 
Theoremaxmulass 5432 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 5433 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 5434 1 and 0 are distinct. Axiom 14 of 25 for real and complex numbers, derived from ZF set theory.
|- 1 =/= 0
 
Theoremax0id 5435 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 5436 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 5437 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 5438 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 5439 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 5440 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 5441 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 5657.
|- ((A e. RR /\ B e. RR) -> (A <R B <-> -. (A = B \/ B <R A)))
 
Theorempre-axlttrn 5442 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 5658.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A <R B /\ B <R C) -> A <R C))
 
Theorempre-axltadd 5443 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 5659.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (A <R B -> (C + A) <R (C + B)))
 
Theorempre-axmulgt0 5444 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 5660.
|- ((A e. RR /\ B e. RR) -> ((0 <R A /\ 0 <R B) -> 0 <R (A x. B)))
 
Theorempre-axsup 5445 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 5661.
|- ((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 5446 Extend class notation to include subtraction.
class -
 
Syntaxcneg 5447 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 different symbols for unary minus (-u) and subtraction cmin 5446 (-) to prevent syntax ambiguity. For example, looking at the syntax definition co 4021, 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 5448 Extend class notation to include division.
class /
 
Syntaxcle 5449 Extend wff notation to include the 'less than or equal to' relation.
class <_
 
Syntaxcn 5450 Extend class notation to include the class of positive integers.
class NN
 
Syntaxcn0 5451 Extend class notation to include the class of nonnegative integers.
class NN0
 
Syntaxcz 5452 Extend class notation to include the class of integers.
class ZZ
 
Syntaxcq 5453 Extend class notation to include the class of rationals.
class QQ
 
Syntaxcrp 5454 Extend class notation to include the class of positive reals.
class RR+
 
Some deductions from the field axioms for complex numbers
 
Theoremaddcl 5455 Alias for axaddcl 5425, for naming consistency with addcli 5474.
|- ((A e. CC /\ B e. CC) -> (A + B) e. CC)
 
Theoremreaddcl 5456 Alias for axaddrcl 5426, for naming consistency with readdcli 5488.
|- ((A e. RR /\ B e. RR) -> (A + B) e. RR)
 
Theoremmulcl 5457 Alias for axmulcl 5427, for naming consistency with mulcli 5475.
|- ((A e. CC /\ B e. CC) -> (A x. B) e. CC)
 
Theoremremulcl 5458 Alias for axmulrcl 5428, for naming consistency with remulcli 5489.
|- ((A e. RR /\ B e. RR) -> (A x. B) e. RR)
 
Theoremaddcom 5459 Alias for axaddcom 5429, for naming consistency with addcomi 5476.
|- ((A e. CC /\ B e. CC) -> (A + B) = (B + A))
 
Theoremmulcom 5460 Alias for axmulcom 5430, for naming consistency with mulcomi 5477.
|- ((A e. CC /\ B e. CC) -> (A x. B) = (B x. A))
 
Theoremaddass 5461 Alias for axaddass 5431, for naming consistency with addassi 5478.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) + C) = (A + (B + C)))
 
Theoremmulass 5462 Alias for axmulass 5432, for naming consistency with mulassi 5479.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A x. B) x. C) = (A x. (B x. C)))
 
Theoremadddi 5463 Alias for axdistr 5433, for naming consistency with adddii 5480.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A x. (B + C)) = ((A x. B) + (A x. C)))
 
Theoremaddid1 5464 Alias for ax0id 5435, for naming consistency with addid1i 5484.
|- (A e. CC -> (A + 0) = A)
 
Theoremmulid1 5465 Alias for ax1id 5436, for naming consistency with mulid1i 5486.
|- (A e. CC -> (A x. 1) = A)
 
Theoremreex 5466 The set of real numbers exists.
|- RR e. V
 
Theoremrecn 5467 A real number is a complex number.
|- (A e. RR -> A e. CC)
 
Theoremrecni 5468 A real number is a complex number.
|- A e. RR   =>   |- A e. CC
 
Theoremrecnd 5469 Deduction from real number to complex number.
|- (ph -> A e. RR)   =>   |- (ph -> A e. CC)
 
Theoremelimne0 5470 Hypothesis for weak deduction theorem to eliminate A =/= 0.
|- if(A =/= 0, A, 1) =/= 0
 
Theoremaddex 5471 The addition operation is a set.
|- + e. V
 
Theoremmulex 5472 The multiplication operation is a set.
|- x. e. V
 
Theoremadddir 5473 Distributive law for complex numbers.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) x. C) = ((A x. C) + (B x. C)))
 
Theoremaddcli 5474 Closure law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) e. CC
 
Theoremmulcli 5475 Closure law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) e. CC
 
Theoremaddcomi 5476 Commutative law for addition.
|- A e. CC   &   |- B e. CC   =>   |- (A + B) = (B + A)
 
Theoremmulcomi 5477 Commutative law for multiplication.
|- A e. CC   &   |- B e. CC   =>   |- (A x. B) = (B x. A)
 
Theoremaddassi 5478 Associative law for addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) + C) = (A + (B + C))
 
Theoremmulassi 5479 Associative law for multiplication.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A x. B) x. C) = (A x. (B x. C))
 
Theoremadddii 5480 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A x. (B + C)) = ((A x. B) + (A x. C))
 
Theoremadddiri 5481 Distributive law.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) x. C) = ((A x. C) + (B x. C))
 
Theorem0cn 5482 0 is a complex number.
|- 0 e. CC
 
Theoremaddid2 5483 Identity law for addition.
|- (A e. CC -> (0 + A) = A)
 
Theoremaddid1i 5484 Identity law for addition.
|- A e. CC   =>   |- (A + 0) = A
 
Theoremaddid2i 5485 Identity law for addition.
|- A e. CC   =>   |- (0 + A) = A
 
Theoremmulid1i 5486 Identity law for multiplication.
|- A e. CC   =>   |- (A x. 1) = A
 
Theoremmulid2i 5487 Identity law for multiplication.
|- A e. CC   =>   |- (1 x. A) = A
 
Theoremreaddcli 5488 Closure law for addition of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A + B) e. RR
 
Theoremremulcli 5489 Closure law for multiplication of reals.
|- A e. RR   &   |- B e. RR   =>   |- (A x. B) e. RR
 
Addition
 
Theoremadd12 5490 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 5491 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 5492 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 5493 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)))
 
Theoremadd12i 5494 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))
 
Theoremadd23i 5495 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)
 
Theoremadd4i 5496 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))
 
Theoremadd42i 5497 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 5498 A theorem for complex numbers analogous the second Peano postulate peano2nn 6080.
|- (A e. CC -> (A + 1) e. CC)
 
Subtraction
 
Theoremcnegexlem1 5499 Lemma for cnegex 5502.
 
Theoremcnegexlem2 5500 Lemma for cnegex 5502.

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