Lecture 25

[[lecture-data]]

2024-10-30

5. Chapter 5

Note

Will use the same norm symbol and context determines which norm we are using

Recall that if T:VW is a linear function on NLS and our theorem/definition for continuity for linear functions - ie, if

supxV0||Tx||||x||<M,MR$$then$T$iscontinuous.Andfurther,theleastsuchbound$M$isalipschitzconstant.ie,[[ConceptWiki/continuityforlinearfunctionscontinuouslinearfunctionsarelipschitzcontinuous]].>[!example]>$$ddx:c1[a,b]c0[a,b]

is a linear operator.

Let ||f||=maxt[a,b]|f(t)|. This satisfies the conditions of the norm:

Unfortunately, this is not continuous. Take f(t)=tk,k>0. Then suppose we have some t such that ||tk||=1. But then ||ddttk||=||ktk||=k||tk||=k and so

||ddttk||||tk||

is unbounded.

Operator Norm

Let V,W be NLS. Let T:VW be a linear function. If T is continuous, then the operator norm of T is defined as

||T||:=supxV0||Tx||||x||

(see operator norm)

Note: The Operator Norm is indeed a Norm

Let V,W be NLS and suppose that T,S:VW both linear, and α,βK. Define function αT+βS:VW. Then for all xV, we have that

[αT+βS](x)=αT(x)+βS(x)

ie we calculate the output of these functions pointwise.

Exercise

αT+βS is linear (just think about it).

And if T,S are also continuous then

  1. ||T||=0T=0 function
  2. ||αT||=|α|||T||
  3. ||T+S||||T||+||S||

ie, the operator norm can create a normed linear space on the space of continuous linear functions. 🤯

Proof

(1) If T0, then there exists fomr x0 such that Tx0. Then ||Tx||||x||>0. Thus the sup must be greater than 0.

(2) supxV0||αT(x)||||x||=supx0|α|||T(x)||||x||=|α|supx0||T(x)||||x|| where we can take α out by homogeneity of W's norm

(3) note that

supx0||[T+S](x)||||x||supx0||T(x)||+||S(x)||||x||supx0||T(x)||||x||+supx0||S(x)||||x||
Continuous Linear Function Space

Let V,W be NLS. Then define B(V,W) as the normed linear space whose elements are continuous linear functions VW, and whose norm is the operator norm.

(see continuous linear function space)

Dual Space

Let V be a NLS. Then B(V,K) of continuous linear functionals is called the dual space V

(see dual space)

Observations

  1. If TB(V,W), then for all xV we have ||Tx||||T||||x||. This result is trivial by definition of the operator norm
  2. If TB(V,W) and SB(W,U) then STB(V,U). And ||ST||||S||||T|| (careful, each of these norms are different!).
  3. Since for all xV,||[ST](x)||=||S(T(x))||||S||||Tx||||S||||T||||x|| by the above result (1). But then we can see that ||[ST](x)||||x||||S||||T|| - and since T,S are continuous this is bounded (since this holds for any x). And also, ||ST||||S||||T||

Note

Suppose AMm,n(K) and BMm,n(K) thought of as functions "A" and "B" both from KnKm. Suppose CMp,m(K) is associated with function "C" from KmKp. Then

"CA"=CA=CA

and "αA+βB" is α"A" + β"B" is αA+βB.

Theorem

Suppose V,W are NLS where dim(V)<. Then T:VW is continuous.

Proof

First,

  • Let b1,,bn be a basis for V. Let |||| be defined VR as such:
    yV, there exist unique coefficients alpha1,,αnK such that y=i=1nαibi. Let ||y||=i=1n|αi| (ie, the L1 norm on the column vector space, which is the same as the vector space).
  • Let E:=maxi{1,,n}||Tbi||W.
  • And let M>0 be such that for all yV we have ||y||M||y||V (by norm equivalence).

Then for all xV, say β1,,βnK such that x=i=1nβibi, then

||Tx||w=||Tβibi||W=||βiTb||Wβi||Tbi||Wi=1n|βi|E=||x||EME||x||v

So we can see that ||Tx||W||x||WME ie T is continuous

(see linear functions with finite dimensional domain are continuous)

Next time: thinking about norms and things for continuous linear spaces