Spectral Gap

Documentation

Lean 4 Proof

def spectralGap (net : ComplementarityNetwork J) : ℝ :=
  sInf ((fun v => laplacianQF net v / vecNormSq J v) ''
    {v : Fin J → ℝ | orthToOne J v ∧ vecNormSq J v > 0})

Dependency Graph

Module Section

CES on Networks: Heterogeneous Pairwise Complementarity