Oscillation Energy

Documentation

Lean 4 Proof

def oscillationEnergy (H : Fin N → ℝ) (ξ : Fin N → ℝ) : ℝ :=
  (1 / 2 : ℝ) * ∑ n : Fin N, H n * ξ n ^ 2

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 3: