| Metamath Proof Explorer | < Previous Next > | |
| Bad symbols?
Use Firefox (or GIF version for IE). |
| Color key: | (1-9063) |
(9064-10651) |
(10652-12230) |
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Theorem | rere 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) | ||
| Theorem | cjreb 7002 | A number is real iff it equals its complex conjugate. Proposition 10-3.4(f) of [Gleason] p. 133. |
| ⊢ (A ∈ ℂ → (A ∈ ℝ ↔ (∗ ‘A) = A)) | ||
| Theorem | cjmulrcl 7003 | A complex number times its conjugate is real. |
| ⊢ (A ∈ ℂ → (A · (∗ ‘A)) ∈ ℝ) | ||
| Theorem | cjmulval 7004 | A complex number times its conjugate. |
| ⊢ (A ∈ ℂ → (A · (∗ ‘A)) = (((ℜ ‘A)↑2) + ((ℑ ‘A)↑2))) | ||
| Theorem | cjmulge0 7005 | A complex number times its conjugate is nonnegative. |
| ⊢ (A ∈ ℂ → 0 ≤ (A · (∗ ‘A))) | ||
| Theorem | reneg 7006 | Real part of negative. |
| ⊢ (A ∈ ℂ → (ℜ ‘-A) = -(ℜ ‘A)) | ||
| Theorem | readd 7007 | Real part distributes over addition. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ) → (ℜ ‘(A + B)) = ((ℜ ‘A) + (ℜ ‘B))) | ||
| Theorem | resub 7008 | Real part distributes over subtraction. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ) → (ℜ ‘(A − B)) = ((ℜ ‘A) − (ℜ ‘B))) | ||
| Theorem | imneg 7009 | The imaginary part of a negative number. |
| ⊢ (A ∈ ℂ → (ℑ ‘-A) = -(ℑ ‘A)) | ||
| Theorem | imadd 7010 | Imaginary part distributes over addition. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ) → (ℑ ‘(A + B)) = ((ℑ ‘A) + (ℑ ‘B))) | ||
| Theorem | imsub 7011 | Imaginary part distributes over subtraction. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ) → (ℑ ‘(A − B)) = ((ℑ ‘A) − (ℑ ‘B))) | ||
| Theorem | cjre 7012 | A real number equals its complex conjugate. Proposition 10-3.4(f) of [Gleason] p. 133. |
| ⊢ (A ∈ ℝ → (∗ ‘A) = A) | ||
| Theorem | cjcj 7013 | The conjugate of the conjugate is the original complex number. Proposition 10-3.4(e) of [Gleason] p. 133. |
| ⊢ (A ∈ ℂ → (∗ ‘(∗ ‘A)) = A) | ||
| Theorem | cjadd 7014 | Complex conjugate distributes over addition. Proposition 10-3.4(a) of [Gleason] p. 133. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ) → (∗ ‘(A + B)) = ((∗ ‘A) + (∗ ‘B))) | ||
| Theorem | cjmul 7015 | Complex conjugate distributes over multiplication. Proposition 10-3.4(c) of [Gleason] p. 133. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ) → (∗ ‘(A · B)) = ((∗ ‘A) · (∗ ‘B))) | ||
| Theorem | cjneg 7016 | Complex conjugate of negative. |
| ⊢ (A ∈ ℂ → (∗ ‘-A) = -(∗ ‘A)) | ||
| Theorem | addcj 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))) | ||
| Theorem | cjsub 7018 | Complex conjugate distributes over subtraction. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ) → (∗ ‘(A − B)) = ((∗ ‘A) − (∗ ‘B))) | ||
| Theorem | cjexp 7019 | Complex conjugate of natural number exponentiation. |
| ⊢ ((A ∈ ℂ ⋀ N ∈ ℕ0) → (∗ ‘(A↑N)) = ((∗ ‘A)↑N)) | ||
| Theorem | recj 7020 | The real part of a number in terms of complex conjugate. |
| ⊢ (A ∈ ℂ → (ℜ ‘A) = ((A + (∗ ‘A)) / 2)) | ||
| Theorem | imcj 7021 | The imaginary part of a number in terms of complex conjugate. |
| ⊢ (A ∈ ℂ → (ℑ ‘A) = ((A − (∗ ‘A)) / (2 · i))) | ||
| Theorem | re0 7022 | The real part of zero. |
| ⊢ (ℜ ‘0) = 0 | ||
| Theorem | im0 7023 | The imaginary part of zero. |
| ⊢ (ℑ ‘0) = 0 | ||
| Theorem | re1 7024 | The real part of one. (Contributed by Scott Fenton, 9-Jun-2006.) |
| ⊢ (ℜ ‘1) = 1 | ||
| Theorem | im1 7025 | The imaginary part of one. (Contributed by Scott Fenton, 9-Jun-2006.) |
| ⊢ (ℑ ‘1) = 0 | ||
| Theorem | rei 7026 | The real part of i. (Contributed by Scott Fenton, 9-Jun-2006.) |
| ⊢ (ℜ ‘i) = 0 | ||
| Theorem | imi 7027 | The imaginary part of i. (Contributed by Scott Fenton, 9-Jun-2006.) |
| ⊢ (ℑ ‘i) = 1 | ||
| Theorem | cj0 7028 | The conjugate of zero. |
| ⊢ (∗ ‘0) = 0 | ||
| Theorem | cji 7029 | The complex conjugate of the imaginary unit. |
| ⊢ (∗ ‘i) = -i | ||
| Theorem | cjreim 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))) | ||
| Theorem | cjreim2 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))) | ||
| Theorem | cj11 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)) | ||
| Theorem | cj11OLD 7033 | Complex conjugate is a one-to-one function. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ) → ((∗ ‘A) = (∗ ‘B) ↔ A = B)) | ||
| Theorem | cjne0 7034 | A number is non-zero iff its complex conjugate is non-zero. |
| ⊢ (A ∈ ℂ → (A ≠ 0 ↔ (∗ ‘A) ≠ 0)) | ||
| Theorem | absneg 7035 | Absolute value of negative. |
| ⊢ (A ∈ ℂ → (abs ‘-A) = (abs ‘A)) | ||
| Theorem | abscl 7036 | Real closure of absolute value. |
| ⊢ (A ∈ ℂ → (abs ‘A) ∈ ℝ) | ||
| Theorem | abscj 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)) | ||
| Theorem | absvalsq 7038 | Square of value of absolute value function. |
| ⊢ (A ∈ ℂ → ((abs ‘A)↑2) = (A · (∗ ‘A))) | ||
| Theorem | absvalsq2 7039 | Square of value of absolute value function. |
| ⊢ (A ∈ ℂ → ((abs ‘A)↑2) = (((ℜ ‘A)↑2) + ((ℑ ‘A)↑2))) | ||
| Theorem | absvalsqi 7040 | Square of value of absolute value function. |
| ⊢ A ∈ ℂ ⇒ ⊢ ((abs ‘A)↑2) = (A · (∗ ‘A)) | ||
| Theorem | absvalsq2i 7041 | Square of value of absolute value function. |
| ⊢ A ∈ ℂ ⇒ ⊢ ((abs ‘A)↑2) = (((ℜ ‘A)↑2) + ((ℑ ‘A)↑2)) | ||
| Theorem | abscli 7042 | Real closure of absolute value. |
| ⊢ A ∈ ℂ ⇒ ⊢ (abs ‘A) ∈ ℝ | ||
| Theorem | absge0i 7043 | Absolute value is nonnegative. |
| ⊢ A ∈ ℂ ⇒ ⊢ 0 ≤ (abs ‘A) | ||
| Theorem | absval2i 7044 | Value of absolute value function. Definition 10.36 of [Gleason] p. 133. |
| ⊢ A ∈ ℂ ⇒ ⊢ (abs ‘A) = (√ ‘(((ℜ ‘A)↑2) + ((ℑ ‘A)↑2))) | ||
| Theorem | abs00i 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) | ||
| Theorem | absgt0i 7046 | The absolute value of a non-zero number is positive. Remark in [Apostol] p. 363. |
| ⊢ A ∈ ℂ ⇒ ⊢ (A ≠ 0 ↔ 0 < (abs ‘A)) | ||
| Theorem | absnegi 7047 | Absolute value of negative. |
| ⊢ A ∈ ℂ ⇒ ⊢ (abs ‘-A) = (abs ‘A) | ||
| Theorem | abscji 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) | ||
| Theorem | abssubi 7049 | Swapping order of subtraction doesn't change the absolute value. Example of [Apostol] p. 363. |
| ⊢ A ∈ ℂ & ⊢ B ∈ ℂ ⇒ ⊢ (abs ‘(A − B)) = (abs ‘(B − A)) | ||
| Theorem | absmuli 7050 | Absolute value distributes over multiplication. Proposition 10-3.7(f) of [Gleason] p. 133. |
| ⊢ A ∈ ℂ & ⊢ B ∈ ℂ ⇒ ⊢ (abs ‘(A · B)) = ((abs ‘A) · (abs ‘B)) | ||
| Theorem | sqabsadd 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)))))) | ||
| Theorem | sqabssub 7052 | Square of absolute value of difference. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ) → ((abs ‘(A − B))↑2) = ((((abs ‘A)↑2) + ((abs ‘B)↑2)) − (2 · (ℜ ‘(A · (∗ ‘B)))))) | ||
| Theorem | sqabsaddi 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))))) | ||
| Theorem | sqabssubi 7054 | Square of absolute value of difference. (Contributed by Steve Rodriguez, 20-Jan-2007.) |
| ⊢ A ∈ ℂ & ⊢ B ∈ ℂ ⇒ ⊢ ((abs ‘(A − B))↑2) = ((((abs ‘A)↑2) + ((abs ‘B)↑2)) − (2 · (ℜ ‘(A · (∗ ‘B))))) | ||
| Theorem | absval2 7055 | Value of absolute value function. Definition 10.36 of [Gleason] p. 133. |
| ⊢ (A ∈ ℂ → (abs ‘A) = (√ ‘(((ℜ ‘A)↑2) + ((ℑ ‘A)↑2)))) | ||
| Theorem | abs00 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)) | ||
| Theorem | absge0 7057 | Absolute value is nonnegative. |
| ⊢ (A ∈ ℂ → 0 ≤ (abs ‘A)) | ||
| Theorem | absrpcl 7058 | The absolute value of a nonzero number is a positive real. (Contributed by FL, 27-Dec-2007.) |
| ⊢ ((A ∈ ℂ ⋀ A ≠ 0) → (abs ‘A) ∈ ℝ+) | ||
| Theorem | absreimsq 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))) | ||
| Theorem | absreim 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)))) | ||
| Theorem | absmul 7061 | Absolute value distributes over multiplication. Proposition 10-3.7(f) of [Gleason] p. 133. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ) → (abs ‘(A · B)) = ((abs ‘A) · (abs ‘B))) | ||
| Theorem | absdivzi 7062 | Absolute value distributes over division. |
| ⊢ A ∈ ℂ & ⊢ B ∈ ℂ ⇒ ⊢ (B ≠ 0 → (abs ‘(A / B)) = ((abs ‘A) / (abs ‘B))) | ||
| Theorem | absdiv 7063 | Absolute value distributes over division. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ ⋀ B ≠ 0) → (abs ‘(A / B)) = ((abs ‘A) / (abs ‘B))) | ||
| Theorem | absidi 7064 | A nonnegative number is its own absolute value. |
| ⊢ A ∈ ℝ ⇒ ⊢ (0 ≤ A → (abs ‘A) = A) | ||
| Theorem | absid 7065 | A nonnegative number is its own absolute value. |
| ⊢ ((A ∈ ℝ ⋀ 0 ≤ A) → (abs ‘A) = A) | ||
| Theorem | absnid 7066 | A negative number is the negative of its own absolute value. |
| ⊢ ((A ∈ ℝ ⋀ A ≤ 0) → (abs ‘A) = -A) | ||
| Theorem | leabs 7067 | A real number is less than or equal to its absolute value. |
| ⊢ (A ∈ ℝ → A ≤ (abs ‘A)) | ||
| Theorem | absor 7068 | The absolute value of a real number is either that number or its negative. |
| ⊢ (A ∈ ℝ → ((abs ‘A) = A ⋁ (abs ‘A) = -A)) | ||
| Theorem | absre 7069 | Absolute value of a real number. |
| ⊢ (A ∈ ℝ → (abs ‘A) = (√ ‘(A↑2))) | ||
| Theorem | absresq 7070 | Square of the absolute value of a real number. |
| ⊢ (A ∈ ℝ → ((abs ‘A)↑2) = (A↑2)) | ||
| Theorem | absexp 7071 | Absolute value of natural number exponentiation. |
| ⊢ ((A ∈ ℂ ⋀ N ∈ ℕ0) → (abs ‘(A↑N)) = ((abs ‘A)↑N)) | ||
| Theorem | sqabs 7072 | The squares of two reals are equal iff their absolute values are equal. |
| ⊢ ((A ∈ ℝ ⋀ B ∈ ℝ) → ((A↑2) = (B↑2) ↔ (abs ‘A) = (abs ‘B))) | ||
| Theorem | absrele 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)) | ||
| Theorem | absimle 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)) | ||
| Theorem | absnidi 7075 | A negative number is the negative of its own absolute value. |
| ⊢ A ∈ ℝ ⇒ ⊢ (A ≤ 0 → (abs ‘A) = -A) | ||
| Theorem | leabsi 7076 | A real number is less than or equal to its absolute value. |
| ⊢ A ∈ ℝ ⇒ ⊢ A ≤ (abs ‘A) | ||
| Theorem | absori 7077 | The absolute value of a real number is either that number or its negative. |
| ⊢ A ∈ ℝ ⇒ ⊢ ((abs ‘A) = A ⋁ (abs ‘A) = -A) | ||
| Theorem | absrei 7078 | Absolute value of a real number. |
| ⊢ A ∈ ℝ ⇒ ⊢ (abs ‘A) = (√ ‘(A↑2)) | ||
| Theorem | abslti 7079 | Absolute value and 'less than' relation. |
| ⊢ A ∈ ℝ & ⊢ B ∈ ℝ ⇒ ⊢ ((abs ‘A) < B ↔ (-B < A ⋀ A < B)) | ||
| Theorem | abslei 7080 | Absolute value and 'less than or equal to' relation. |
| ⊢ A ∈ ℝ & ⊢ B ∈ ℝ ⇒ ⊢ ((abs ‘A) ≤ B ↔ (-B ≤ A ⋀ A ≤ B)) | ||
| Theorem | abs0 7081 | The absolute value of 0. |
| ⊢ (abs ‘0) = 0 | ||
| Theorem | absi 7082 | The absolute value of the imaginary unit. |
| ⊢ (abs ‘i) = 1 | ||
| Theorem | nn0abscl 7083 | The absolute value of an integer is a nonnegative integer. |
| ⊢ (A ∈ ℤ → (abs ‘A) ∈ ℕ0) | ||
| Theorem | abslt 7084 | Absolute value and 'less than' relation. |
| ⊢ ((A ∈ ℝ ⋀ B ∈ ℝ) → ((abs ‘A) < B ↔ (-B < A ⋀ A < B))) | ||
| Theorem | absle 7085 | Absolute value and 'less than or equal to' relation. |
| ⊢ ((A ∈ ℝ ⋀ B ∈ ℝ) → ((abs ‘A) ≤ B ↔ (-B ≤ A ⋀ A ≤ B))) | ||
| Theorem | abssubne0 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) → (B − A) ≠ 0) | ||
| Theorem | absdiflt 7087 | The absolute value of a difference and 'less than' relation. (Contributed by Paul Chapman, 18-Sep-2007.) |
| ⊢ ((A ∈ ℝ ⋀ B ∈ ℝ ⋀ C ∈ ℝ) → ((abs ‘(A − B)) < C ↔ ((B − C) < A ⋀ A < (B + C)))) | ||
| Theorem | absdifle 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 ‘(A − B)) ≤ C ↔ ((B − C) ≤ A ⋀ A ≤ (B + C)))) | ||
| Theorem | lenegsq 7089 | Comparison to a nonnegative number based on comparison to squares. |
| ⊢ ((A ∈ ℝ ⋀ B ∈ ℝ ⋀ 0 ≤ B) → ((A ≤ B ⋀ -A ≤ B) ↔ (A↑2) ≤ (B↑2))) | ||
| Theorem | releabs 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)) | ||
| Theorem | recvalzi 7091 | Reciprocal expressed with a real denominator. |
| ⊢ A ∈ ℂ ⇒ ⊢ (A ≠ 0 → (1 / A) = ((∗ ‘A) / ((abs ‘A)↑2))) | ||
| Theorem | cjdivi 7092 | Complex conjugate distributes over division. |
| ⊢ A ∈ ℂ & ⊢ B ∈ ℂ ⇒ ⊢ (B ≠ 0 → (∗ ‘(A / B)) = ((∗ ‘A) / (∗ ‘B))) | ||
| Theorem | cjdiv 7093 | Complex conjugate distributes over division. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ ⋀ B ≠ 0) → (∗ ‘(A / B)) = ((∗ ‘A) / (∗ ‘B))) | ||
| Theorem | releabsi 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) | ||
| Theorem | abstrii 7095 | Triangle inequality for absolute value. Proposition 10-3.7(h) of [Gleason] p. 133. |
| ⊢ A ∈ ℂ & ⊢ B ∈ ℂ ⇒ ⊢ (abs ‘(A + B)) ≤ ((abs ‘A) + (abs ‘B)) | ||
| Theorem | absidm 7096 | The absolute value function is idempotent. |
| ⊢ (A ∈ ℂ → (abs ‘(abs ‘A)) = (abs ‘A)) | ||
| Theorem | absgt0 7097 | The absolute value of a non-zero number is positive. |
| ⊢ (A ∈ ℂ → (A ≠ 0 ↔ 0 < (abs ‘A))) | ||
| Theorem | abssub 7098 | Swapping order of subtraction doesn't change the absolute value. |
| ⊢ ((A ∈ ℂ ⋀ B ∈ ℂ) → (abs ‘(A − B)) = (abs ‘(B − A))) | ||
| Theorem | abssubge0 7099 | Absolute value of a nonnegative difference. |
| ⊢ ((A ∈ ℝ ⋀ B ∈ ℝ ⋀ A ≤ B) → (abs ‘(B − A)) = (B − A)) | ||
| Theorem | abssuble0 7100 | Absolute value of a nonpositive difference. (Contributed by FL, 3-Jan-2008.) |
| ⊢ ((A ∈ ℝ ⋀ B ∈ ℝ ⋀ A ≤ B) → (abs ‘(A − B)) = (B − A)) | ||
| MPE Home Contents | Copyright terms: Public domain | < Previous Next > |