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