Topology/Normed Vector Spaces

From testwiki
Jump to navigation Jump to search

A normed vector space (V,||) is a vector space V with a function ||:V×V that represents the length of a vector, called a norm.

Definition

We know the vector space definition, so we need to define the norm function. || is a norm if these three conditions hold.

1. Only the zero vector has zero length, with all others being positive. |v|0,|v|=0v=0 for all vV.

2. For a and vV we have |av|=|a||v|.

3. The triangle inequality holds: |v+w||v|+|w| for all v,wV.

Example

For a given n we know that n is a vector space and its norm can be defined to be |vw|=d(v,w) ie. |v|=d(v,0). This is not unusual, in fact we say that a norm induces a metric with the first equation. So normed vector spaces are always metric spaces. Let's prove this.

Theorem

Normed vector spaces are metric spaces.

Proof

It suffices to show that d(v,w)=|vw| satisfies the metric axioms. Let u,v,wV

1. d(v,w)=|vw|0 holds by definition and d(v,w)=|vw|=0vw=0v=w as required.

2. d(v,w)=|vw|=|1||wv|=|wv|=d(w,v)

3. d(u,v)+d(v,w)=|uv|+|vw||uv+vw|=d(u,w) so the triangle inequality translates correctly.

Since the axioms hold, we conclude that V is a metric space.

Exercises

(under construction)

Template:BookCat