[[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 is a linear function on NLS and our theorem/definition for continuity for linear functions - ie, if then is continuous. And further, the least such bound is a lipschitz constant. ie, continuous linear functions are lipschitz continuous.
Example
is a linear operator.
Let . This satisfies the conditions of the norm:
- positive unless is uniformly 0
- any scalar comes out with an absolute value around it
- satisfies the triangle inequality
Unfortunately, this is not continuous. Take . Then suppose we have some such that . But then and so is unbounded.
Operator Norm
Let be NLS. Let be a linear function. If is continuous, then the operator norm of is defined as
(see operator norm)
Note: The Operator Norm is indeed a Norm
Let be NLS and suppose that both linear, and . Define function . Then for all , we have that ie we calculate the output of these functions pointwise.
is linear (just think about it).
And if are also continuous then
- function
ie, the operator norm can create a normed linear space on the space of continuous linear functions. 🤯
, then there exists fomr such that . Then . Thus the must be greater than 0.
(1) If
(2) where we can take out by homogeneity of ‘s norm
(3) note that
\sup_{x \neq 0} \frac{\lvert \lvert [T+S ](x)\rvert \rvert }{\lvert \lvert x \rvert \rvert } \leq \sup_{x \neq 0} \frac{\lvert \lvert T(x)\rvert \rvert + \lvert \lvert S(x) \rvert \rvert }{\lvert \lvert x \rvert \rvert } \\ & \leq \sup_{x \neq 0} \frac{\lvert \lvert T(x)\rvert \rvert }{\lvert \lvert x \rvert \rvert } + \sup_{x \neq 0} \frac{\lvert \lvert S(x)\rvert \rvert }{\lvert \lvert x \rvert \rvert } \end{aligned}$$
Continuous Linear Function Space
Let be NLS. Then define as the normed linear space whose elements are continuous linear functions , and whose norm is the operator norm.
Dual Space
Let be a NLS. Then of continuous linear functionals is called the dual space
(see dual space)
Observations
- If , then for all we have . This result is trivial by definition of the operator norm
- If and then . And (careful, each of these norms are different!).
- Since for all by the above result (1). But then we can see that - and since are continuous this is bounded (since this holds for any ). And also,
Note
Suppose and thought of as functions "" and "" both from . Suppose is associated with function "" from . Then and "" is "" + "" is .
Theorem
Suppose are NLS where . Then is continuous.
Proof
First,
- Let be a basis for . Let be defined as such: , there exist unique coefficients such that . Let (ie, the norm on the column vector space, which is the same as the vector space).
- Let .
- And let be such that for all we have (by norm equivalence).
Then for all , say such that , then
\lvert \lvert Tx \rvert \rvert_{w} &= \left\lvert \left\lvert T \sum \beta_{i} b_{i} \right\rvert \right\rvert _{W}\\ &= \left\lvert \left\lvert \sum \beta_{i} T b \right\rvert \right\rvert _{W} \\ &\leq \sum \beta_{i}\lvert \lvert T b_{i} \rvert \rvert_{W} \\ & \leq \sum_{i=1}^n \lvert \beta_{i} \rvert E \\ &= \lvert \lvert x \rvert \rvert ' E \\ \leq ME \lvert \lvert x \rvert \rvert _{v} \end{aligned}$$ So we can see that $\frac{\lvert \lvert Tx \rvert \rvert_{W}}{\lvert \lvert x \rvert \rvert_{W}} \leq ME$ ie $T$ is [[Concept Wiki/continuity for linear functions\|continuous]](see linear functions with finite dimensional domain are continuous)
Next time: thinking about norms and things for continuous linear spaces