Is Scale Consistent

Documentation

Lean 4 Proof

def IsScaleConsistent (J : ℕ) (F : AggFun J) : Prop :=
  ∀ (m k : ℕ) (_ : J = m * k) (x : Fin J → ℝ), F x = F x

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 1: