Documentation

Atlas.ProbabilisticMethodsInCombinatorics.code.Chapter9.TSPConcentration

@[reducible, inline]

A point in the plane $\mathbb{R}^2$, represented as a function $\mathrm{Fin}\,2 \to \mathbb{R}$.

Instances For

    The unit square $[0,1]^2 \subseteq \mathbb{R}^2$.

    Instances For
      noncomputable def RheeTalagrand.tspTourLength (n : ) (points : Fin nPoint) :

      The TSP tour length $L_n$: the infimum over permutations $σ$ of $\mathrm{Fin}\,n$ of $\sum_i \mathrm{dist}(\mathit{points}_{σ(i)}, \mathit{points}_{σ(i+1 \bmod n)})$. Returns $0$ when $n = 0$.

      Instances For

        The measure $μ$ on $(\mathbb{R}^2)^n$ corresponds to $n$ i.i.d.\ uniformly random points in the unit square.

        Instances For
          noncomputable def RheeTalagrand.tspTourLengthOnUnitSquare (n : ) (x : Fin nunitSquare) :

          TSP tour length specialized to points in the unit square, viewed as a function of the subtype-valued configuration $x : \mathrm{Fin}\,n \to \mathit{unitSquare}$.

          Instances For

            Lemma 9.6.11: the TSP tour length on the unit square admits weighted certificates with a uniform constant $K > 0$, allowing Talagrand's weighted certificates inequality to be applied to $L_n$.

            theorem RheeTalagrand.rhee_talagrand_1989 :
            ∃ (c : ), 0 < c ∀ (n : ), 1 n∀ (μ : MeasureTheory.Measure (Fin nPoint)), IsIIDUniformUnitSquare n μMeasureTheory.IsProbabilityMeasure μ∀ (t : ), 0 < tμ {x : Fin nPoint | t |tspTourLength n x - (y : Fin nPoint), tspTourLength n y μ|} ENNReal.ofReal (Real.exp (-c * t ^ 2))

            Theorem 9.6.3 (Rhee–Talagrand 1989): for $n$ i.i.d.\ uniform points in the unit square, the TSP tour length $L_n$ is $O(1)$-sub-Gaussian about its mean, i.e.\ there exists $c > 0$ such that for all $t > 0$, $\mu(\{x : |L_n(x) - \mathbb{E} L_n| \geq t\}) \leq e^{-c t^2}$.