HomeHome Metamath Proof Explorer < Previous   Next >
Bad symbols? Use Firefox
(or GIF version for IE).

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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-9063)
  Hilbert Space Explorer  Hilbert Space Explorer
(9064-10651)
  Users' Mathboxes  Users' Mathboxes
(10652-12230)
 

Statement List for Metamath Proof Explorer - 7001-7100 - Page 71 of 123
TypeLabelDescription
Statement
 
Theoremrere 7001 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 → (A) = A)
 
Theoremcjreb 7002 A number is real iff it equals its complex conjugate. Proposition 10-3.4(f) of [Gleason] p. 133.
(A → (A ↔ (A) = A))
 
Theoremcjmulrcl 7003 A complex number times its conjugate is real.
(A → (A · (A)) )
 
Theoremcjmulval 7004 A complex number times its conjugate.
(A → (A · (A)) = (((A)↑2) + ((A)↑2)))
 
Theoremcjmulge0 7005 A complex number times its conjugate is nonnegative.
(A → 0 ≤ (A · (A)))
 
Theoremreneg 7006 Real part of negative.
(A → ( ‘-A) = -(A))
 
Theoremreadd 7007 Real part distributes over addition.
((A B ) → ( ‘(A + B)) = ((A) + (B)))
 
Theoremresub 7008 Real part distributes over subtraction.
((A B ) → ( ‘(AB)) = ((A) − (B)))
 
Theoremimneg 7009 The imaginary part of a negative number.
(A → ( ‘-A) = -(A))
 
Theoremimadd 7010 Imaginary part distributes over addition.
((A B ) → ( ‘(A + B)) = ((A) + (B)))
 
Theoremimsub 7011 Imaginary part distributes over subtraction.
((A B ) → ( ‘(AB)) = ((A) − (B)))
 
Theoremcjre 7012 A real number equals its complex conjugate. Proposition 10-3.4(f) of [Gleason] p. 133.
(A → (A) = A)
 
Theoremcjcj 7013 The conjugate of the conjugate is the original complex number. Proposition 10-3.4(e) of [Gleason] p. 133.
(A → ( ‘(A)) = A)
 
Theoremcjadd 7014 Complex conjugate distributes over addition. Proposition 10-3.4(a) of [Gleason] p. 133.
((A B ) → ( ‘(A + B)) = ((A) + (B)))
 
Theoremcjmul 7015 Complex conjugate distributes over multiplication. Proposition 10-3.4(c) of [Gleason] p. 133.
((A B ) → ( ‘(A · B)) = ((A) · (B)))
 
Theoremcjneg 7016 Complex conjugate of negative.
(A → ( ‘-A) = -(A))
 
Theoremaddcj 7017 A number plus its conjugate is twice its real part. Compare Proposition 10-3.4(h) of [Gleason] p. 133.
(A → (A + (A)) = (2 · (A)))
 
Theoremcjsub 7018 Complex conjugate distributes over subtraction.
((A B ) → ( ‘(AB)) = ((A) − (B)))
 
Theoremcjexp 7019 Complex conjugate of natural number exponentiation.
((A N 0) → ( ‘(AN)) = ((A)↑N))
 
Theoremrecj 7020 The real part of a number in terms of complex conjugate.
(A → (A) = ((A + (A)) / 2))
 
Theoremimcj 7021 The imaginary part of a number in terms of complex conjugate.
(A → (A) = ((A − (A)) / (2 · i)))
 
Theoremre0 7022 The real part of zero.
( ‘0) = 0
 
Theoremim0 7023 The imaginary part of zero.
( ‘0) = 0
 
Theoremre1 7024 The real part of one. (Contributed by Scott Fenton, 9-Jun-2006.)
( ‘1) = 1
 
Theoremim1 7025 The imaginary part of one. (Contributed by Scott Fenton, 9-Jun-2006.)
( ‘1) = 0
 
Theoremrei 7026 The real part of i. (Contributed by Scott Fenton, 9-Jun-2006.)
(i) = 0
 
Theoremimi 7027 The imaginary part of i. (Contributed by Scott Fenton, 9-Jun-2006.)
(i) = 1
 
Theoremcj0 7028 The conjugate of zero.
( ‘0) = 0
 
Theoremcji 7029 The complex conjugate of the imaginary unit.
(i) = -i
 
Theoremcjreim 7030 The conjugate of a representation of a complex number in terms of real and imaginary parts.
((A B ) → ( ‘(A + (i · B))) = (A − (i · B)))
 
Theoremcjreim2 7031 The conjugate of the representation of a complex number in terms of real and imaginary parts.
((A B ) → ( ‘(A − (i · B))) = (A + (i · B)))
 
Theoremcj11 7032 Complex conjugate is a one-to-one function. (Proof shortened by Eric Schmidt, 2-Jul-2009. Previous version is cj11OLD 7033.)
((A B ) → ((A) = (B) ↔ A = B))
 
Theoremcj11OLD 7033 Complex conjugate is a one-to-one function.
((A B ) → ((A) = (B) ↔ A = B))
 
Theoremcjne0 7034 A number is non-zero iff its complex conjugate is non-zero.
(A → (A ≠ 0 ↔ (A) ≠ 0))
 
Theoremabsneg 7035 Absolute value of negative.
(A → (abs ‘-A) = (abs ‘A))
 
Theoremabscl 7036 Real closure of absolute value.
(A → (abs ‘A) )
 
Theoremabscj 7037 The absolute value of a number and its conjugate are the same. Proposition 10-3.7(b) of [Gleason] p. 133.
(A → (abs ‘(A)) = (abs ‘A))
 
Theoremabsvalsq 7038 Square of value of absolute value function.
(A → ((abs ‘A)↑2) = (A · (A)))
 
Theoremabsvalsq2 7039 Square of value of absolute value function.
(A → ((abs ‘A)↑2) = (((A)↑2) + ((A)↑2)))
 
Theoremabsvalsqi 7040 Square of value of absolute value function.
A        ((abs ‘A)↑2) = (A · (A))
 
Theoremabsvalsq2i 7041 Square of value of absolute value function.
A        ((abs ‘A)↑2) = (((A)↑2) + ((A)↑2))
 
Theoremabscli 7042 Real closure of absolute value.
A        (abs ‘A)
 
Theoremabsge0i 7043 Absolute value is nonnegative.
A        0 ≤ (abs ‘A)
 
Theoremabsval2i 7044 Value of absolute value function. Definition 10.36 of [Gleason] p. 133.
A        (abs ‘A) = (√ ‘(((A)↑2) + ((A)↑2)))
 
Theoremabs00i 7045 The absolute value of a number is zero iff the number is zero. Proposition 10-3.7(c) of [Gleason] p. 133.
A        ((abs ‘A) = 0 ↔ A = 0)
 
Theoremabsgt0i 7046 The absolute value of a non-zero number is positive. Remark in [Apostol] p. 363.
A        (A ≠ 0 ↔ 0 < (abs ‘A))
 
Theoremabsnegi 7047 Absolute value of negative.
A        (abs ‘-A) = (abs ‘A)
 
Theoremabscji 7048 The absolute value of a number and its conjugate are the same. Proposition 10-3.7(b) of [Gleason] p. 133.
A        (abs ‘(A)) = (abs ‘A)
 
Theoremabssubi 7049 Swapping order of subtraction doesn't change the absolute value. Example of [Apostol] p. 363.
A     &   B        (abs ‘(AB)) = (abs ‘(BA))
 
Theoremabsmuli 7050 Absolute value distributes over multiplication. Proposition 10-3.7(f) of [Gleason] p. 133.
A     &   B        (abs ‘(A · B)) = ((abs ‘A) · (abs ‘B))
 
Theoremsqabsadd 7051 Square of absolute value of sum. Proposition 10-3.7(g) of [Gleason] p. 133.
((A B ) → ((abs ‘(A + B))↑2) = ((((abs ‘A)↑2) + ((abs ‘B)↑2)) + (2 · ( ‘(A · (B))))))
 
Theoremsqabssub 7052 Square of absolute value of difference.
((A B ) → ((abs ‘(AB))↑2) = ((((abs ‘A)↑2) + ((abs ‘B)↑2)) − (2 · ( ‘(A · (B))))))
 
Theoremsqabsaddi 7053 Square of absolute value of sum. Proposition 10-3.7(g) of [Gleason] p. 133.
A     &   B        ((abs ‘(A + B))↑2) = ((((abs ‘A)↑2) + ((abs ‘B)↑2)) + (2 · ( ‘(A · (B)))))
 
Theoremsqabssubi 7054 Square of absolute value of difference. (Contributed by Steve Rodriguez, 20-Jan-2007.)
A     &   B        ((abs ‘(AB))↑2) = ((((abs ‘A)↑2) + ((abs ‘B)↑2)) − (2 · ( ‘(A · (B)))))
 
Theoremabsval2 7055 Value of absolute value function. Definition 10.36 of [Gleason] p. 133.
(A → (abs ‘A) = (√ ‘(((A)↑2) + ((A)↑2))))
 
Theoremabs00 7056 The absolute value of a number is zero iff the number is zero. Proposition 10-3.7(c) of [Gleason] p. 133.
(A → ((abs ‘A) = 0 ↔ A = 0))
 
Theoremabsge0 7057 Absolute value is nonnegative.
(A → 0 ≤ (abs ‘A))
 
Theoremabsrpcl 7058 The absolute value of a nonzero number is a positive real. (Contributed by FL, 27-Dec-2007.)
((A A ≠ 0) → (abs ‘A) +)
 
Theoremabsreimsq 7059 Square of the absolute value of a number that has been decomposed into real and imaginary parts.
((A B ) → ((abs ‘(A + (i · B)))↑2) = ((A↑2) + (B↑2)))
 
Theoremabsreim 7060 Absolute value of a number that has been decomposed into real and imaginary parts.
((A B ) → (abs ‘(A + (i · B))) = (√ ‘((A↑2) + (B↑2))))
 
Theoremabsmul 7061 Absolute value distributes over multiplication. Proposition 10-3.7(f) of [Gleason] p. 133.
((A B ) → (abs ‘(A · B)) = ((abs ‘A) · (abs ‘B)))
 
Theoremabsdivzi 7062 Absolute value distributes over division.
A     &   B        (B ≠ 0 → (abs ‘(A / B)) = ((abs ‘A) / (abs ‘B)))
 
Theoremabsdiv 7063 Absolute value distributes over division.
((A B B ≠ 0) → (abs ‘(A / B)) = ((abs ‘A) / (abs ‘B)))
 
Theoremabsidi 7064 A nonnegative number is its own absolute value.
A        (0 ≤ A → (abs ‘A) = A)
 
Theoremabsid 7065 A nonnegative number is its own absolute value.
((A 0 ≤ A) → (abs ‘A) = A)
 
Theoremabsnid 7066 A negative number is the negative of its own absolute value.
((A A ≤ 0) → (abs ‘A) = -A)
 
Theoremleabs 7067 A real number is less than or equal to its absolute value.
(A A ≤ (abs ‘A))
 
Theoremabsor 7068 The absolute value of a real number is either that number or its negative.
(A → ((abs ‘A) = A (abs ‘A) = -A))
 
Theoremabsre 7069 Absolute value of a real number.
(A → (abs ‘A) = (√ ‘(A↑2)))
 
Theoremabsresq 7070 Square of the absolute value of a real number.
(A → ((abs ‘A)↑2) = (A↑2))
 
Theoremabsexp 7071 Absolute value of natural number exponentiation.
((A N 0) → (abs ‘(AN)) = ((abs ‘A)↑N))
 
Theoremsqabs 7072 The squares of two reals are equal iff their absolute values are equal.
((A B ) → ((A↑2) = (B↑2) ↔ (abs ‘A) = (abs ‘B)))
 
Theoremabsrele 7073 The absolute value of a complex number is greater than or equal to the absolute value of its real part.
(A → (abs ‘(A)) ≤ (abs ‘A))
 
Theoremabsimle 7074 The absolute value of a complex number is greater than or equal to the absolute value of its imaginary part.
(A → (abs ‘(A)) ≤ (abs ‘A))
 
Theoremabsnidi 7075 A negative number is the negative of its own absolute value.
A        (A ≤ 0 → (abs ‘A) = -A)
 
Theoremleabsi 7076 A real number is less than or equal to its absolute value.
A        A ≤ (abs ‘A)
 
Theoremabsori 7077 The absolute value of a real number is either that number or its negative.
A        ((abs ‘A) = A (abs ‘A) = -A)
 
Theoremabsrei 7078 Absolute value of a real number.
A        (abs ‘A) = (√ ‘(A↑2))
 
Theoremabslti 7079 Absolute value and 'less than' relation.
A     &   B        ((abs ‘A) < B ↔ (-B < A A < B))
 
Theoremabslei 7080 Absolute value and 'less than or equal to' relation.
A     &   B        ((abs ‘A) ≤ B ↔ (-BA AB))
 
Theoremabs0 7081 The absolute value of 0.
(abs ‘0) = 0
 
Theoremabsi 7082 The absolute value of the imaginary unit.
(abs ‘i) = 1
 
Theoremnn0abscl 7083 The absolute value of an integer is a nonnegative integer.
(A → (abs ‘A) 0)
 
Theoremabslt 7084 Absolute value and 'less than' relation.
((A B ) → ((abs ‘A) < B ↔ (-B < A A < B)))
 
Theoremabsle 7085 Absolute value and 'less than or equal to' relation.
((A B ) → ((abs ‘A) ≤ B ↔ (-BA AB)))
 
Theoremabssubne0 7086 If the absolute value of a complex number is less than a real, its difference from the real is nonzero.
((A B (abs ‘A) < B) → (BA) ≠ 0)
 
Theoremabsdiflt 7087 The absolute value of a difference and 'less than' relation. (Contributed by Paul Chapman, 18-Sep-2007.)
((A B C ) → ((abs ‘(AB)) < C ↔ ((BC) < A A < (B + C))))
 
Theoremabsdifle 7088 The absolute value of a difference and 'less than or equal to' relation. (Contributed by Paul Chapman, 18-Sep-2007.)
((A B C ) → ((abs ‘(AB)) ≤ C ↔ ((BC) ≤ A A ≤ (B + C))))
 
Theoremlenegsq 7089 Comparison to a nonnegative number based on comparison to squares.
((A B 0 ≤ B) → ((AB -AB) ↔ (A↑2) ≤ (B↑2)))
 
Theoremreleabs 7090 The real part of a number is less than or equal to its absolute value. Proposition 10-3.7(d) of [Gleason] p. 133.
(A → (A) ≤ (abs ‘A))
 
Theoremrecvalzi 7091 Reciprocal expressed with a real denominator.
A        (A ≠ 0 → (1 / A) = ((A) / ((abs ‘A)↑2)))
 
Theoremcjdivi 7092 Complex conjugate distributes over division.
A     &   B        (B ≠ 0 → ( ‘(A / B)) = ((A) / (B)))
 
Theoremcjdiv 7093 Complex conjugate distributes over division.
((A B B ≠ 0) → ( ‘(A / B)) = ((A) / (B)))
 
Theoremreleabsi 7094 The real part of a number is less than or equal to its absolute value. Proposition 10-3.7(d) of [Gleason] p. 133.
A        (A) ≤ (abs ‘A)
 
Theoremabstrii 7095 Triangle inequality for absolute value. Proposition 10-3.7(h) of [Gleason] p. 133.
A     &   B        (abs ‘(A + B)) ≤ ((abs ‘A) + (abs ‘B))
 
Theoremabsidm 7096 The absolute value function is idempotent.
(A → (abs ‘(abs ‘A)) = (abs ‘A))
 
Theoremabsgt0 7097 The absolute value of a non-zero number is positive.
(A → (A ≠ 0 ↔ 0 < (abs ‘A)))
 
Theoremabssub 7098 Swapping order of subtraction doesn't change the absolute value.
((A B ) → (abs ‘(AB)) = (abs ‘(BA)))
 
Theoremabssubge0 7099 Absolute value of a nonnegative difference.
((A B AB) → (abs ‘(BA)) = (BA))
 
Theoremabssuble0 7100 Absolute value of a nonpositive difference. (Contributed by FL, 3-Jan-2008.)
((A B AB) → (abs ‘(AB)) = (BA))

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