Functional Analysis Lecture 2

[[lecture-data]]

← Lecture 1 | Lecture 3 →
Lecture Notes: Rodriguez, page 7

1. Normed and Banach Spaces

Summable, Absolutely Summable

Let {vn} be a seq of points in vector space V. The the series nvn is summable if {n=1mvn}m=1 converges.

The series is absolutely summable if {n=1m||vn||}m=1 converges.

see summable series

Theorem

Let V be a vector space. If {nvn}nV is absolutely summable, then the sequence of partial sums {n=1mvn}m=1 is Cauchy.

see absolutely summable series have Cauchy partial sums

Exercise

Prove it! (same proof as when V=R)

Theorem

A normed vector space V is a Banach space if and only if every absolutely summable series is summable.

Proof

() Suppose V is a Banach space. If nvn is absolutely summable, then the sequence of partial sums is a Cauchy sequence in V (see the previous theorem). Thus {n=1mvn}m converges in V. Thus by definition, the series is summable.

() Suppose every absolutely summable series is summable. Let {vn} be a Cauchy sequence in V. We show that a subsequence of {vn} converges in V. Then {vn}m converges by metric space theory.

{vn}m is Cauchy for all kN, there exists NkN
such that for all n,mNk, we have

||vnvm||<12k

(we choose this expression because it is summable). Now, define

nk=N1+N2++Nk

Then n1<n2< and for all k, we have nkNk. Thus, for all kN, we have

||vnk+1vnk||<12k

Thus

k(vnk+1vnk) is absolutely summablek(vnk+1vnk) is summable{k=1m(vnk+1vnk)}m=1={vnm+1vn1}m=1 converges

Thus the (sub)sequence is {vnm+1}m=1 converges in V. Thus V is Banach.

see banach spaces have all absolutely summable series are summable

Operators and Functionals

These are the analog of matrices.

Example (important!)

Let K:[0,1]×[0,1]C be a continuous function. Then for any function fC([0,1]), we can define

Tf(x)=01K(x,y)f(y)dy

Then TfC([0,1]) and for all λ1,λ2C and f1,f2C([0,1])

T(λ1f1+λ2f2)=λ1Tf1+λ2Tf2

Linear, linear operator

Let V,W be vector spaces. We say a map T:VW is linear if for all λ1,λ2K and v1,v2V,

T(λ1v1+λ2v2)=λ1Tv1+λ2Tv2

We call the map T a linear operator (in the past, may have been called "linear transformation")

see linear function

Continuous

Recall that T:VW (a map) is continuous on V if for all vV and for all sequences {vn} with vnv, then TvnTv.

Or, equivalently,

For all open UW, the set

T1(U)={vV|TvU}V

is open in V.

see continuous map

Recall that linear functions with finite dimensional domain are continuous. However, this is not always the case in infinite dimensions!

Theorem

A linear operator T:VW is continuous if there exists C>0 such that for all vV,

||Tv||WC||v||V

If this holds, we call T a bounded linear operator.

see continuity for linear functions (aka bounded linear operator)

Note

this does not means the image of T is bounded. it means bounded subsets of V are sent to bounded subsets of W.

Proof

() Suppose ||Tv||WC||v||V. Let vV and suppose vnv. Then

0||TvnTv||W=||T(vnv)||WC||vnv||V

And since ||vnv||V0, by the squeeze theorem, we have ||TvnTv||W0 as well.

() Suppose T is continuous. Then

T1(BW(0,1))={vV:TvBW(0,1)}

Since T0=0, we must have 0T1(BW(0,1)). And since these are open sets, we can find r>0 such that BV(0,r)T1(BW(0,1)).

Now, take C=2r. Then r2||v||VvBV(0,r)

T(r2||v||Vv)BW(0,1)

Thus, by homogeneity of the norm, we have

||T(r2||v||Vv)||W<1||Tv||W2r||v||V
Note

From now on, we will drop the norm subscripts (see Matrix Analysis Lecture 25). The appropriate norm should be determined on context

Example

The linear operator T:C([0,1])C([0,1]) defined in the example above is a bounded linear operator (and therefore continuous)

illustration

We can then verify. Let fC([0,1]) then

|Tf(x)|=|01K(x,y)f(y)dy|01|K(x,y)||f(y)|dy01|K(x,y)|||f||dy01||K(x,y)||||f||dy=||K(x,y)||||f||

And since this bound holds for all x, it holds for the supremum. Thus

||Tf||x||K||||f||

Thus we can use C=||K|| to show boundedness/continuity.

Note

we refer to K as a kernel

Bounded Linear Operator space

Let V and W be normed vector spaces. The set of bounded linear operators from V to W is B(V,W)

Operator Norm

The operator norm of an operator TB(V,W) is defined as

||T||=sup||v||=1,vV||Tv||

see operator norm

Let's verify that this is indeed a norm

Theorem
Proof

definiteness
Consider the zero operator Tv=0 for all vV. Then

||T||=sup||v||=1,vV||Tv||=supvV||Tv||v||||=supvV1||v||||Tv||=0

homogeneity
Let cK. Then

||cT||=sup||v||=1,vV||cTv||=sup||v||=1,vV|c|||Tv||=|c|sup||v||=1,vV||Tv||=|c|||T||

triangle inequality
Let T,SB(V,W). Then

||T+S||=sup||v||=1,vV||(T+S)v||=sup||v||=1,vV||Tv+Sv||sup||v||=1,vV||Tv||+||Sv||sup||v||=1,vV||Tv||+sup||v||=1,vV||Sv||=||T||+||S||
note/aside

If v0, then

||T(v||v||)||||T||||Tv||||T||||v||

see observations for continuous linear function space

Theorem

Let V and W be normed spaces. If W is a Banach space, then the bounded linear operator space B(V,W) is a Banach space.

Note

this proof is similar to the one for complete metric spaces have banach continuous bounded function spaces.

  • And, as the note indicated in Lecture 1, this is the basic outline for showing a space is Banach.

To show that this space is Banach, we will use the characterization that banach spaces have all absolutely summable series are summable.

Proof

Suppose {Tn}B(V,W) is a sequence of bounded linear operator space such that

C=n||Tn||<

ie, the sequence is absolutely summable. We want to show that the nTn is summable.

So define our candidate limit T:VW as

Tv:=limmn=1mTnv

We now need to show that this is a bounded linear operator.

Thus TB(V,W)

Thus the bounded linear operator space B(V,W) is Banach

see bounded linear operator space is banach

review

#flashcards/math/functional

What is a summable series?
-?-
A series where the sequence of partial sums converges

What is en equivalent definition for a Banach space? (not using completeness)
-?-
Every absolutely summable series is also summable

What norm do we use to define the space of bounded linear operators?
-?-
The operator norm

What condition must be met for B(V,W) to be a Banach space?
-?-
W must be Banach

What four (4) steps do we need to show that if W is Banach, then B(V,W) is Banach?
-?-

  1. Show an absolutely summable sequence in B(V,W) is summable
  2. Define a candidate limit T
  3. Show that the limit is in B(V,W) by showing it is bounded and linear
  4. Show that T is indeed the limit

← Lecture 1 | Lecture 3 →

Created 2025-05-29 Last Modified 2025-06-05