Documentation

Lean 4 Proof

def IsAntisymmetric (A : Fin N → Fin N → ℝ) : Prop :=
  ∀ i j, A i j = -A j i

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 3: