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 - 6901-7000 - Page 70 of 123
TypeLabelDescription
Statement
 
Theoremsqrcli 6901 The square root of a nonnegative real is a real.
|- A e. RR   =>   |- (0 <_ A -> (sqr`
 A) e. RR)
 
Theoremsqrgt0i 6902 The square root of a positive real is positive.
|- A e. RR   =>   |- (0 < A -> 0 < (sqr` A))
 
Theoremsqrge0i 6903 The square root of a nonnegative real is nonnegative.
|- A e. RR   =>   |- (0 <_ A -> 0 <_ (sqr` A))
 
Theoremsqr11i 6904 The square root function is one-to-one.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> ((sqr` A) = (sqr` B) <-> A = B))
 
Theoremsqrmulii 6905 Square root distributes over multiplication.
|- A e. RR   &   |- B e. RR   &   |- 0 <_ A   &   |- 0 <_ B   =>   |- (sqr` (A x. B)) = ((sqr` A) x. (sqr` B))
 
Theoremsqrmuli 6906 Square root distributes over multiplication.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> (sqr` (A x. B)) = ((sqr` A) x. (sqr` B)))
 
Theoremsqrmsq2i 6907 Relationship between square root and squares.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> ((sqr` A) = B <-> A = (B x. B)))
 
Theoremsqrlei 6908 Square root is monotonic.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> (A <_ B <-> (sqr`
 A) <_ (sqr` B)))
 
Theoremsqrlti 6909 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)))
 
Theoremsqrmsqi 6910 Square root of square.
|- A e. RR   =>   |- (0 <_ A -> (sqr`
 (A x. A)) = A)
 
Theoremsqrcl 6911 The square root of a nonnegative real is a real.
|- ((A e. RR /\ 0 <_ A) -> (sqr` A) e. RR)
 
Theoremsqrgt0 6912 The square root of a positive real is positive.
|- ((A e. RR /\ 0 < A) -> 0 < (sqr` A))
 
Theoremsqrge0 6913 The square root of a nonnegative real is nonnegative.
|- ((A e. RR /\ 0 <_ A) -> 0 <_ (sqr` A))
 
Theoremsqrle 6914 Square root is monotonic.
|- (((A e. RR /\ B e. RR) /\ (0 <_ A /\ 0 <_ B)) -> (A <_ B <-> (sqr` A) <_ (sqr` B)))
 
Theoremsqr00 6915 A square root is zero iff its argument is 0.
|- ((A e. RR /\ 0 <_ A) -> ((sqr` A) = 0 <-> A = 0))
 
Theoremrpsqrcl 6916 The square root of a positive real is a postive real.
|- (A e. RR+ -> (sqr` A) e. RR+)
 
Theoremsqr1 6917 The square root of 1 is 1.
|- (sqr` 1) = 1
 
Theoremsqr4 6918 The square root of 4 is 2.
|- (sqr` 4) = 2
 
Theoremsqr9 6919 The square root of 9 is 3.
|- (sqr` 9) = 3
 
Theoremsqr2gt1lt2 6920 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)
 
Theoremsqrsqi 6921 Square root of square.
|- A e. RR   =>   |- (0 <_ A -> (sqr`
 (A^2)) = A)
 
Theoremsqsqri 6922 Square of square root.
|- A e. RR   =>   |- (0 <_ A -> ((sqr` A)^2) = A)
 
Theoremsqrsq 6923 Square root of square.
|- ((A e. RR /\ 0 <_ A) -> (sqr` (A^2)) = A)
 
Theoremsqsqr 6924 Square of square root.
|- ((A e. RR /\ 0 <_ A) -> ((sqr` A)^2) = A)
 
Irrationality of square root of 2
 
Theoremsqr2irrlem1 6925 Lemma for irrationality of square root of 2. Technical lemma used to simplify the main induction step.
 
Theoremsqr2irrlem2 6926 Lemma for irrationality of square root of 2. Eliminates hypotheses with weak deduction theorem.
 
Theoremsqr2irrlem3 6927 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 6928 Lemma for irrationality of square root of 2.
 
Theoremsqr2irrlem5 6929 Lemma for irrationality of square root of 2. Eliminates hypotheses with weak deduction theorem.
 
Theoremsqr2irr 6930 The square root of 2 is irrational.
|- (sqr` 2) e/ QQ
 
Theoremsqr2re 6931 The square root of 2 exists and is a real number.
|- (sqr` 2) e. RR
 
Imaginary and complex number properties
 
Theoremirec 6932 The reciprocal of i.
|- (1 / i) = -ui
 
Theoremi2 6933 i squared.
|- (i^2) = -u1
 
Theoremi3 6934 i cubed.
|- (i^3) = -ui
 
Theoremi4 6935 i to the fourth power.
|- (i^4) = 1
 
Theoreminelr 6936 The imaginary unit i is not a real number.
|- -. i e. RR
 
Theoremcrulem 6937 Lemma for crui 6938.
 
Theoremcrui 6938 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))
 
Theoremcru 6939 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)))
 
Theoremcrne0i 6940 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)
 
Theoremcrmuli 6941 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))))
 
Theoremcrreczi 6942 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 6943 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 6944 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 6945 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 6946 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 6947 for a further refinement.
|- ((NN (. ZZ /\ ZZ (. QQ) /\ (QQ (. RR /\ RR (. CC))
 
Theoremnthruz 6947 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 6946.
|- (NN (. NN0 /\ NN0 (. ZZ)
 
Real and imaginary parts; conjugate; absolute value
 
Syntaxcre 6948 Extend class notation to include real part of a complex number.
class Re
 
Syntaxcim 6949 Extend class notation to include imaginary part of a complex number.
class Im
 
Syntaxccj 6950 Extend class notation to include complex conjugate function.
class *
 
Syntaxcabs 6951 Extend class notation to include a function for the absolute value (modulus) of a complex number.
class abs
 
Definitiondf-re 6952 Define a function whose value is the real part of a complex number. See reval 6956 for its value, recli 6966 for its closure, and replim 6962 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 6953 Define a function whose value is the imaginary part of a complex number. See imval 6957 for its value, imcli 6967 for its closure, and replim 6962 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 6954 Define the complex conjugate function. See cjcli 6968 for its closure and cjval 6964 for its value.
|- * = {<.x, y>. | (x e. CC /\ y = ((Re` x) - (i x. (Im`
 x))))}
 
Definitiondf-abs 6955 Define the function for the absolute value (modulus) of a complex number. See abscli 7041 for its closure and absval 6963 or absval2i 7043 for its value.
|- abs = {<.x, y>. | (x e. CC /\ y = (sqr` (x x. (*` x))))}
 
Theoremreval 6956 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))})
 
Theoremimval 6957 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))})
 
Theoremrecl 6958 The real part of a complex number is real.
|- (A e. CC -> (Re` A) e. RR)
 
Theoremimcl 6959 The imaginary part of a complex number is real.
|- (A e. CC -> (Im` A) e. RR)
 
Theoremref 6960 Domain and codomain of the real part function. (Contributed by Paul Chapman, 22-Oct-2007.)
|- Re:CC-->RR
 
Theoremimf 6961 Domain and codomain of the imaginary part function. (Contributed by Paul Chapman, 22-Oct-2007.)
|- Im:CC-->RR
 
Theoremreplim 6962 Reconstruct a complex number from its real and imaginary parts.
|- (A e. CC -> A = ((Re` A) + (i x. (Im` A))))
 
Theoremabsval 6963 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))))
 
Theoremcjval 6964 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))))
 
Theoremcjcl 6965 The conjugate of a complex number is a complex number (closure law).
|- (A e. CC -> (*` A) e. CC)
 
Theoremrecli 6966 The real part of a complex number is real (closure law).
|- A e. CC   =>   |- (Re` A) e. RR
 
Theoremimcli 6967 The imaginary part of a complex number is real (closure law).
|- A e. CC   =>   |- (Im` A) e. RR
 
Theoremcjcli 6968 Closure law for complex conjugate.
|- A e. CC   =>   |- (*` A) e. CC
 
Theoremreplimi 6969 Construct a complex number from its real and imaginary parts.
|- A e. CC   =>   |- A = ((Re` A) + (i x. (Im` A)))
 
Theoremcrre 6970 The real part of a complex number representation. Definition 10-3.1 of [Gleason] p. 132.
|- ((A e. RR /\ B e. RR) -> (Re` (A + (i x. B))) = A)
 
Theoremcrim 6971 The real part of a complex number representation. Definition 10-3.1 of [Gleason] p. 132.
|- ((A e. RR /\ B e. RR) -> (Im` (A + (i x. B))) = B)
 
Theoremcrrei 6972 The real part of a complex number representation. Definition 10-3.1 of [Gleason] p. 132.
|- A e. RR   &   |- B e. RR   =>   |- (Re` (A + (i x. B))) = A
 
Theoremcrimi 6973 The imaginary part of a complex number representation. Definition 10-3.1 of [Gleason] p. 132.
|- A e. RR   &   |- B e. RR   =>   |- (Im` (A + (i x. B))) = B
 
Theoremimre 6974 The imaginary part of a complex number in terms of the real part function.
|- (A e. CC -> (Im` A) = (Re` (-ui x. A)))
 
Theoremreim0 6975 The imaginary part of a real number is 0.
|- (A e. RR -> (Im` A) = 0)
 
Theoremreim0b 6976 A number is real iff its imaginary part is 0.
|- (A e. CC -> (A e. RR <-> (Im` A) = 0))
 
Theoremrereb 6977 A number is real iff it equals its real part. Proposition 10-3.4(f) of [Gleason] p. 133.
|- (A e. CC -> (A e. RR <-> (Re` A) = A))
 
Theoremmulre 6978 A product with a nonzero real multiplier is real iff the multiplicand is real.
|- ((A e. CC /\ B e. RR /\ B =/= 0) -> (A e. RR <-> (B x. A) e. RR))
 
Theoremcjcji 6979 The conjugate of the conjugate is the original complex number. Proposition 10-3.4(e) of [Gleason] p. 133.
|- A e. CC   =>   |- (*` (*` A)) = A
 
Theoremreim0bi 6980 A number is real iff its imaginary part is 0.
|- A e. CC   =>   |- (A e. RR <-> (Im` A) = 0)
 
Theoremrerebi 6981 A real number equals its real part. Proposition 10-3.4(f) of [Gleason] p. 133.
|- A e. CC   =>   |- (A e. RR <-> (Re` A) = A)
 
Theoremcjrebi 6982 A number is real iff it equals its complex conjugate. Proposition 10-3.4(f) of [Gleason] p. 133.
|- A e. CC   =>   |- (A e. RR <-> (*` A) = A)
 
Theoremrecji 6983 Real part of a complex conjugate.
|- A e. CC   =>   |- (Re` (*` A)) = (Re` A)
 
Theoremimcji 6984 Imaginary part of a complex conjugate.
|- A e. CC   =>   |- (Im` (*` A)) = -u(Im` A)
 
Theoremreaddi 6985 Real part distributes over addition.
|- A e. CC   &   |- B e. CC   =>   |- (Re` (A + B)) = ((Re` A) + (Re` B))
 
Theoremimaddi 6986 Imaginary part distributes over addition.
|- A e. CC   &   |- B e. CC   =>   |- (Im` (A + B)) = ((Im` A) + (Im` B))
 
Theoremremuli 6987 Real part of a product.
|- A e. CC   &   |- B e. CC   =>   |- (Re` (A x. B)) = (((Re` A) x. (Re` B)) - ((Im` A) x. (Im` B)))
 
Theoremimmuli 6988 Imaginary part of a product.
|- A e. CC   &   |- B e. CC   =>   |- (Im` (A x. B)) = (((Re` A) x. (Im` B)) + ((Im` A) x. (Re` B)))
 
Theoremcjaddi 6989 Complex conjugate distributes over addition. Proposition 10-3.4(a) of [Gleason] p. 133.
|- A e. CC   &   |- B e. CC   =>   |- (*` (A + B)) = ((*` A) + (*` B))
 
Theoremcjmuli 6990 Complex conjugate distributes over multiplication. Proposition 10-3.4(c) of [Gleason] p. 133.
|- A e. CC   &   |- B e. CC   =>   |- (*` (A x. B)) = ((*` A) x. (*` B))
 
Theoremipcni 6991 Standard inner product on complex numbers.
|- A e. CC   &   |- B e. CC   =>   |- (Re` (A x. (*` B))) = (((Re` A) x. (Re` B)) + ((Im` A) x. (Im` B)))
 
Theoremcjmulrcli 6992 A complex number times its conjugate is real.
|- A e. CC   =>   |- (A x. (*` A)) e. RR
 
Theoremcjmulvali 6993 A complex number times its conjugate.
|- A e. CC   =>   |- (A x. (*` A)) = (((Re` A)^2) + ((Im` A)^2))
 
Theoremcjmulge0i 6994 A complex number times its conjugate is nonnegative.
|- A e. CC   =>   |- 0 <_ (A x. (*` A))
 
Theoremrenegi 6995 Real part of negative.
|- A e. CC   =>   |- (Re` -uA) = -u(Re` A)
 
Theoremnegrebi 6996 The negative of a real is real.
|- A e. CC   =>   |- (-uA e. RR <-> A e. RR)
 
Theoremimnegi 6997 Imaginary part of negative.
|- A e. CC   =>   |- (Im` -uA) = -u(Im` A)
 
Theoremcjnegi 6998 Complex conjugate of negative.
|- A e. CC   =>   |- (*` -uA) = -u(*` A)
 
Theoremaddcji 6999 A number plus its conjugate is twice its real part. Compare Proposition 10-3.4(h) of [Gleason] p. 133.
|- A e. CC   =>   |- (A + (*` A)) = (2 x. (Re`
 A))
 
Theoremrere 7000 A real number equals its real part. One direction of Proposition 10-3.4(f) of [Gleason] p. 133. (Contributed by Paul Chapman, 7-Sep-2007.)
|- (A e. RR -> (Re` A) = A)

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