Basic interface to the Grünbaum formalization #
This file registers the first, purely measure-theoretic part of the bridge
between the coordinate-function model used by Feige and Mathlib's
EuclideanSpace model used by Grunbaum.
The canonical passage from coordinate functions to Euclidean space.
Equations
Instances For
@[simp]
The two projects use exactly the same standard simplex, modulo the
canonical PiLp.toLp wrapper.
Lebesgue volume of the simplex is unchanged by the canonical coordinate-function/Euclidean-space identification.
theorem
Feige.volume_simplexSet_inter_eq_volume_fullSimplex_inter_preimage
(n : ℕ)
{A : Set (Grunbaum.SimplexE n)}
(hA : MeasurableSet A)
:
MeasureTheory.volume (Grunbaum.simplexSet n ∩ A) = MeasureTheory.volume (fullSimplex (Fin n) ∩ simplexToEuclidean n ⁻¹' A)
Transport of intersections with the standard simplex. This is the form needed to compare the two normalized halfspace-volume ratios.