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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8795)
  Hilbert Space Explorer  Hilbert Space Explorer
(8796-10377)
  User Sandboxes  User Sandboxes
(10378-10766)
 

Statement List for Metamath Proof Explorer - 6701-6800 - Page 68 of 108
TypeLabelDescription
Statement
 
Theoremsqrlem15 6701 Lemma for square root theorem.
 
Theoremsqrlem16 6702 Lemma for square root theorem.
 
Theoremsqrlem17 6703 Lemma for square root theorem.
 
Theoremsqrlem18 6704 Lemma for square root theorem.
 
Theoremsqrlem19 6705 Lemma for square root theorem.
 
Theoremsqrlem20 6706 Lemma for square root theorem.
 
Theoremsqrlem21 6707 Lemma for square root theorem.
 
Theoremsqrlem22 6708 Lemma for square root theorem.
 
Theoremsqrlem23 6709 Lemma for square root theorem.
 
Theoremsqrlem24 6710 Lemma for square root closure.
 
Theoremsqrgt0i 6711 The square root of a positive real is positive.
|- A e. RR   &   |- 0 < A   =>   |- 0 < (sqr`
 A)
 
Theoremsqrlem26 6712 Lemma for square root theorem.
 
Theoremsqrth 6713 Square root theorem. Theorem I.35 of [Apostol] p. 29.

(A bit of trivia: This theorem was added to the database before the number 2 was defined and before exponents were defined. Thus you will see (1 + 1) and (x x. x) throughout its lemmas.)

|- A e. RR   =>   |- (0 <_ A -> ((sqr` A) x. (sqr` A)) = A)
 
Theoremsqrcl 6714 The square root of a nonnegative real is a real.
|- A e. RR   =>   |- (0 <_ A -> (sqr`
 A) e. RR)
 
Theoremsqrgt0 6715 The square root of a positive real is positive.
|- A e. RR   =>   |- (0 < A -> 0 < (sqr` A))
 
Theoremsqrge0 6716 The square root of a nonnegative real is nonnegative.
|- A e. RR   =>   |- (0 <_ A -> 0 <_ (sqr` A))
 
Theoremsqr11 6717 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 6718 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 6719 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 6720 Relationship between square root and squares.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> ((sqr` A) = B <-> A = (B x. B)))
 
Theoremsqrle 6721 Square root is monotonic.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> (A <_ B <-> (sqr`
 A) <_ (sqr` B)))
 
Theoremsqrlt 6722 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 6723 Square root of square.
|- A e. RR   =>   |- (0 <_ A -> (sqr`
 (A x. A)) = A)
 
Theoremsqrclt 6724 The square root of a nonnegative real is a real.
|- ((A e. RR /\ 0 <_ A) -> (sqr` A) e. RR)
 
Theoremsqrgt0t 6725 The square root of a positive real is positive.
|- ((A e. RR /\ 0 < A) -> 0 < (sqr` A))
 
Theoremsqrge0t 6726 The square root of a nonnegative real is nonnegative.
|- ((A e. RR /\ 0 <_ A) -> 0 <_ (sqr` A))
 
Theoremsqrlet 6727 Square root is monotonic.
|- (((A e. RR /\ B e. RR) /\ (0 <_ A /\ 0 <_ B)) -> (A <_ B <-> (sqr` A) <_ (sqr` B)))
 
Theoremsqr00t 6728 A square root is zero iff its argument is 0.
|- ((A e. RR /\ 0 <_ A) -> ((sqr` A) = 0 <-> A = 0))
 
Theoremrpsqrclt 6729 The square root of a positive real is a postive real.
|- (A e. RR+ -> (sqr` A) e. RR+)
 
Theoremsqr1 6730 The square root of 1 is 1.
|- (sqr` 1) = 1
 
Theoremsqr4 6731 The square root of 4 is 2.
|- (sqr` 4) = 2
 
Theoremsqr9 6732 The square root of 9 is 3.
|- (sqr` 9) = 3
 
Theoremsqr2gt1lt2 6733 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 6734 Square root of square.
|- A e. RR   =>   |- (0 <_ A -> (sqr`
 (A^2)) = A)
 
Theoremsqsqr 6735 Square of square root.
|- A e. RR   =>   |- (0 <_ A -> ((sqr` A)^2) = A)
 
Theoremsqrsqt 6736 Square root of square.
|- ((A e. RR /\ 0 <_ A) -> (sqr` (A^2)) = A)
 
Theoremsqsqrt 6737 Square of square root.
|- ((A e. RR /\ 0 <_ A) -> ((sqr` A)^2) = A)
 
Irrationality of square root of 2
 
Theoremsqr2irrlem1 6738 Lemma for irrationality of square root of 2. Technical lemma used to simplify the main induction step.
 
Theoremsqr2irrlem2 6739 Lemma for irrationality of square root of 2. Eliminates hypotheses with weak deduction theorem.
 
Theoremsqr2irrlem3 6740 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 6741 Lemma for irrationality of square root of 2.
 
Theoremsqr2irrlem5 6742 Lemma for irrationality of square root of 2. Eliminates hypotheses with weak deduction theorem.
 
Theoremsqr2irr 6743 The square root of 2 is irrational.
|- (sqr` 2) e/ QQ
 
Theoremsqr2re 6744 The square root of 2 exists and is a real number.
|- (sqr` 2) e. RR
 
Imaginary and complex number properties
 
Theoremirec 6745 The reciprocal of i.
|- (1 / i) = -ui
 
Theoremi2 6746 i squared.
|- (i^2) = -u1
 
Theoremi3 6747 i cubed.
|- (i^3) = -ui
 
Theoremi4 6748 i to the fourth power.
|- (i^4) = 1
 
Theoreminelr 6749 The imaginary unit i is not a real number.
|- -. i e. RR
 
Theoremcrulem 6750 Lemma for cru 6751.
 
Theoremcru 6751 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 6752 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 6753 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 6754 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 6755 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 6756 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 6757 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 6758 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 6759 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 6760 for a further refinement.
|- ((NN (. ZZ /\ ZZ (. QQ) /\ (QQ (. RR /\ RR (. CC))
 
Theoremnthruz 6760 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 6759.
|- (NN (. NN0 /\ NN0 (. ZZ)
 
Real and imaginary parts; conjugate; absolute value
 
Syntaxcre 6761 Extend class notation to include real part of a complex number.
class Re
 
Syntaxcim 6762 Extend class notation to include imaginary part of a complex number.
class Im
 
Syntaxccj 6763 Extend class notation to include complex conjugate function.
class *
 
Syntaxcabs 6764 Extend class notation to include a function for the absolute value (modulus) of a complex number.
class abs
 
Definitiondf-re 6765 Define a function whose value is the real part of a complex number. See revalt 6769 for its value, recl 6779 for its closure, and replimt 6775 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 6766 Define a function whose value is the imaginary part of a complex number. See imvalt 6770 for its value, imcl 6780 for its closure, and replimt 6775 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 6767 Define the complex conjugate function. See cjcl 6781 for its closure and cjvalt 6777 for its value.
|- * = {<.x, y>. | (x e. CC /\ y = ((Re` x) - (i x. (Im`
 x))))}
 
Definitiondf-abs 6768 Define the function for the absolute value (modulus) of a complex number. See abscl 6852 for its closure and absvalt 6776 or absval2 6854 for its value.
|- abs = {<.x, y>. | (x e. CC /\ y = (sqr` (x x. (*` x))))}
 
Theoremrevalt 6769 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 6770 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 6771 The real part of a complex number is real.
|- (A e. CC -> (Re` A) e. RR)
 
Theoremimclt 6772 The imaginary part of a complex number is real.
|- (A e. CC -> (Im` A) e. RR)
 
Theoremref 6773 Domain and codomain of the real part function. (Contributed by Paul Chapman, 22-Oct-2007.)
|- Re:CC-->RR
 
Theoremimf 6774 Domain and codomain of the imaginary part function. (Contributed by Paul Chapman, 22-Oct-2007.)
|- Im:CC-->RR
 
Theoremreplimt 6775 Reconstruct a complex number from its real and imaginary parts.
|- (A e. CC -> A = ((