def qLog (q x : ℝ) : ℝ := if q = 1 then Real.log x else (x ^ (1 - q) - 1) / (1 - q)
thesis/CESProofs/Potential/Defs.lean:26
Core definitions for the Lean formalization of Paper 2: