open mapping theorem

[[concept]]

Open Mapping Theorem

Let be two Banach spaces and let be surjective. Then is an open map.

ie for all open subsets , we have is open.

Proof

, then contains an open ball in centered at . Then, since is linear, we can scale everything properly to show that for any open, there exists such that

We will first prove that if

Showing that the closure of the image contains an open ball surjective means everything in gets mapped to by something in ie

So by the Baire Category Theorem, there exists some such that contains an open ball.

Now, since is a linear operator, contains an open ball. ie, contains an open ball. Equivalently, there exists some and such that .

ie, we can pick some such that such that

here to make some calculations easier later

we choose

Then If , then And this means

v =-T\left( \frac{u_{1}}{2} \right) + \frac{1}{2}(2v + v_{1}) &\in -T\left( \frac{u_{1}}{2} \right) +\overline{T\left( B\left( 0, \frac{1}{2} \right) \right)} \\ &= \overline{T\underbrace{\left( -\frac{u_{1}}{2} + B\left( 0, \frac{1}{2} \right) \right)}_{\subset B(0,1) \text{ since } u_{1} \in B(0, 1)}}\\ &\subset \overline{T(B(0,1))} \\ \end{align}

ie, (in ), we have . This implies that for all

Now we prove that .

Showing that the image contains an open ball

Let . Then . This implies there exists some such that

ie, there is some such that continuing in this manner, we obtain a sequence such that

The series is absolutely summable (since the norm of the sums are bounded). And since is Banach, this means there exists some such that

Further, by the triangle inequality, we have And we can bound this And since is a bounded linear operator (and thus continuous), we have ie, . Thus in .

Thus, if was an interior point of in the domain, then it is still an interior point in the image of .

Generalizing to any open set is open and . Then there exists some such that . And, from above, there exists some such that . ie

Suppose

B(b_{2}, \epsilon\delta) &= b_{2}+\epsilon B(0, \delta) \\ &\subset b_{2} + \epsilon T(B(0, 1)) \\ &= T(b_{1}) + \epsilon T(B(0, 1)) \\ &= T(b_{1} + \epsilon B(0, 1)) \\ &= T(b_{1} + B(0, \epsilon)) \\ &\subset T(U) \end{align}$$ Since $b_{1}+B(0, \epsilon)$ is contained in $U$. Thus we've found a ball around any $b_{2} \in T(U)$.

\tag*{$\blacksquare$}

NOTE

closed graph theorem open mapping theorem

References

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