Uniform measure and halfspace statistic on the simplex #
This file equips the full-dimensional simplex with normalized Lebesgue
measure. It also isolates the α = 0 centroid-halfspace statement used in
the δ = 1 specialization of §2.2. Everything after that geometric input,
including the strict-boundary/complement step, is proved here.
noncomputable def
Feige.simplexRestrictedVolume
(ι : Type u_2)
[Fintype ι]
:
MeasureTheory.Measure (ι → ℝ)
Lebesgue measure restricted to the full-dimensional simplex.
Equations
Instances For
noncomputable def
Feige.simplexUniformMeasure
(ι : Type u_2)
[Fintype ι]
:
MeasureTheory.Measure (ι → ℝ)
Uniform probability measure on the full-dimensional standard simplex.
Equations
Instances For
theorem
Feige.simplexUniformMeasure_apply
{ι : Type u_1}
[Fintype ι]
{s : Set (ι → ℝ)}
(hs : MeasurableSet s)
:
(simplexUniformMeasure ι) s = (MeasureTheory.volume (fullSimplex ι))⁻¹ * MeasureTheory.volume (s ∩ fullSimplex ι)
The simplex form of the Dirichlet statistic Kₙ in (2.1).
Equations
- Feige.simplexK y = (Feige.simplexUniformMeasure ι).real {x : ι → ℝ | Feige.simplexLinearForm y x ≤ 1}
Instances For
theorem
Feige.measurableSet_simplexK_event
{ι : Type u_1}
[Fintype ι]
(y : ι → ℝ)
:
MeasurableSet {x : ι → ℝ | simplexLinearForm y x ≤ 1}
theorem
Feige.simplex_largeSumBridge
{ι : Type u_1}
[Fintype ι]
(hcentroid : SimplexCentroidHalfspaceProperty)
(y : ι → ℝ)
:
(∀ (i : ι), 0 ≤ y i) → ↑(Fintype.card ι) + 1 ≤ ∑ i : ι, y i → simplexK y ≤ 1 - sharpConstant (Fintype.card ι)
Specialized Grünbaum immediately gives the deterministic large-sum bridge for the simplex statistic.