convergence in L-p implies convergence in cut norm

[[concept]]

Theorem

Let . Then And convergence for implies convergence in the cut norm

Proof

Easy to see (1) from the definition of the cut norm:

cut norm (kernels) be a kernel in . Its cut norm is defined as $\lvert \lvert W \rvert \rvert_{\square} = \sup_{S,T \subseteq [0,1]} \left|\int \int _{S\times T} W(u,v), du , dv \right|$$

Let

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

TABLE
FROM [[]]
 
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
 
WHERE !direct_source
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>
}