maximal element
[[concept]]
Maximal Element
A maximal element of
And the analagous definition for a minimal element
References
See Also
Mentions
Mentions
| File | Last Modified |
|---|---|
| chain | 2025-11-09 |
| every vector space has a hamel basis | 2025-11-09 |
| Functional Analysis Lecture 4 | 2025-11-09 |
| Functional Analysis Lecture 5 | 2025-11-09 |
| Hahn-Banach theorem | 2025-11-09 |
| partial order | 2025-11-09 |
| upper bound | 2025-11-09 |
| we can always extend functions on subspaces | 2025-11-09 |
| Zorn's lemma | 2025-11-09 |
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>
}