Is Near Decomposable

Documentation

Lean 4 Proof

def isNearDecomposable (net : ComplementarityNetwork J)
    (P : HierarchicalPartition J N) (ε : ℝ) : Prop :=
  ∀ j k : Fin J, P.level j ≠ P.level k → net.w j k ≤ ε

Dependency Graph

Module Section

Endogenous Hierarchy: Network CES ↔ Spectral Hierarchy Bridge