Finite concentration inequalities #
The upper-bound proof only uses uniform probability on finite sample spaces. This file proves the finite Markov/Chernoff mechanism in that setting, with real-valued expectations so that exponential moment bounds can be stated directly.
Uniform probability of an event on a finite sample space, as a real number.
Equations
Instances For
Uniform expectation of a real-valued random variable on a finite sample space.
Equations
- PebblingLean.FiniteProbability.uniformExpectationReal X = (∑ ω : Ω, X ω) / ↑(Fintype.card Ω)
Instances For
Finite Markov inequality for uniform probability. The event is allowed to
be any predicate implied by a ≤ X.
Chernoff's exponential-moment step for a lower tail, proved here as
Markov's inequality applied to exp(λ(T - X)).
A scalar lower bound for 1 - exp(-x) that follows from 1 + x ≤ exp x.
This is the elementary replacement for the usual Taylor estimate in the
bounded-nonnegative Chernoff optimization.
Algebraic optimization for the chord-based bounded-nonnegative Chernoff
bound. If mu exceeds the threshold T by gap, then the choice
λ = gap/(2 B mu) gives the usual quadratic exponent.