Documentation

Lean 4 Proof

def powerMean (J : ℕ) (ρ : ℝ) (_hρ : ρ ≠ 0) : AggFun J :=
  fun x => ((1 / J : ℝ) * ∑ j : Fin J, (x j) ^ ρ) ^ (1 / ρ)

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 1: