<?xml version="1.0" encoding="UTF-8"?>

<record version="8" id="11678">
 <title>triangle inequality of complex numbers</title>
 <name>TriangleInequalityOfComplexNumbers</name>
 <created>2009-03-21 16:12:57</created>
 <modified>2009-04-03 15:18:23</modified>
 <type>Theorem</type>
<parent id="4242">modulus of complex number</parent>
 <creator id="2872" name="pahio"/>
 <author id="2872" name="pahio"/>
 <classification>
	<category scheme="msc" code="12D99"/>
	<category scheme="msc" code="30-00"/>
 </classification>
 <synonyms>
	<synonym concept="triangle inequality of complex numbers" alias="triangle inequality"/>
 </synonyms>
 <related>
	<object name="Modulus"/>
	<object name="ComplexConjugate"/>
	<object name="SquareOfSum"/>
	<object name="TriangleInequality"/>
 </related>
 <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}
</preamble>
 <content>\textbf{Theorem.}\, All complex numbers $z_1$ and $z_2$ satisfy the triangle inequality
\begin{align}
|z_1\!+\!z_z| \;\leqq\;|z_1|+|z_2|.
\end{align}

\emph{Proof.}
\begin{align*}
|z_1\!+\!z_2|^2 &amp;\;=\; (z_1+z_2)\overline{(z_1+z_2)}\\
&amp;\;=\; (z_1+z_2)(\overline{z_1}+\overline{z_2})\\
&amp;\;=\; z_1\overline{z_1}+z_2\overline{z_2}+z_1\overline{z_2}+\overline{z_1}z_2\\
&amp;\;=\; |z_1|^2+|z_2|^2+z_1\overline{z_2}+\overline{z_1\overline{z_2}}\\
&amp;\;=\; |z_1|^2+|z_2|^2+2\mbox{Re}(z_1\overline{z_2})\\
&amp;\;\leqq\; |z_1|^2+|z_2|^2+2|z_1\overline{z_2}|\\
&amp;\;=\; |z_1|^2+|z_2|^2+2|z_1|\cdot|\overline{z_2}|\\
&amp;\;=\; (|z_1|+|z_2|)^2
\end{align*}
Taking then the nonnegative square root, one obtains the asserted inequality.\\


\textbf{Remark.}\, Since the real numbers are complex numbers, the inequality (1) and its proof are valid also for all real numbers; however the inequality \PMlinkescapetext{chain} may be simplified to
$$|x+y|^2 \leqq (x+y)^2 = x^2+2xy+y^2 \leqq x^2+2|x||y|+y^2 = |x|^2+2|x||y|+|y|^2 = (|x|+|y|)^2.$$
</content>
</record>
