uniform boundedness theorem

[[concept]]

Uniform Boundedness Theorem

Let be a vector space, be a {==1||Banach space==}, and a sequence in . Then if for all we have {==2||} (ie the sequence is {2||pointwise bounded}) then we have {3||} (ie the {3||operator norms are bounded==})

Proof

For all , define Then each set is closed because if and then we have . And for all we have since each of the operators are continuous. And because , so must be closed.

Now, we also have because for any , there is no such that .

So LHS is complete because it is a closed subset of , and so by Baire’s Theorem, one of the must contain an open ball .

Thus for any , we have that so

Then since both , we have

\sup_{n} \lvert \lvert T_{n}b \rvert \rvert &= \sup_{n} \lvert \lvert -T_{n}b_{0} + T_{n}(b_{0}+b)\rvert \rvert \\ &\leq \sup_{n} \lvert \lvert T_{n}b_{0} \rvert \rvert + \sup_{n} \lvert \lvert T_{n}(b_{0}+b) \rvert \rvert \\ &\leq k +k \end{align}$$ Thus, rescaling, we have for any $n \in \mathbb{N}$ and all $b \in B$ with $\lvert \lvert b \rvert \rvert = 1$, we have $$\left\lvert \left\lvert T_{n}\left( \frac{\delta_{0}}{2}b \right) \right\rvert \right\rvert \leq 2k \implies \lvert \lvert T_{n}b \rvert \rvert \leq 4k$$ ie the [[Concept Wiki/operator norm]] of $T_{n}$ is bounded for all $n$, and therefore its $\sup$ is bounded as well. $$\tag*{$\blacksquare$}$$

References

functional

Mentions

Mentions

TABLE file.mday as "Last Modified"
FROM [[]]
 
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
 
WHERE !direct_source
SORT file.mday ASC
SORT file.name ASC
const { dateTime } = await cJS()
 
return function View() {
	const file = dc.useCurrentFile();
	return <p class="dv-modified">Created {dateTime.getCreated(file)}     ֍     Last Modified {dateTime.getLastMod(file)}</p>
}