Difference between revisions of "Norm"

From Maths
Jump to: navigation, search
m
m
Line 1: Line 1:
 +
An understanding of a norm is needed to proceed to [[Linear isometry|linear isometries]]
 +
 
==Definition==
 
==Definition==
 
A norm on a [[Vector space|vector space]] {{M|(V,F)}} is a function <math>\|\cdot\|:V\rightarrow\mathbb{R}</math> such that:
 
A norm on a [[Vector space|vector space]] {{M|(V,F)}} is a function <math>\|\cdot\|:V\rightarrow\mathbb{R}</math> such that:

Revision as of 03:29, 8 March 2015

An understanding of a norm is needed to proceed to linear isometries

Definition

A norm on a vector space (V,F) is a function :VR

such that:

  1. xV x0
  2. x=0x=0
  3. λF,xV λx=|λ|x
    where ||
    denotes absolute value
  4. x,yV x+yx+y
    - a form of the triangle inequality

Often parts 1 and 2 are combined into the statement

  • x0 and x=0x=0
    so only 3 requirements will be stated.

I don't like this

Common norms

Name Norm Notes
Norms on Rn
1-norm x1=ni=1|xi|
it's just a special case of the p-norm.
2-norm x2=ni=1x2i
Also known as the Euclidean norm (see below) - it's just a special case of the p-norm.
p-norm xp=(ni=1|xi|p)1p
(I use this notation because it can be easy to forget the p
in p
)
norm
x=sup({xi}ni=1)
Also called
norm
Norms on C([0,1],R)
Lp
fLp=(10|f(x)|pdx)
NOTE be careful extending to interval [a,b]
as proof it is a norm relies on having a unit measure
norm
f=supx[0,1](|f(x)|)
Following the same spirit as the
norm on Rn
Ck
fCk=ki=1supx[0,1](|f(i)|)
here f(k)
denotes the kth
derivative.

Equivalence of norms

Given two norms 1

and 2
on a vector space V we say they are equivalent if:

c,CR xV: cx1x2Cx1

We may write this as 12

- this is an Equivalence relation


TODO: proof


Examples

  • Any two norms on Rn
    are equivalent
  • The norms L1
    and
    on C([0,1],R)
    are not equivalent.

Examples