Chapter 5 extra note 1

Selected lecture notes

inner product
norm
Cauchy-Schwartz inequality
Triangular inequality

Inner product space

Definition:
An inner product on a vector space

V is a function that assign to each pair of vectors
u,vV
a scalar, denoted by
u,v
, such that the followings hold: (
u,v,wV
,
α,βF
)

  1. u,v=v,u
    , where the overline denotes complex conjugate.
  2. αu+βv,w=αu,w+βv,w
    .
  3. u,u0
    .
  4. u,u=0
    if and only if
    u=0
    .

Definition:
A vector space together with an inner product is called an inner product space.

Proposition
(2').

u,αv+βw=α¯u,v+β¯u,w.

  • Proof:

    u,αv+βw=αv+βw,u=αv,u+βw,u=αu,v+βu,w=α¯u,v+β¯u,w.

Definition:
Given an inner product space, we define the norm by

u=u,u.

Theorem: (Cauchy-Schwartz inequality)

|u,v|uv.

  • Proof:

    If

    v=0, then
    u,v=0
    and
    v=0
    . Done.

    Assume

    v0, given
    tC
    ,
    0utv2=utv,utv=u,uu,tvtv,u+|t|2v,v=u2t¯u,vtu,v+|t|2v2.

    Let
    t=u,vv2
    , then
    0utv2=u22|u,v|2v2+|u,v|2v2=u2|u,v|2v2.

    Therefore,
    |u,v|uv.

Remark:
The equality of Cauchy-Schwartz inequality holds when

utv=0, i.e.,
utv=0
and
u=tv
. That is, when
u
and
v
are "parallel" to each other.

Lemma:
Let

V be an inner product space, then
u=0
iff
u,v=0
vV
.

  • Proof:

    (

    )
    Let
    u=0
    , given
    vV
    ,
    u,v=0,v=20,v=20,v.

    So
    0=20,v0,v=20,v10,v=20,v10,v=10,v=0,v.

    (

    )
    Assume
    u,v=0
    vV
    . Choose
    v=u
    we have
    u,u=0.

    Based on condition 4 of the inner product space, we have
    u=0
    .

Corollary:
Let

u,vV where
V
is an inner product space, then
u=v
iff
u,z=v,z
zV
.

Lemma: (Triangular inequality)

u,vV where
V
is an inner product space, we have
u+vu+v.

  • Proof:

    u+v2=u+v,u+v=u2+u,v+v,u+v2=u2+2Reu,v+v2u2+2|u,v|+v2u2+2uv+v2=(u+v)2.

Examples

Example 1

In

R2, show that the following defines an inner product
(x1,x2),(y1,y2)=x1y1+2x2y2.

  • Proof:

    (1)

    (x1,x2),(y1,y2)=x1y1+2x2y2=(y1,y2),(x1,x2).
    (2)
    α(x1,x2)+β(y1,y2),(z1,z2)=(αx1+βy1)z1+2(αx2+βy2)z2=α(x1z1+2x2z2)+β(y1z1+2y2z2)=α(x1,x2),(z1,z2)+β(y1,y2),(z1,z2).

    (3)
    (x1,x2),(x1,x2)=x12+2x220
    .
    (4) If
    (x1,x2),(x1,x2)=x12+2x22=0
    , then
    x1=x2=0
    , i.e.,
    (x1,x2)=(0,0)
    .

With this inner product, the norm is defined as

(x1,x2)=x12+2x22.

We can then apply Cauchy Schwartz inequality to have

(x1y1+2x2y2)2=|(x1,x2),(y1,y2)|2(x1,x2)2(y1,y2)2=(x12+2x22)(y12+2y22).

Example 2

In

Pn([1,1]), we can define the inner product as
f(x),g(x)=11f(x)g(x)dx.

If we allow polynomials with complex coefficients, the inner product should be defined as
f(x),g(x)=11f(x)g(x)dx.

The norm is then defined by

f(x)=11|f(x)|2dx,
and the Cauchy Schwartz inequality reads
(11f(x)g(x)dx)2=|f,g|2f2g2=(11|f|2dx)(11|g|2dx).

Choose

g(x)1 we have
(11f(x)dx)22(11|f|2dx).

Choose

g(x)=x we have
(11xf(x)dx)223(11|f|2dx).

Example 3

In

Mm×n, we define
A,B=trace(BA),

where the over-
denotes Hermitian transpose (conjugate transpose) as
B=BT
.

One can be checked easily that it is indeed an inner product.

The associated norm is defined as

A=trace(AA)=i,j|Aij|2.
This is the so-called Frobenius norm, and we denote this norm as
F
.

For example,

A=[123456],AF=12+22+32+42+52+62.