Documentation

LeanPool.Feige.SimplexMeasure

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 ι] :

Lebesgue measure restricted to the full-dimensional simplex.

Equations
Instances For
    noncomputable def Feige.simplexUniformMeasure (ι : Type u_2) [Fintype ι] :

    Uniform probability measure on the full-dimensional standard simplex.

    Equations
    Instances For
      noncomputable def Feige.simplexK {ι : Type u_1} [Fintype ι] (y : ι) :

      The simplex form of the Dirichlet statistic Kₙ in (2.1).

      Equations
      Instances For
        theorem Feige.simplexK_nonneg {ι : Type u_1} [Fintype ι] (y : ι) :
        theorem Feige.simplexK_le_one {ι : Type u_1} [Fintype ι] (y : ι) :

        The precise α = 0 simplex centroid-halfspace conclusion used by the δ = 1 geometric estimate in §2.2.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          theorem Feige.simplex_upper_compl {ι : Type u_1} [Fintype ι] (y : ι) :
          {x : ι | 1 < simplexLinearForm y x} = {x : ι | simplexLinearForm y x 1}

          The strict upper halfspace and the closed sublevel event are complements.

          theorem Feige.simplex_largeSumBridge {ι : Type u_1} [Fintype ι] (hcentroid : SimplexCentroidHalfspaceProperty) (y : ι) :
          (∀ (i : ι), 0 y i)(Fintype.card ι) + 1 i : ι, y isimplexK y 1 - sharpConstant (Fintype.card ι)

          Specialized Grünbaum immediately gives the deterministic large-sum bridge for the simplex statistic.