Tsallis Shannon Limit

Documentation

Lean 4 Proof

theorem tsallis_shannon_limit (J : ℕ) (p : Fin J → ℝ) (_hp : OnOpenSimplex J p) :
    tsallisEntropy J 1 p = -∑ j : Fin J, p j * Real.log (p j) := by
  simp [tsallisEntropy]

Dependency Graph

Module Section

Theorem 2: Tsallis Uniqueness (Paper 2, Section 3.1)