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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8787)
  Hilbert Space Explorer  Hilbert Space Explorer
(8788-10368)
  User Sandboxes  User Sandboxes
(10369-10781)
 

Statement List for Metamath Proof Explorer - 6701-6800 - Page 68 of 108
TypeLabelDescription
Statement
 
Theoremsqrgt0 6701 The square root of a positive real is positive.
|- A e. RR   =>   |- (0 < A -> 0 < (sqr` A))
 
Theoremsqrge0 6702 The square root of a nonnegative real is nonnegative.
|- A e. RR   =>   |- (0 <_ A -> 0 <_ (sqr` A))
 
Theoremsqr11 6703 The square root function is one-to-one.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> ((sqr` A) = (sqr` B) <-> A = B))
 
Theoremsqrmuli 6704 Square root distributes over multiplication.
|- A e. RR   &   |- B e. RR   &   |- 0 <_ A   &   |- 0 <_ B   =>   |- (sqr` (A x. B)) = ((sqr` A) x. (sqr` B))
 
Theoremsqrmul 6705 Square root distributes over multiplication.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> (sqr` (A x. B)) = ((sqr` A) x. (sqr` B)))
 
Theoremsqrmsq2 6706 Relationship between square root and squares.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> ((sqr` A) = B <-> A = (B x. B)))
 
Theoremsqrle 6707 Square root is monotonic.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> (A <_ B <-> (sqr`
 A) <_ (sqr` B)))
 
Theoremsqrlt 6708 Square root is strictly monotonic. (Contributed by Roy F. Longton, 8-Aug-2005.)
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> (A < B <-> (sqr`
 A) < (sqr` B)))
 
Theoremsqrmsq 6709 Square root of square.
|- A e. RR   =>   |- (0 <_ A -> (sqr`
 (A x. A)) = A)
 
Theoremsqrclt 6710 The square root of a nonnegative real is a real.
|- ((A e. RR /\ 0 <_ A) -> (sqr` A) e. RR)
 
Theoremsqrgt0t 6711 The square root of a positive real is positive.
|- ((A e. RR /\ 0 < A) -> 0 < (sqr` A))
 
Theoremsqrge0t 6712 The square root of a nonnegative real is nonnegative.
|- ((A e. RR /\ 0 <_ A) -> 0 <_ (sqr` A))
 
Theoremsqrlet 6713 Square root is monotonic.
|- (((A e. RR /\ B e. RR) /\ (0 <_ A /\ 0 <_ B)) -> (A <_ B <-> (sqr` A) <_ (sqr` B)))
 
Theoremsqr00t 6714 A square root is zero iff its argument is 0.
|- ((A e. RR /\ 0 <_ A) -> ((sqr` A) = 0 <-> A = 0))
 
Theoremrpsqrclt 6715 The square root of a positive real is a postive real.
|- (A e. RR+ -> (sqr` A) e. RR+)
 
Theoremsqr1 6716 The square root of 1 is 1.
|- (sqr` 1) = 1
 
Theoremsqr4 6717 The square root of 4 is 2.
|- (sqr` 4) = 2
 
Theoremsqr9 6718 The square root of 9 is 3.
|- (sqr` 9) = 3
 
Theoremsqr2gt1lt2 6719 The square root of 2 is bounded by 1 and 2. (Contributed by Roy F. Longton, 8-Aug-2005.)
|- (1 < (sqr` 2) /\ (sqr` 2) < 2)
 
Theoremsqrsq 6720 Square root of square.
|- A e. RR   =>   |- (0 <_ A -> (sqr`
 (A^2)) = A)
 
Theoremsqsqr 6721 Square of square root.
|- A e. RR   =>   |- (0 <_ A -> ((sqr` A)^2) = A)
 
Theoremsqrsqt 6722 Square root of square.
|- ((A e. RR /\ 0 <_ A) -> (sqr` (A^2)) = A)
 
Theoremsqsqrt 6723 Square of square root.
|- ((A e. RR /\ 0 <_ A) -> ((sqr` A)^2) = A)
 
Irrationality of square root of 2
 
Theoremsqr2irrlem1 6724 Lemma for irrationality of square root of 2. Technical lemma used to simplify the main induction step.
 
Theoremsqr2irrlem2 6725 Lemma for irrationality of square root of 2. Eliminates hypotheses with weak deduction theorem.
 
Theoremsqr2irrlem3 6726 Main theorem for irrationality of square root of 2. There are no natural numbers such that the square of one is twice the square of the other. Uses strong induction.
|- -. E.x e. NN E.y e. NN (x^2) = (2 x. (y^2))
 
Theoremsqr2irrlem4 6727 Lemma for irrationality of square root of 2.
 
Theoremsqr2irrlem5 6728 Lemma for irrationality of square root of 2. Eliminates hypotheses with weak deduction theorem.
 
Theoremsqr2irr 6729 The square root of 2 is irrational.
|- (sqr` 2) e/ QQ
 
Theoremsqr2re 6730 The square root of 2 exists and is a real number.
|- (sqr` 2) e. RR
 
Imaginary and complex number properties
 
Theoremirec 6731 The reciprocal of i.
|- (1 / i) = -ui
 
Theoremi2 6732 i squared.
|- (i^2) = -u1
 
Theoremi3 6733 i cubed.
|- (i^3) = -ui
 
Theoremi4 6734 i to the fourth power.
|- (i^4) = 1
 
Theoreminelr 6735 The imaginary unit i is not a real number.
|- -. i e. RR
 
Theoremcrulem 6736 Lemma for cru 6737.
 
Theoremcru 6737 The representation of complex numbers in terms of real and imaginary parts is unique. Proposition 10-1.3 of [Gleason] p. 130.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   &   |- D e. RR   =>   |- ((A + (i x. B)) = (C + (i x. D)) <-> (A = C /\ B = D))
 
Theoremcrut 6738 The representation of complex numbers in terms of real and imaginary parts is unique. Proposition 10-1.3 of [Gleason] p. 130.
|- (((A e. RR /\ B e. RR) /\ (C e. RR /\ D e. RR)) -> ((A + (i x. B)) = (C + (i x. D)) <-> (A = C /\ B = D)))
 
Theoremcrne0 6739 The real representation of complex numbers is nonzero iff one of its terms is nonzero.
|- A e. RR   &   |- B e. RR   =>   |- ((A =/= 0 \/ B =/= 0) <-> (A + (i x. B)) =/= 0)
 
Theoremcrmul 6740 Multiplication rule for complex number representation. Remark in [Apostol] p. 361. In normal use, the arguments are the real components of two complex numbers, but the theorem works for complex components as well.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. CC   =>   |- ((A + (i x. B)) x. (C + (i x. D))) = (((A x. C) - (B x. D)) + (i x. ((A x. D) + (B x. C))))
 
Theoremcrrecz 6741 Reciprocal of a complex number in terms of real and imaginary components. Remark in [Apostol] p. 361.
|- A e. RR   &   |- B e. RR   =>   |- ((A =/= 0 \/ B =/= 0) -> (1 / (A + (i x. B))) = ((A - (i x. B)) / ((A^2) + (B^2))))
 
Theoremcreur 6742 The real part of a complex number is unique. Proposition 10-1.3 of [Gleason] p. 130.
|- (A e. CC -> E!x e. RR E.y e. RR A = (x + (i x. y)))
 
Theoremcreui 6743 The imaginary part of a complex number is unique. Proposition 10-1.3 of [Gleason] p. 130.
|- (A e. CC -> E!y e. RR E.x e. RR A = (x + (i x. y)))
 
Theoremrimul 6744 A real number times the imaginary unit is real only if the number is 0.
|- ((A e. RR /\ (i x. A) e. RR) -> A = 0)
 
Theoremnthruc 6745 The sequence NN, ZZ, QQ, RR, and CC forms a chain of proper subsets. In each case the proper subset relationship is shown by demonstrating a number that belongs to one set but not the other. We show that zero belongs to ZZ but not NN, one-half belongs to QQ but not ZZ, the square root of 2 belongs to RR but not QQ, and finally that the imaginary number i belongs to CC but not RR. See nthruz 6746 for a further refinement.
|- ((NN (. ZZ /\ ZZ (. QQ) /\ (QQ (. RR /\ RR (. CC))
 
Theoremnthruz 6746 The sequence NN, NN0, and ZZ forms a chain of proper subsets. In each case the proper subset relationship is shown by demonstrating a number that belongs to one set but not the other. We show that zero belongs to NN0 but not NN and minus one belongs to ZZ but not NN0. This theorem refines the chain of proper subsets nthruc 6745.
|- (NN (. NN0 /\ NN0 (. ZZ)
 
Real and imaginary parts; conjugate; absolute value
 
Syntaxcre 6747 Extend class notation to include real part of a complex number.
class Re
 
Syntaxcim 6748 Extend class notation to include imaginary part of a complex number.
class Im
 
Syntaxccj 6749 Extend class notation to include complex conjugate function.
class *
 
Syntaxcabs 6750 Extend class notation to include a function for the absolute value (modulus) of a complex number.
class abs
 
Definitiondf-re 6751 Define a function whose value is the real part of a complex number. See revalt 6755 for its value, recl 6765 for its closure, and replimt 6761 for its use in decomposing a complex number.
|- Re = {<.x, y>. | (x e. CC /\ y = U.{z e. RR | E.w e. RR x = (z + (i x. w))})}
 
Definitiondf-im 6752 Define a function whose value is the imaginary part of a complex number. See imvalt 6756 for its value, imcl 6766 for its closure, and replimt 6761 for its use in decomposing a complex number.
|- Im = {<.x, y>. | (x e. CC /\ y = U.{w e. RR | E.z e. RR x = (z + (i x. w))})}
 
Definitiondf-cj 6753 Define the complex conjugate function. See cjcl 6767 for its closure and cjvalt 6763 for its value.
|- * = {<.x, y>. | (x e. CC /\ y = ((Re` x) - (i x. (Im`
 x))))}
 
Definitiondf-abs 6754 Define the function for the absolute value (modulus) of a complex number. See abscl 6839 for its closure and absvalt 6762 or absval2 6841 for its value.
|- abs = {<.x, y>. | (x e. CC /\ y = (sqr` (x x. (*` x))))}
 
Theoremrevalt 6755 The value of the real part of a complex number.
|- (A e. CC -> (Re` A) = U.{x e. RR | E.y e. RR A = (x + (i x. y))})
 
Theoremimvalt 6756 The value of the imaginary part of a complex number.
|- (A e. CC -> (Im` A) = U.{y e. RR | E.x e. RR A = (x + (i x. y))})
 
Theoremreclt 6757 The real part of a complex number is real.
|- (A e. CC -> (Re` A) e. RR)
 
Theoremimclt 6758 The imaginary part of a complex number is real.
|- (A e. CC -> (Im` A) e. RR)
 
Theoremref 6759 Domain and codomain of the real part function. (Contributed by Paul Chapman, 22-Oct-2007.)
|- Re:CC-->RR
 
Theoremimf 6760 Domain and codomain of the imaginary part function. (Contributed by Paul Chapman, 22-Oct-2007.)
|- Im:CC-->RR
 
Theoremreplimt 6761 Reconstruct a complex number from its real and imaginary parts.
|- (A e. CC -> A = ((Re` A) + (i x. (Im` A))))
 
Theoremabsvalt 6762 The absolute value (modulus) of a complex number. Proposition 10-3.7(a) of [Gleason] p. 133.
|- (A e. CC -> (abs` A) = (sqr` (A x. (*` A))))
 
Theoremcjvalt 6763 Value of the conjugate of a complex number. The value is the real part minus i times the imaginary part. Definition 10-3.2 of [Gleason] p. 132.
|- (A e. CC -> (*` A) = ((Re` A) - (i x. (Im` A))))
 
Theoremcjclt 6764 The conjugate of a complex number is a complex number (closure law).
|- (A e. CC -> (*` A) e. CC)
 
Theoremrecl 6765 The real part of a complex number is real (closure law).
|- A e. CC   =>   |- (Re` A) e. RR
 
Theoremimcl 6766 The imaginary part of a complex number is real (closure law).
|- A e. CC   =>   |- (Im` A) e. RR
 
Theoremcjcl 6767 Closure law for complex conjugate.
|-