Banach space

[[concept]]
Banach Space

A normed space is a Banach space if it is complete with respect to the metric induced by the norm.

ie, Cauchy sequences in the space converge in the space.

Example

Q is not complete, but R is. Rn,Cn are complete wrt any of the ||||p norms.

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