Documentation

Lean 4 Proof

def IsSymmetric (J : ℕ) (F : AggFun J) : Prop :=
  ∀ (x : Fin J → ℝ) (σ : Equiv.Perm (Fin J)), F (x ∘ σ) = F x

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 1: