Documentation

Atlas.ProbabilisticMethodsInCombinatorics.code.Chapter9.Talagrand953

def Talagrand.hypercube (n : ) :
Set (Fin n)

The discrete hypercube $\{0, 1\}^n$, viewed as a subset of $\mathbb{R}^n$: vectors whose every coordinate is $0$ or $1$.

Instances For
    noncomputable def Talagrand.euclideanDist {n : } (x y : Fin n) :

    The standard Euclidean distance $\|x - y\|_2 = \sqrt{\sum_i (x_i - y_i)^{2}}$ on $\mathbb{R}^n$.

    Instances For
      noncomputable def Talagrand.euclideanInfDist {n : } (x : Fin n) (A : Set (Fin n)) :

      The Euclidean distance from a point $x \in \mathbb{R}^n$ to a set $A$: the infimum of $\|x - a\|_2$ over $a \in A$.

      Instances For
        theorem Talagrand.talagrand_953 {n : } (μ : MeasureTheory.Measure (Fin n)) [MeasureTheory.IsProbabilityMeasure μ] (hsupp : μ (hypercube n) = 0) (hunif : xhypercube n, μ {x} = 1 / 2 ^ n) (A : Set (Fin n)) (hA : Convex A) (t : ) (ht : 0 t) :
        (μ A).toReal * (μ {x : Fin n | t euclideanInfDist x A}).toReal Real.exp (-t ^ 2 / 4)

        Talagrand's convex distance inequality (Theorem 9.5.3). If $x$ is uniformly distributed on the discrete hypercube $\{0, 1\}^n$ and $A \subseteq \mathbb{R}^n$ is any convex set, then $\mathbb{P}(x \in A) \cdot \mathbb{P}\!\big(\operatorname{dist}(x, A) \ge t\big) \le \exp(-t^{2}/4)$ for every $t \ge 0$.