Scalar Bernoulli polynomial helpers for pasting #
Purely scalar inequalities used by the matrix Chernoff comparison.
Scalar Bernoulli tail polynomial
F(p) = ∑_{r=degree+1}^k C(k,r) p^r (1-p)^{k-r} from
lem:chernoff-bernoulli-matrix.
Equations
Instances For
theorem
MIPStarRE.LDT.Pasting.bernoulliTailLowerAffine_le_scalarBernoulliTail
(theta : Error)
(k degree : ℕ)
(hθ0 : 0 < theta)
(hθ1 : theta < 1)
(hk : 2 * ↑degree / theta ≤ ↑k)
{p : Error}
(hp0 : 0 ≤ p)
(hp1 : p ≤ 1)
:
bernoulliTailLowerAffine theta (Real.exp (-(theta ^ 2 * ↑k) / 2)) p ≤ scalarBernoulliTail k degree p
Pointwise lower bound on [0,1] combining the scalar Hoeffding estimate with
k ≥ 2d/θ.