CES Potential

Documentation

Lean 4 Proof

def cesPotential (J : ℕ) (q T : ℝ) (p : Fin J → ℝ) (ε : Fin J → ℝ) : ℝ :=
  ∑ j : Fin J, p j * ε j - T * tsallisEntropy J q p

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 2: