Documentation

Lean 4 Proof

def irsCES (J : ℕ) (ρ γ : ℝ) : (Fin J → ℝ) → ℝ :=
  fun x => ((1 / J : ℝ) * ∑ j : Fin J, (x j) ^ ρ) ^ (γ / ρ)

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 1: