def IsSymmetricMatrix (R : Fin N → Fin N → ℝ) : Prop := ∀ i j, R i j = R j i
thesis/CESProofs/Dynamics/Defs.lean:113
Core definitions for the Lean formalization of Paper 3: