Documentation

Lean 4 Proof

def IsPowerMean (J : ℕ) (F : AggFun J) : Prop :=
  ∃ (ρ : ℝ) (hρ : ρ ≠ 0), F = powerMean J ρ hρ

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 1: