Davis-Kahan Theorem
[[concept]]
Let
Where
Call the first interior min

If
Let
This is good because from lecture 15, we know that if
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 though we look at
- 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
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>
}