chain

[[concept]]
Chain

If (E,) is a partially ordered set, a chain in E is a set CE if for all e,fC we have either ef or fe

ie we can compare all the elements in the chain C

References

See Also

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
maximal element 2025-10-02
partial order 2025-10-02
upper bound 2025-10-02
Zorn's lemma 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>
}