convergence in L-p implies convergence in cut norm
[[concept]]
Theorem
Proof
Easy to see (1) from the definition of the cut norm:
This is computing the L-1 norm restricted to a subset of the nodes, so
. (2) and (3) are a common result from functional analysis, and (4) is because of the selected codomain for
. Convergence in the cut norm follows immediately from this hierarchy.
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>
}