continuous map

[[concept]]
Continuous

Recall that T:VW (a map) is continuous on V if for all vV and for all sequences {vn} with vnv, then TvnTv.

Or, equivalently,

For all open UW, the set

T1(U)={vV|TvU}V

is open in V.

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