Zorn's lemma
[[concept]]
Zorn's Lemma
If every chain in a nonempty, partially ordered set
Without Proof
Note
- We take this as an axiom of set theory and it can be used to prove the Axiom of Choice
- We can also show that every vector space has a Hamel basis
Mentions
Mentions
| File | Last Modified |
|---|---|
| every vector space has a hamel basis | 2025-10-02 |
| Functional Analysis Lecture 4 | 2025-10-02 |
| Functional Analysis Lecture 5 | 2025-10-02 |
| Hahn-Banach theorem | 2025-10-02 |
| we can always extend functions on subspaces | 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>
}