maximal element

[[concept]]
Maximal Element

A maximal element of E is an element e such that if fE and efef

And the analagous definition for a minimal element

References

See Also

Mentions

Mentions

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