partial order

[[concept]]
Partial Order

A partial order on a set E is a relation E such that

  1. for all eE, ee
  2. for all e,fE, if ef and fe then e=f
  3. for all e,f,gE, if ef and fg, then eg

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