def tradeCouplingMatrix (a : Fin N → Fin N → ℝ) : Fin N → Fin N → ℝ := fun n m => a n m - a m n
thesis/CESProofs/Dynamics/Defs.lean:171
Core definitions for the Lean formalization of Paper 3: