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

<record version="9" id="92">
 <title>vector p-norm</title>
 <name>VectorPnorm</name>
 <created>2001-10-06 03:09:31</created>
 <modified>2006-10-13 15:19:14</modified>
 <type>Definition</type>
 <creator id="7332" name="Andrea Ambrosio"/>
 <author id="7332" name="Andrea Ambrosio"/>
 <author id="3" name="drini"/>
 <author id="6" name="Logan"/>
 <classification>
	<category scheme="msc" code="46B20"/>
 </classification>
 <defines>
	<concept>Manhattan metric</concept>
	<concept>Taxicab</concept>
	<concept>L^1 norm</concept>
	<concept>L^1 metric</concept>
	<concept>L^2 metric</concept>
	<concept>L^2 norm</concept>
	<concept>L^\infty norm</concept>
 </defines>
 <synonyms>
	<synonym concept="vector p-norm" alias="Minkowski norm"/>
	<synonym concept="vector p-norm" alias="Euclidean vector norm"/>
	<synonym concept="vector p-norm" alias="vector Euclidean norm"/>
	<synonym concept="vector p-norm" alias="vector 1-norm"/>
	<synonym concept="vector p-norm" alias="vector 2-norm"/>
	<synonym concept="vector p-norm" alias="vector infinity-norm"/>
	<synonym concept="vector p-norm" alias="L^p metric"/>
	<synonym concept="vector p-norm" alias="L^p"/>
 </synonyms>
 <related>
	<object name="VectorNorm"/>
	<object name="CauchySchwartzInequality"/>
	<object name="HolderInequality"/>
	<object name="FrobeniusMatrixNorm"/>
	<object name="LpSpace"/>
	<object name="CauchySchwarzInequality"/>
 </related>
 <preamble>\usepackage{graphicx}
%\usepackage{xypic} 
\usepackage{bbm}
\newcommand{\Z}{\mathbbmss{Z}}
\newcommand{\C}{\mathbbmss{C}}
\newcommand{\R}{\mathbbmss{R}}
\newcommand{\Q}{\mathbbmss{Q}}
\newcommand{\mathbb}[1]{\mathbbmss{#1}}
\newcommand{\figura}[1]{\begin{center}\includegraphics{#1}\end{center}}
\newcommand{\figuraex}[2]{\begin{center}\includegraphics[#2]{#1}\end{center}}</preamble>
 <content>A class of vector norms, called a $p$-norm and denoted $||\cdot||_p$, is defined as

\begin{displaymath}
    ||\,x\,||_p = (|x_1|^p + \cdots + |x_n|^p)^\frac{1}{p}\qquad p\geq1, x\in\R^n
\end{displaymath}

The most widely used are the 1-norm, 2-norm, and $\infty$-norm:

\begin{eqnarray*}
    ||\,x\,||_1 &amp; =&amp; |x_1| + \cdots + |x_n| \\
    ||\,x\,||_2 &amp; =&amp; \sqrt{|x_1|^2 + \cdots + |x_n|^2} = \sqrt{x^Tx} \\
    ||\,x\,||_\infty &amp; =&amp; \displaystyle\max_{1\leq i\leq n}|x_i|
\end{eqnarray*}

The 2-norm is sometimes called the Euclidean vector norm, because
$||\,x-y\,||_2$ yields the Euclidean distance between any two vectors $x,y\in \R^n$. The 1-norm is also called the taxicab metric (sometimes Manhattan metric) since the distance of two points can be viewed as the distance a taxi would travel on a city (horizontal and vertical movements).

A useful fact is that for finite dimensional spaces (like $\R^n$) the three mentioned norms are \PMlinkid{equivalent}{4312}. Moreover, all $p$-norms are equivalent. This can be proved using that any norm  has to be continuous in the $2$-norm and working in the unit circle.

The \PMlinkname{$L^p$-norm}{LpSpace} in function spaces is a generalization of these norms by using counting measure.</content>
</record>
