Documentation

Lean 4 Proof

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

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 1: