Probabilistic exponential concentration #
The engine behind exponential concentration of quantum kernels (Thanasilp et al. 2022):
a [0,1]-valued random variable with an exponentially small mean has an exponentially
small variance, and hence (by Chebyshev) concentrates exponentially around its mean.
Quantum-free; built on Mathlib's variance and Chebyshev inequality.
For a [0,1]-valued random variable on a probability space, the variance is at most
the mean (since X² ≤ X).
Probabilistic exponential concentration of a family of random variables
X n : Ω n → ℝ (each on a probability space μ n): the probability of deviating from
the mean by δ is at most C / (bⁿ δ²) for some b > 1.
Equations
- One or more equations did not get rendered due to their size.
Instances For
An exponentially small variance gives probabilistic exponential concentration
(Chebyshev applied uniformly in n).
A [0,1]-valued family with exponentially small mean concentrates exponentially.
Under exponential concentration, the deviation probability vanishes as n → ∞
(for each fixed δ > 0): the landscape becomes flat and a polynomial shot budget cannot
resolve the kernel.