Documentation

Lean 4 Proof

def IsHomogDeg (J : ℕ) (F : AggFun J) (γ : ℝ) : Prop :=
  ∀ (x : Fin J → ℝ) (c : ℝ), c > 0 → F (fun j => c * x j) = c ^ γ * F x

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 1: