Euclidean norm

From Maths
Revision as of 07:23, 27 April 2015 by Alec (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is an example of a Norm

Definition

The Euclidean norm is denoted 2 is a norm on Rn

Here for xRn we have:

x2=ni=1x2i

Proof that it is a norm


TODO: proof


Part 4 - Triangle inequality

Let x,yRn

x+y22=ni=1(xi+yi)2 =ni=1x2i+2ni=1xiyi+ni=1y2i ni=1x2i+2ni=1x2ini=1y2i+ni=1y2i using the Cauchy-Schwarz inequality

=(ni=1x2i+ni=1y2i)2 =(x2+y2)2

Thus we see: x+y22(x2+y2)2, as norms are always 0 we see:

x+y2x2+y2 - as required.