Documentation

LeanPool.Feige.Reduction

Reduction from exact calibration to Feige's inequality #

This file formalizes the reduction in §2.2 at δ = 1. The calibration theorem and the deterministic simplex bridge are exposed as separate hypotheses. The result here is the shift, bad-event inclusion, and complement argument in the proof of Theorem 1.1.

def Feige.LargeSumBridge {n : } (K : (Fin n)) :

Abstract form of the δ = 1 geometric estimate in §2.2: a nonnegative vector with ordinary sum at least n + 1 has Dirichlet statistic at most 1 - bₙ,₁.

Equations
Instances For

    A candidate lower bound for the fixed-dimensional unit-slack Feige inequality, quantified over all admissible probability spaces and random variables.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      noncomputable def Feige.shifted {Ω : Type u_1} [MeasurableSpace Ω] (μ : MeasureTheory.Measure Ω) {n : } (X : Fin nΩ) (i : Fin n) (ω : Ω) :

      The shifted variables Yᵢ = Xᵢ + 1 - E Xᵢ used in the proof of Theorem 1.1 in §2.2.

      Equations
      Instances For
        theorem Feige.sharp_feige_of_calibration_and_largeSumBridge {Ω : Type u_1} [MeasurableSpace Ω] (μ : MeasureTheory.Measure Ω) [MeasureTheory.IsProbabilityMeasure μ] {n : } (K : (Fin n)) (hcal : CalibrationProperty μ K) (hbridge : LargeSumBridge K) (X : Fin nΩ) (hX_meas : ∀ (i : Fin n), Measurable (X i)) (hX_int : ∀ (i : Fin n), MeasureTheory.Integrable (X i) μ) (hX_indep : ProbabilityTheory.iIndepFun X μ) (hX_nonneg : ∀ (i : Fin n) (ω : Ω), 0 X i ω) (hX_mean : ∀ (i : Fin n), (ω : Ω), X i ω μ 1) :
        sharpConstant n μ.real {ω : Ω | i : Fin n, X i ω < (ω' : Ω), i : Fin n, X i ω' μ + 1}

        The δ = 1 reduction in §2.2: exact calibration and the deterministic bridge imply the sharp fixed-dimensional bound for the strict event ∑ Xᵢ < E(∑ Xᵢ) + 1.

        The two structural inputs imply that sharpConstant n is a valid fixed-dimensional lower bound.