The full-dimensional model of the standard simplex #
The standard simplex on Option ι naturally lives in the affine hyperplane
whose coordinates sum to one. For measure-theoretic arguments it is more
convenient to delete the coordinate indexed by none. The resulting
full-dimensional simplex consists of the nonnegative vectors whose coordinate
sum is at most one; the deleted coordinate is 1 - ∑ i, x i.
This file records the elementary geometry needed to state the simplex halfspace argument: the simplex, its centroid, and the value at that centroid of the linear functional determined by a coefficient vector.
The centroid of the full-dimensional standard simplex. Its ι
coordinates, as well as the deleted coordinate, all equal
1 / (card ι + 1).
Equations
- Feige.simplexCentroid ι x✝ = (↑(Fintype.card ι) + 1)⁻¹
Instances For
The coordinate box from zero to the centroid is contained in the simplex. It supplies a simple positive-volume subset without requiring the exact volume formula for a simplex.
The linear functional cutting out the simplex halfspace associated to
the coefficient vector y.
Equations
- Feige.simplexLinearForm y x = ∑ i : ι, y i * x i
Instances For
Evaluation of L_y at the centroid.
In the δ = 1 normalization used in §2.2, ∑ i, y i ≥ card ι + 1
means that the centroid lies in the upper halfspace 1 ≤ L_y.