Davis-Kahan Theorem

[[concept]]

Theorem (Davis-Kahan)

Let and be self-adjoint Hilbert-Schmidt operators with eigenspectra () and respectively ordered by eigenvalue magnitude. Then Where is the operator norm and is defined as Call the first interior min and the second

Example

corresponds to the minimum “eigengap” for the closest eigenvalue for eigenvalue in its own spectrum.

NOTE

If is large, then this is OK for fast convergence. But if this is small, then we also need small to get fast convergence.

  • Process into its own note? edit

Let . We can use the Davis-Kahan Theorem with (the limiting graphon shift operator) and (induced graphon shift operator). This is good because from lecture 15, we know that if converges to in the cut norm, then converges to in (cut norm Convergence in the cut norm implies convergence in L2). Thus we have convergence in the numerator!

Does this mean everything is OK?

  • No! The denominator might vanish as since we have from the second part of the spectral theorem for self-adjoint compact operators on Hilbert spaces
    • even though we look at and converge to different values (and therefore ), it still might not work.
  • Even if we have eigenvalue convergence, this convergence is not necessarily uniform. (recall the difference between convergence and uniform convergence) because the graphon eigenvalues accumulate at 0.

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
SORT file.name ASC
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>
}