closed graph theorem

[[concept]]

Closed Graph Theorem

If are Banach spaces and is a linear operator, then

NOTE

this may be easier to prove than proving something is a bounded linear operator. Normally, we need to show that sequences have

Proof

Proof Suppose . Let be a sequence in such that and . Then since is continuous. Thus ie is closed.

Proof Define

Note that is a Banach space since is a closed subspace of (which is Banach by the corrolary above)

Further, we have and (we can see it is bounded by the norm of as we defined above, which must also be bounded)

is one-to-one and onto (bijective). Thus is also a bounded linear operator

And so is the composition of two bounded linear operators, and is thus itself a bounded linear operator.

ie

NOTE

closed graph theorem open mapping theorem

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