def OnOpenSimplex (J : ℕ) (p : Fin J → ℝ) : Prop := (∀ j, 0 < p j) ∧ ∑ j : Fin J, p j = 1
thesis/CESProofs/Potential/Defs.lean:73
Core definitions for the Lean formalization of Paper 2: