On Open Simplex

Documentation

Lean 4 Proof

def OnOpenSimplex (J : ℕ) (p : Fin J → ℝ) : Prop :=
  (∀ j, 0 < p j) ∧ ∑ j : Fin J, p j = 1

Dependency Graph

Module Section

Core definitions for the Lean formalization of Paper 2: