Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: N/A

Properties: N/A
Sufficiencies: N/A
Questions: N/A

Algebraic Properties of the 2-norm of a Vector

Let column vectors x,yRn×1 and scalar aR. Then, the following are algebraic properties of 5.3 The 2-norm of a Vector:

  1. Positivity: ||x||0 with ||x||=0 iff x=0.
  2. Homogeneity: ||ax||=|a|||x||.
  3. Triangle Inequality: ||x+y||||x||+||y||.

Positivity

\begin{proof}
Consider xRn×1 and yR.

||x||=xx

According to positivty of inner product,

xx0.

For all yR,

y0.

Therefore,

xx0||x||0

\end{proof}

Homogeneity

\begin{proof}
Consider

ax=a[x1x2xn]=[ax1ax2axn]

Taking the 2-norm of this, we get:

||ax||=(ax1)2+(ax2)2++(axn)2=a2(x12+x22++xn2)=a2x12+x22++xn2=|a|||x||

\end{proof}

Triangle Inequality

\begin{proof}
Recall that the square root function f(t)=t is increasing. Therefore, if t1t2, then t1t2. If we can prove t1=||x+y||||x||+||y||=t2, then we can conclude the Triangle Equality is true. Consider:

||x+y||2=(x+y)(x+y)2-norm squared = inner product=x(x+y)+y(x+y)Bilinearity of dot product=xx+xy+yx+yySimplify=||x||2+2xy+||y||2Rewrite inner product as sum=||x||2+j=1n2xjyj+||y||2||x||2+2||x||||y||=(||x||+||y||)2

The second to last expression requires that we know

j=1nxjyj||x||||y||.

This is known as the 5.8 Cauchy-Schwarz Inequality.
\end{proof}