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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8759)   Hilbert Space Explorer  Hilbert Space Explorer (8760-10687)  

Statement List for Metamath Proof Explorer - 6801-6900 - Page 69 of 107
TypeLabelDescription
Statement
 
Theoremabsmul 6801 Absolute value distributes over multiplication. Proposition 10-3.7(f) of [Gleason] p. 133.
|- A e. CC   &   |- B e. CC   =>   |- (abs` (A x. B)) = ((abs` A) x. (abs` B))
 
Theoremsqabsaddt 6802 Square of absolute value of sum. Proposition 10-3.7(g) of [Gleason] p. 133.
|- ((A e. CC /\ B e. CC) -> ((abs` (A + B))^2) = ((((abs` A)^2) + ((abs` B)^2)) + (2 x. (Re`
 (A x. (*` B))))))
 
Theoremsqabssubt 6803 Square of absolute value of difference.
|- ((A e. CC /\ B e. CC) -> ((abs` (A - B))^2) = ((((abs` A)^2) + ((abs` B)^2)) - (2 x. (Re`
 (A x. (*` B))))))
 
Theoremsqabsadd 6804 Square of absolute value of sum. Proposition 10-3.7(g) of [Gleason] p. 133.
|- A e. CC   &   |- B e. CC   =>   |- ((abs` (A + B))^2) = ((((abs` A)^2) + ((abs` B)^2)) + (2 x. (Re` (A x. (*` B)))))
 
Theoremsqabssub 6805 Square of absolute value of difference. (Contributed by Steve Rodriguez, 20-Jan-2007.)
|- A e. CC   &   |- B e. CC   =>   |- ((abs` (A - B))^2) = ((((abs` A)^2) + ((abs` B)^2)) - (2 x. (Re` (A x. (*` B)))))
 
Theoremabsval2t 6806 Value of absolute value function. Definition 10.36 of [Gleason] p. 133.
|- (A e. CC -> (abs` A) = (sqr` (((Re`
 A)^2) + ((Im` A)^2))))
 
Theoremabs00t 6807 The absolute value of a number is zero iff the number is zero. Proposition 10-3.7(c) of [Gleason] p. 133.
|- (A e. CC -> ((abs` A) = 0 <-> A = 0))
 
Theoremabsge0t 6808 Absolute value is nonnegative.
|- (A e. CC -> 0 <_ (abs` A))
 
Theoremabsrpclt 6809 The absolute value of a nonzero number is a positive real. (Contributed by FL, 27-Dec-2007.)
|- ((A e. CC /\ A =/= 0) -> (abs` A) e. RR+)
 
Theoremabsreimsqt 6810 Square of the absolute value of a number that has been decomposed into real and imaginary parts.
|- ((A e. RR /\ B e. RR) -> ((abs` (A + (i x. B)))^2) = ((A^2) + (B^2)))
 
Theoremabsreimt 6811 Absolute value of a number that has been decomposed into real and imaginary parts.
|- ((A e. RR /\ B e. RR) -> (abs` (A + (i x. B))) = (sqr` ((A^2) + (B^2))))
 
Theoremabsmult 6812 Absolute value distributes over multiplication. Proposition 10-3.7(f) of [Gleason] p. 133.
|- ((A e. CC /\ B e. CC) -> (abs` (A x. B)) = ((abs` A) x. (abs` B)))
 
Theoremabsdivz 6813 Absolute value distributes over division.
|- A e. CC   &   |- B e. CC   =>   |- (B =/= 0 -> (abs` (A / B)) = ((abs` A) / (abs` B)))
 
Theoremabsdivt 6814 Absolute value distributes over division.
|- ((A e. CC /\ B e. CC /\ B =/= 0) -> (abs` (A / B)) = ((abs` A) / (abs` B)))
 
Theoremabsid 6815 A nonnegative number is its own absolute value.
|- A e. RR   =>   |- (0 <_ A -> (abs`
 A) = A)
 
Theoremabsidt 6816 A nonnegative number is its own absolute value.
|- ((A e. RR /\ 0 <_ A) -> (abs` A) = A)
 
Theoremabsnidt 6817 A negative number is the negative of its own absolute value.
|- ((A e. RR /\ A <_ 0) -> (abs` A) = -uA)
 
Theoremleabst 6818 A real number is less than or equal to its absolute value.
|- (A e. RR -> A <_ (abs`
 A))
 
Theoremabsort 6819 The absolute value of a real number is either that number or its negative.
|- (A e. RR -> ((abs` A) = A \/ (abs` A) = -uA))
 
Theoremabsret 6820 Absolute value of a real number.
|- (A e. RR -> (abs` A) = (sqr` (A^2)))
 
Theoremabsresqt 6821 Square of the absolute value of a real number.
|- (A e. RR -> ((abs` A)^2) = (A^2))
 
Theoremabsexpt 6822 Absolute value of natural number exponentiation.
|- ((A e. CC /\ N e. NN0) -> (abs` (A^N)) = ((abs` A)^N))
 
Theoremabsrelet 6823 The absolute value of a complex number is greater than or equal to the absolute value of its real part.
|- (A e. CC -> (abs` (Re` A)) <_ (abs` A))
 
Theoremabsimlet 6824 The absolute value of a complex number is greater than or equal to the absolute value of its imaginary part.
|- (A e. CC -> (abs` (Im` A)) <_ (abs` A))
 
Theoremabsnid 6825 A negative number is the negative of its own absolute value.
|- A e. RR   =>   |- (A <_ 0 -> (abs`
 A) = -uA)
 
Theoremleabs 6826 A real number is less than or equal to its absolute value.
|- A e. RR   =>   |- A <_ (abs` A)
 
Theoremabsor 6827 The absolute value of a real number is either that number or its negative.
|- A e. RR   =>   |- ((abs`
 A) = A \/ (abs`
 A) = -uA)
 
Theoremabsre 6828 Absolute value of a real number.
|- A e. RR   =>   |- (abs` A) = (sqr` (A^2))
 
Theoremabslt 6829 Absolute value and 'less than' relation.
|- A e. RR   &   |- B e. RR   =>   |- ((abs` A) < B <-> (-uB < A /\ A < B))
 
Theoremabsle 6830 Absolute value and 'less than or equal to' relation.
|- A e. RR   &   |- B e. RR   =>   |- ((abs` A) <_ B <-> (-uB <_ A /\ A <_ B))
 
TheoremabsltOLD 6831 Absolute value and 'less than' relation.
|- A e. RR   &   |- B e. RR   =>   |- ((abs` A) < B <-> (A < B /\ -uA < B))
 
TheoremabsleOLD 6832 Absolute value and 'less than or equal to' relation.
|- A e. RR   &   |- B e. RR   =>   |- ((abs` A) <_ B <-> (A <_ B /\ -uA <_ B))
 
Theoremabs0 6833 The absolute value of 0.
|- (abs` 0) = 0
 
Theoremabsi 6834 The absolute value of the imaginary unit.
|- (abs` i) = 1
 
Theoremnn0absclt 6835 The absolute value of an integer is a nonnegative integer.
|- (A e. ZZ -> (abs` A) e. NN0)
 
Theoremabsltt 6836 Absolute value and 'less than' relation.
|- ((A e. RR /\ B e. RR) -> ((abs` A) < B <-> (-uB < A /\ A < B)))
 
TheoremabslttOLD 6837 Absolute value and 'less than' relation.
|- ((A e. RR /\ B e. RR) -> ((abs` A) < B <-> (A < B /\ -uA < B)))
 
Theoremabslet 6838 Absolute value and 'less than or equal to' relation.
|- ((A e. RR /\ B e. RR) -> ((abs` A) <_ B <-> (-uB <_ A /\ A <_ B)))
 
Theoremabssubne0t 6839 If the absolute value of a complex number is less than a real, its difference from the real is nonzero.
|- ((A e. CC /\ B e. RR /\ (abs`
 A) < B) -> (B - A) =/= 0)
 
Theoremabsdifltt 6840 The absolute value of a difference and 'less than' relation. (Contributed by Paul Chapman, 18-Sep-2007.)
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((abs` (A - B)) < C <-> ((B - C) < A /\ A < (B + C))))
 
Theoremabsdiflet 6841 The absolute value of a difference and 'less than or equal to' relation. (Contributed by Paul Chapman, 18-Sep-2007.)
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((abs` (A - B)) <_ C <-> ((B - C) <_ A /\ A <_ (B + C))))
 
Theoremlenegsqt 6842 Comparison to a nonnegative number based on comparison to squares.
|- ((A e. RR /\ B e. RR /\ 0 <_ B) -> ((A <_ B /\ -uA <_ B) <-> (A^2) <_ (B^2)))
 
Theoremreleabst 6843 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 e. CC -> (Re` A) <_ (abs` A))
 
Theoremrecvalz 6844 Reciprocal expressed with a real denominator.
|- A e. CC   =>   |- (A =/= 0 -> (1 / A) = ((*` A) / ((abs` A)^2)))
 
Theoremcjdiv 6845 Complex conjugate distributes over division.
|- A e. CC   &   |- B e. CC   =>   |- (B =/= 0 -> (*` (A / B)) = ((*` A) / (*` B)))
 
Theoremcjdivt 6846 Complex conjugate distributes over division.
|- ((A e. CC /\ B e. CC /\ B =/= 0) -> (*` (A / B)) = ((*` A) / (*` B)))
 
Theoremreleabs 6847 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 e. CC   =>   |- (Re` A) <_ (abs` A)
 
Theoremabstri 6848 Triangle inequality for absolute value. Proposition 10-3.7(h) of [Gleason] p. 133.
|- A e. CC   &   |- B e. CC   =>   |- (abs` (A + B)) <_ ((abs` A) + (abs` B))
 
Theoremabsidmt 6849 The absolute value function is idempotent.
|- (A e. CC -> (abs` (abs` A)) = (abs` A))
 
Theoremabsgt0t 6850 The absolute value of a non-zero number is positive.
|- (A e. CC -> (A =/= 0 <-> 0 < (abs`
 A)))
 
Theoremabssubt 6851 Swapping order of subtraction doesn't change the absolute value.
|- ((A e. CC /\ B e. CC) -> (abs` (A - B)) = (abs` (B - A)))
 
Theoremabssubge0t 6852 Absolute value of a nonnegative difference.
|- ((A e. RR /\ B e. RR /\ A <_ B) -> (abs` (B - A)) = (B - A))
 
Theoremabssuble0t 6853 Absolute value of a nonpositive difference. (Contributed by FL, 3-Jan-2008.)
|- ((A e. RR /\ B e.