Lean 4 Proof

def symPart (A : Fin N → Fin N → ℝ) : Fin N → Fin N → ℝ :=
  fun i j => (A i j + A j i) / 2

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 3: