Documentation

LeanPool.Feige.Sharpness

The fixed-dimensional extremal example #

This file formalizes the sharpness construction from §1.2 at δ = 1. The sample space is (Fin n → Fin (n + 1)), with its uniform law. Coordinate i is n + 1 when the ith digit is zero, and is zero otherwise. Thus every coordinate has the two-point law used in the proof outline.

@[reducible, inline]

The finite product sample space for the sharpness example.

Equations
Instances For
    noncomputable def Feige.extremalMarginal (n : ) :

    The uniform probability measure on the extremal sample space.

    Equations
    Instances For

      The product of the uniform one-coordinate measures.

      Equations
      Instances For
        noncomputable def Feige.extremalX (n : ) (i : Fin n) (ω : ExtremalSpace n) :

        The ith coordinate of the δ = 1 sharpness construction in §1.2.

        Equations
        Instances For
          noncomputable def Feige.extremalSum (n : ) (ω : ExtremalSpace n) :

          The sum of all coordinates in the sharpness construction.

          Equations
          Instances For
            def Feige.allLowEmbedding (n : ) :
            (Fin nFin n)ExtremalSpace n

            Embed the n nonzero digits into the n + 1 possible digits.

            Equations
            Instances For

              The good event consists precisely of choices with no zero digit.

              Equations
              Instances For
                theorem Feige.mem_extremalGood_iff (n : ) (ω : ExtremalSpace n) :
                ω extremalGood n ∀ (i : Fin n), ω i 0
                @[simp]
                theorem Feige.extremalX_eq_zero_iff (n : ) (i : Fin n) (ω : ExtremalSpace n) :
                extremalX n i ω = 0 ω i 0
                theorem Feige.extremalX_nonneg (n : ) (i : Fin n) (ω : ExtremalSpace n) :
                0 extremalX n i ω
                theorem Feige.extremalMarginal_mean (n : ) :
                (x : Fin (n + 1)), if x = 0 then n + 1 else 0 extremalMarginal n = 1
                theorem Feige.extremalSum_lt_iff (n : ) (ω : ExtremalSpace n) :
                extremalSum n ω < n + 1 ω extremalGood n

                Because the threshold is strict, the good event occurs exactly when all coordinates vanish.

                The probability of the strict good event in the extremal construction is exactly the fixed-dimensional constant cₙ.

                Under the uniform product model from the sharpness paragraph in §1.2, the strict threshold event has probability exactly bₙ,₁.

                The threshold in the sharpness example is exactly E Sₙ + 1 = n + 1.

                The full sharpness statement, with the threshold written in the form used in Feige's inequality.

                The sharpness construction in §1.2 proves that no fixed-dimensional unit-slack lower bound can exceed sharpConstant n.

                A lower bound is optimal when every other valid lower bound is no larger.

                Equations
                Instances For

                  Conditional on exact calibration and the deterministic bridge, the paper's unit-slack constant is not only valid but optimal; the sharpness construction in §1.2 supplies the reverse extremal statement.