closed subspaces of banach spaces are banach
[[concept]]
Theorem
A subspace
Proof
Exercise
The Proof is left as an exercise
Mentions
Mentions
| File | Last Modified |
|---|---|
| Functional Analysis Lecture 3 | 2025-10-02 |
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>
}