Functional Analysis Lecture 2
[[lecture-data]]
← Lecture 1 | Lecture 3 →
Lecture Notes: Rodriguez, page 7
1. Normed and Banach Spaces
Summable, Absolutely Summable
Let { v n } be a seq of points in vector space V . The the series ∑ n v n is summable if { ∑ n = 1 m v n } m = 1 ∞ converges.
The series is absolutely summable if { ∑ n = 1 m | | v n | | } m = 1 ∞ converges.
see summable series
see absolutely summable series have Cauchy partial sums
Prove it! (same proof as when V = R )
( ⟹ ) Suppose V is a Banach space . If ∑ n v n is absolutely summable, then the sequence of partial sums is a Cauchy sequence in V (see the previous theorem ). Thus { ∑ n = 1 m v n } m converges in V . Thus by definition, the series is summable .
( ⟸ ) Suppose every absolutely summable series is summable. Let { v n } be a Cauchy sequence in V . We show that a subsequence of { v n } converges in V . Then { v n } m converges by metric space theory.
{ v n } m is Cauchy ⟹ for all k ∈ N , there exists N k ∈ N
such that for all n , m ≥ N k , we have
| | v n − v m | | < 1 2 k (we choose this expression because it is summable). Now, define
n k = N 1 + N 2 + ⋯ + N k Then n 1 < n 2 < … and for all k , we have n k ≥ N k . Thus, for all k ∈ N , we have
| | v n k + 1 − v n k | | < 1 2 k Thus
∑ k ( v n k + 1 − v n k ) is absolutely summable ⟹ ∑ k ( v n k + 1 − v n k ) is summable ⟹ { ∑ k = 1 m ( v n k + 1 − v n k ) } m = 1 ∞ = { v n m + 1 − v n 1 } m = 1 ∞ converges Thus the (sub)sequence is { v n m + 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.
Let K : [ 0 , 1 ] × [ 0 , 1 ] → C be a continuous function. Then for any function f ∈ C ( [ 0 , 1 ] ) , we can define
T f ( x ) = ∫ 0 1 K ( x , y ) f ( y ) d y Then T f ∈ C ( [ 0 , 1 ] ) and for all λ 1 , λ 2 ∈ C and f 1 , f 2 ∈ C ( [ 0 , 1 ] )
T ( λ 1 f 1 + λ 2 f 2 ) = λ 1 T f 1 + λ 2 T f 2
Let V , W be vector spaces . We say a map T : V → W is linear if for all λ 1 , λ 2 ∈ K and v 1 , v 2 ∈ V ,
T ( λ 1 v 1 + λ 2 v 2 ) = λ 1 T v 1 + λ 2 T v 2 We call the map T a linear operator (in the past, may have been called "linear transformation")
see linear function
Recall that T : V → W (a map) is continuous on V if for all v ∈ V and for all sequences { v n } with v n → v , then T v n → T v .
Or, equivalently,
For all open U ⊆ W , the set
T − 1 ( U ) = { v ∈ V | T v ∈ U } ⊆ 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!
A linear operator T : V → W is continuous if there exists C > 0 such that for all v ∈ V ,
| | T v | | W ≤ C | | v | | V If this holds, we call T a bounded linear operator.
see continuity for linear functions (aka bounded linear operator )
this does not means the image of T is bounded. it means bounded subsets of V are sent to bounded subsets of W .
( ⟹ ) Suppose | | T v | | W ≤ C | | v | | V . Let v ∈ V and suppose v n → v . Then
0 ≤ | | T v n − T v | | W = | | T ( v n − v ) | | W ≤ C | | v n − v | | V And since | | v n − v | | V → 0 , by the squeeze theorem, we have | | T v n − T v | | W → 0 as well.
( ⟸ ) Suppose T is continuous. Then
T − 1 ( B W ( 0 , 1 ) ) = { v ∈ V : T v ∈ B W ( 0 , 1 ) } Since T 0 = 0 , we must have 0 ∈ T − 1 ( B W ( 0 , 1 ) ) . And since these are open sets, we can find r > 0 such that B V ( 0 , r ) ⊂ T − 1 ( B W ( 0 , 1 ) ) .
Now, take C = 2 r . Then r 2 | | v | | V v ∈ B V ( 0 , r )
⟹ T ( r 2 | | v | | V v ) ∈ B W ( 0 , 1 ) Thus, by homogeneity of the norm , we have
| | T ( r 2 | | v | | V v ) | | W < 1 ⟹ | | T v | | W ≤ 2 r | | v | | V
From now on, we will drop the norm subscripts (see Matrix Analysis Lecture 25 ). The appropriate norm should be determined on context
We can then verify. Let f ∈ C ( [ 0 , 1 ] ) then
| T f ( x ) | = | ∫ 0 1 K ( x , y ) f ( y ) d y | ≤ ∫ 0 1 | K ( x , y ) | ⋅ | f ( y ) | d y ≤ ∫ 0 1 | K ( x , y ) | ⋅ | | f | | ∞ d y ≤ ∫ 0 1 | | K ( x , y ) | | ⋅ | | f | | ∞ d y = | | K ( x , y ) | | ⋅ | | f | | ∞ And since this bound holds for all x , it holds for the supremum. Thus
| | T f | | x ≤ | | K | | ∞ | | f | | ∞ Thus we can use C = | | K | | ∞ to show boundedness/continuity.
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 )
The operator norm of an operator T ∈ B ( V , W ) is defined as
| | T | | = sup | | v | | = 1 , v ∈ V | | T v | |
see operator norm
Let's verify that this is indeed a norm
definiteness
Consider the zero operator T v = 0 for all v ∈ V . Then
| | T | | = sup | | v | | = 1 , v ∈ V | | T v | | = sup v ∈ V | | T v | | v | | | | = sup v ∈ V 1 | | v | | | | T v | | = 0 homogeneity
Let c ∈ K . Then
| | c T | | = sup | | v | | = 1 , v ∈ V | | c T v | | = sup | | v | | = 1 , v ∈ V | c | ⋅ | | T v | | = | c | sup | | v | | = 1 , v ∈ V | | T v | | = | c | ⋅ | | T | | triangle inequality
Let T , S ∈ B ( V , W ) . Then
| | T + S | | = sup | | v | | = 1 , v ∈ V | | ( T + S ) v | | = sup | | v | | = 1 , v ∈ V | | T v + S v | | ≤ sup | | v | | = 1 , v ∈ V | | T v | | + | | S v | | ≤ sup | | v | | = 1 , v ∈ V | | T v | | + sup | | v | | = 1 , v ∈ V | | S v | | = | | T | | + | | S | |
Suppose { T n } ⊂ B ( V , W ) is a sequence of bounded linear operator space such that
C = ∑ n | | T n | | < ∞ ie, the sequence is absolutely summable . We want to show that the ∑ n T n is summable.
So define our candidate limit T : V → W as
T v := lim m → ∞ ∑ n = 1 m T n v We now need to show that this is a bounded linear operator .
For all λ 1 , λ 2 ∈ K and v 1 , v 2 ∈ V , we have
T ( λ 1 v 1 + λ 2 v 2 ) = lim m → ∞ ∑ n = 1 m T n ( λ 1 v 1 + λ 2 v 2 ) ( ∗ ) = lim m → ∞ [ λ 1 ∑ n = 1 m T n v 1 + λ 2 ∑ n = 1 m T n v 2 ] = λ 1 T v 1 + λ 2 T v 2
For ( ∗ ) , we did not prove that the sum of the limit is the limit of the sums, but it is the same proof as the case in R replacing absolute value with the appropriate norm instead.
Let v ∈ V . Then
| | T v | | = | | lim m → ∞ ∑ n = 1 m T n v | | = lim m → ∞ | | ∑ n = 1 m T n v | | ( ∗ ) ≤ lim m → ∞ ∑ n = 1 m | | T n v | | ≤ lim m → ∞ ∑ n = 1 m | | T n | | ⋅ | | v | | = | | v | | ∑ n | | T n | | ( ∗ ∗ ) = C | | v | | < ∞ Where ( ∗ ) is by the triangle inequality and ( ∗ ∗ ) is because we assume this series is absolutely summable .
Thus T ∈ B ( V , W )
Now, all we need to show is that T is indeed the limit in the operator norm. ie, that ∑ n = 1 m T n → T as m → ∞ .
Let v ∈ V with | | v | | = 1 . Then
| | T v − ∑ n = 1 m T n v | | = | | lim m ′ → ∞ ∑ n = 1 m T n v − ∑ n = 1 m T n v | | = | | lim m ′ → ∞ ∑ n = m + 1 m ′ T n v | | ≤ lim m ′ → ∞ ∑ n = m m ′ | | T n v | | ( ∗ ) ≤ lim m ′ → ∞ ∑ n = m + 1 m ′ | | T n | | ⋅ | | v | | ( ∗ ∗ ) = lim m ′ → ∞ ∑ n = m + 1 m ′ | | T n | | = ∑ n = m + 1 ∞ | | T n | | ⟹ | | T − ∑ n = 1 m T n | | ≤ ∑ n = m + 1 ∞ | | T n | | → 0 as m → ∞ Where ( ∗ ) is by the triangle inequality and ( ∗ ∗ ) is because | | v | | = 1 . The last line we get because this is the tail of a convergent series that we defined at the beginning.
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 ?
-?-
Show an absolutely summable sequence in B ( V , W ) is summable
Define a candidate limit T
Show that the limit is in B ( V , W ) by showing it is bounded and linear
Show that T is indeed the limit
← Lecture 1 | Lecture 3 →
Created 2025-05-29 Last Modified 2025-06-05