def IsHomogDeg (J : ℕ) (F : AggFun J) (γ : ℝ) : Prop := ∀ (x : Fin J → ℝ) (c : ℝ), c > 0 → F (fun j => c * x j) = c ^ γ * F x
thesis/CESProofs/Foundations/Defs.lean:96
Core definitions for the Lean formalization of Paper 1: