Documentation

LeanPool.CencovPetz.RationalPoint

CencovPetz.RationalPoint #

Common-denominator (“rational”) points of the finite open simplex.

The classical finite Čencov/Chentsov argument typically proves the scalar-multiple claim first at the uniform point, then extends it to a dense family of points with rational coordinates by a fiberwise splitting construction.

This file packages the notion of a common-denominator point and relates it to Simplex.IsSplitRepresentable.

Main definitions #

Main results #

A simplex point whose coordinates have a finite common-denominator representation p(a) = m(a) / (∑ m) for some strictly positive m : α → ℕ.

Equations
  • p.IsRational = ∃ (m : α), (∀ (a : α), 0 < m a) ∀ (a : α), p.p a = (m a) / (∑ a : α, m a)
Instances For