|
|
|
Viewing Version
3
of
'triangle inequality of complex numbers'
|
[ view 'triangle inequality of complex numbers'
|
back to history
]
| Title of object: |
triangle inequality of complex numbers |
| Canonical Name: |
TriangleInequalityOfComplexNumbers |
| Type: |
Theorem |
| Created on: |
2009-03-21 16:12:57 |
| Modified on: |
2009-03-21 17:18:12 |
| Classification: |
msc:12D99, msc:30-00 |
| Synonyms: |
triangle inequality of complex numbers=triangle inequality |
Revision comment (for changes between this and next version):
Preamble:
% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.
% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}
% there are many more packages, add them here as you need them
% define commands here
\theoremstyle{definition}
\newtheorem*{thmplain}{Theorem}
|
Content:
\textbf{Theorem.}\, All complex numbers $z_1$ and $z_2$ satisfy the triangle inequality
$$|z_1\!+\!z_z| \;\leqq\;|z_1|+|z_2|.$$\\
\emph{Proof.}
\begin{align*}
|z_1\!+\!z_2|^2 &\;=\; (z_1+z_2)\bar{(z_1+z_2)}\\
&\;=\; (z_1+z_2)(\bar{z_1}+\bar{z_2})\\
&\;=\; z_1\bar{z_1}+z_2\bar{z_2}+z_1\bar{z_2}+\bar{z_1}z_2\\
&\;=\; |z_1|^2+|z_2|^2+z_1\bar{z_2}+\bar{z_1\bar{z_2}}\\
&\;=\; |z_1|^2+|z_2|^2+2\mbox{Re}(z_1\bar{z_2})\\
&\;\leqq\; |z_1|^2+|z_2|^2+2|z_1\bar{z_2}|\\
&\;=\; |z_1|^2+|z_2|^2+2|z_1|\cdot|\bar{z_2}|\\
&\;=\; (|z_1|+|z_2|)^2
\end{align*}
Taking then the nonnegative square root, one obtains the asserted inequality.
|
|
|
|
|
|