ANALYSIS II
Introduction
Metric and Normed Linear Spaces
Defn
A metric
space is a pair (X,d) where X
is a set and d : X2
[0,
)
with the properties that, for each x,y,z in X:
- d(x,y)=0 if and only if x=y,
- d(x,y) = d(y,x),
- d(x,y)
d(x,z) + d(z,y).
d is called the distance function
and d(x,y) denotes the distance between
x and y.
Note: A given set
X may be measured by various distances in order to study the set in different
ways.
Examples
- X is any set and d(x,y) := 1 if
and only if x is not y.
- The real numbers with absolute
value: i.e., X = R and d(x,y) := |x-y|.
- The complex numbers with modulus:
i.e. X = C and d(z1 , z2
) := |z1 - z2|.
- (X, ||.||) a normed
linear space (see below) and d(x,y)
:= ||x-y||. (Verify!)
- X = Rk and
for x = (x1,x2
,...,xk) define
- the standard Euclidean
distance as d2(x,y)
:= (
i
|xi - yi|2
)1/2
- dp(x,y)
:= (
i
|xi - yi|p
)1/p , 1
p
- d
(x,y)
:= max i |xi - yi|
We will concentrate our studies
on the cases p=1,2,
. We prove that
each of the above are metric spaces by showing that they are normed
linear spaces, where the obvious candidates are used for norms. The
following metrics do not arise as norms [otherwise we must have
d(a x, a y) = |a| d(x,y)].
- dp(x,y)
:= (
i
|xi - yi|p ),
0 < p
1
- X = R and d(x,y) :=
|x-y|/(1 + |x-y|)
(Homework)
Defn
A normed
linear space is a vector space X and
a non-negative valued mapping ||.||
on X, called the norm ,
which satisfies the properties
- ||x||=0 if and only if x=0.
- ||a x|| =|a| ||x||, for all scalars
a.
- ||x+y||
||x|| + ||y||
Here ||x|| is thought of as the length
of x or the distance from x to 0. Notice that
for a given vector x, if y is defined as
(1/||x||) x, then y has
unit length and is called the normalized
vector for x.
Examples
- X = R and ||x|| :=
|x|.
- X = C. For z in C,
the modulus of
z, |z| := ( |Re z|2
+ |Im z|2 )1/2
is a norm for the complex numbers.
- X = Rk and
for x = (x1,x2
,...,xk) define
- the standard Euclidean
distance as ||x|| 2
:= (
i
|xi|2 )1/2.
Pf: Although this is a special case of the p-norms,
it is instructive to demonstrate this separately: First we establish
Lemma
(Cauchy-Schwarz Inequality)
(
i
|xi yi| )
||x||2
||y||2 .
Pf: We may assume, without loss of generality, that
neither x nor y are the zero vector. First assume that x and y are unit
vectors, i.e. ||x||=||y||=1. Observe by expanding out the square that the
inequality
|ab|
(a2+b2) /2
holds. (This is essentially the famous arithemetic-geometric
inequality (using x=a2 and y=b2 ). )
It then follows that
(
i
|xi yi| )
1/2
i
( |xi|2 + |yi|2 )
= 1
proving Cauchy's inequality in the special
case of unit vectors. For general nonzero vectors, apply this inequality
to the normalized vectors for x and y.
Continuing the proof that ||.||2 is a norm, we observe
(
i
|xi + yi|2 )
||x|| 2
+ ||y||2 +2 (
i
|xi yi| )
||x||2 + ||y||2
+2 ||x||2
||y||2 = (||x||2
+ ||y||2)2
and complete the proof by taking square roots.

- ||x||p
:= (
i
|xi |p
)1/p , 1
p
The subadditivity of this norm is known as
Minkowski's inequality and relys on
Lemma
(Holder's Inequality) Suppose
that 1/p+1/q =1 where 1
p,
then
(
i
|xi yi| )
||x||p
||y||q .
Pf: We first show that for nonnegative a and b, that
(*) acbd
c
a + d b
is true where we have set c = 1/p and d = 1-c = 1/q. Notice
that the statement is symmetric in p and q (that is they can be interchanged
in the statemnet of the Lemma). If a and b are nonnegative real numbers,
then we may assume without loss of generality that neither vanishes. We
may also assume by the symmetry of p and q that a is larger than b. Observe
by the first derivative test that the function f(u)=1+u-uc.
is a strictly monotone increasing function for u greater or equal 1. This
shows in particular that f(a/b)>0 if a/b>1 since f(1)=0. The inequality
(*) follows by multiplying through by b.
We apply (*) to a = xp and b = yq to obtain
for nonnegative numbers x and y
(**) x y
xp /p + yq /q
Hence it follows that if x and y are
normalized vectors (||x||p = ||y||q = 1), then
(
i
|xi yi| )
1/p (
i
|xi|p ) +1/q (
i
|yi|q )
= 1.
Holder's inequality follows by normalizing
general nonzero vectors as was done in the Cauchy-Schwarz inequality.
Pf: To prove the subadditivity of the p-norm, we let zi
:= |xi+yi|p-1. Then
||x+y||pp
.
(
i
|xi| zi ) + (
i
|yi| zi )
(||x||p
+ ||y||p) ||z||q
where in the second inequality from the
left, Holder's inequality is applied to both (|xi|, zi)
and (|yi|, zi). The inequality follows by noticing
that
||z||q = ||x+y||
pp/q
and that p/q = p-1 .
- ||x||
:= max i |xi|
Pf: The first
two properties of norm follow directly from the properties of absolute
value. To establish the subadditve property (3), we observe that for each
i between 1 and k,
|(x+y)i|
|xi|
+ |yi|
||x||
+ ||y||
and then take the maximum over i.
Defn
C[a,b]
is the set of continuous functions on [a,b]. If f belongs to C[a,b], then
||f||
:= maxx
|f(x)| is defined as the norm of f. Sometimes, this
is referred to as the sup
norm.
(Note that the max is always attained in the
norm by the extreme value theorem.}
Proposition
C[a,b] is a normed
linear space.
Pf: By the properties of continuous functions, C[a,b]
is a vector space.Since |f(x)+g(x)|
||f|| + ||g|| for all x in [a,b], taking the maximum over all
such x, the subadditivity of the norm is established.
Robert Sharpley Jan 16 1998