bounded linear operator space is banach

[[concept]]

Theorem

Let and be normed spaces. If is a Banach space, then the bounded linear operator space 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 is a sequence of bounded linear operator space such that ie, the sequence is absolutely summable. We want to show that the is summable.

So define our candidate limit as We now need to show that this is a bounded linear operator.

Thus

Thus the bounded linear operator space is Banach \tag*{$\blacksquare$}

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>
}