Chapter 5 extra note 4

Selected lecture notes

orthogonal complement
direct sum
linear functional
Riesz Representation Theorem
adjoint linear transformation

Orthogonal complement

Definition:
For a vector subspace

E, its orthogonal complement
E={vV|vE}
.

Proposition:

E is a vector subspace.

  • Proof:

    Let

    v1,v2E, fix
    α,βF
    .

    claim:

    α1v1+α2v2E:

    Given

    uE, since
    v1,v2E
    , we have
    v1,u=v2,u=0.

    So
    0=α1v1,u+α2v2,u=α1v1+α2v2,u,

    that is,
    (α1v1+α2v2)u
    .
    Therefore,
    (α1v1+α2v2)u
    ,
    uE
    .

Proposition:

EE={0}.

  • Proof:

    At first, we show that

    EE is not an empty set, and it contains at least one element which is the zero vector,
    0
    .

    Since

    E and
    E
    are both vector subspaces, so
    0E
    and
    0E
    , and we have
    0(EE)
    .

    Secondly, we show that

    0 is the only element.

    Let

    vEE. We have
    vE
    and
    vE
    , so
    0=v,v=v2.

    Hence
    v=0
    .

Proposition:
Let

EV, for any
vV
, there exists an uniqe decomposition
v=v1+v2,v1E,v2E.

  • Proof:

    (Existence)
    Given

    vV, we define
    v1=PEvE
    , and
    v2=vv1
    .
    By the definition of orthogonal projection we have
    v2E
    .

    (Uniqueness)
    Assume

    v=v1+v2=w1+w2,
    where
    v1,w1E
    and
    v2,w2E
    .
    We define
    u=v1w1
    . Since
    v1,w1E
    we must have
    uE
    . In addition, we find
    u=v1w1=(vv2)(vw2)=w2v2.

    Since
    v2,w2E
    we must have
    uE
    . As a result,
    u(EE)=0
    . We must have
    u=0
    , and
    v1=w1
    ,
    v2=w2
    .

Proposition:
Let

EV, for any
vV
,
PEv=vPEv.

  • Proof:

    Let

    v2=vPEv, then
    v2E
    , so we have
    (1)
    v2E
    .
    Besides,
    vv2=PEvE
    . So we obtain
    (2)
    (vv2)E
    .
    By (1), (2) and the definition of orthogonal projection, we have
    PEv=vPEv.

Definition:
Let

W1 and
W2
be vector subspaces, we define
W1+W2
be a set satisfies
W1+W2={v|v=w1+w2,w1W1,w2W2}.

Proposition:

W1+W2 is a vector subspace.

Proposition:
A vector space

V is called a direct sum of subspaces
W1
and
W2
if
W1W2={0}
and
V=W1+W2
. We denote it by
V=W1W2
.

Proposition:

V=EE.

Proposition:

(E)=E.

  • Proof:

    Let

    uE, then
    u,v=0
    , for all
    vE
    .
    Since
    u,v=0
    , for all
    vE
    , so
    u(E)
    .
    Therefore,
    E(E)
    .

    Let

    u(E)V, then
    u=v+w
    where
    vE
    and
    wE
    .
    Since
    u(E)
    and
    vE(E)
    , so
    w=uv(E)
    .
    But we also have
    wE
    .
    As a result we must have
    w=0
    , and
    u=vE
    .
    Therefore,
    (E)E
    .

Linear functional

Definition:
A linear functional on a vector space

V is a linear map from
V
to
R
. That is, a linear functional belongs to
L(V,R)
.

Examples of linear functionals

  • Example 1:
    ϕ1:P2R,ϕ(p)=p(1).
  • Example 2:
    ϕ1:P2R,ϕ(p)=01p(x)dx.
  • Example 3:
    ϕ1:P2R,ϕ(p)=01p(x)sin(x)dx.

Riesz Representation Theorem:
Suppose

V is a finite dimentional inner product space and
ϕ:VR
is a linear functional, then there exists an unique
uV
such that
ϕ(v)=v,u,vV.

  • Proof:

    (existence)
    Let

    {e1,,en}V be an orthonormal basis of
    V
    .

    Given

    vV, we then have
    v=α1e1++αnen=v,e1e1++v,enen.

    Since
    ϕ
    is linear,
    ϕ(v)=ϕ(v,e1e1++v,enen)=v,e1ϕ(e1)++v,enϕ(en)=v,ϕ(e1)e1++v,ϕ(en)en=v,ϕ(e1)e1++ϕ(en)en.

    Let us define
    u=ϕ(e1)e1++ϕ(en)en,

    it is then clear that
    ϕ(v)=v,u
    .

    (uniqueness)
    Suppose

    u1,u2V such that
    ϕ(v)=v,u1=v,u2,vV.

    Then we have
    0=v,u1u2,vV.

    Therefore, we must have
    u1u2=0
    and
    u1=u2
    .

Adjoint linear transformation

Definition:
Let

V and
W
be inner product space and
T:VW
be a linear transformation. The map
T:WV
is called an adjoint of
T
if
Tv,w=v,Tw,vV,wW.

Remark:
Here we show the existence of the map

T.

Given

wW, we define
ϕ(v)=Tv,w
. It is clear that
ϕ
is a linear functional. Hence, based on the Riese representation Theorem, there exists
uV
such that
ϕ(v)=v,u.

We then define
Tw=u
and we have
Tv,w=ϕ(v)=v,u=v,Tw.

So the existence of
T
is assured.

Proposition

T is an adjoint of
T
if
w,Tv=Tw,v,vV,wW.

Proposition

T is unique.

  • Proof:

    Let

    S:WV be a map that also satisfies
    Tv,w=v,Sw,vV,wW.

    Then
    v,Sw=Tv,w=v,Tw,vV,wW.

    So
    v,(ST)w=0,vV,wW.

    Hence,
    S=T
    .

Proposition

T is linear.

  • Proof:

    Fix

    w1,w2W,
    α1,α2F
    , given
    vV
    ,
    v,T(α1w1+α2w2)=T(v),α1w1+α2w2=α1T(v),w1+α2T(v),w2=α1v,T(w1)+α2v,T(w2)=v,α1T(w1)+α2T(w2).

    Therefore
    v,T(α1w1+α2w2)=v,α1T(w1)+α2T(w2),vV.

    That leads to
    T(α1w1+α2w2)=α1T(w1)+α2T(w2).