Theorem Statement
Assumptions
- finite independent family
- each variable is almost surely bounded in an interval
- epsilon >= 0
Proof Sketch
Center each bounded variable, apply Hoeffding's lemma to each MGF, multiply MGFs by independence, and optimize the Chernoff parameter. The width terms add as .
Proof Obligations
Independent bounded centered summands
assumptionVerify each summand is bounded in its stated interval and the centered variables are independent before multiplying MGFs.
Adaptive or dependent sampling invalidates the product-MGF proof step and needs martingale-style conditions instead.
- source
- wainwright-2019:prop2.5
- diagnostic
- question:easy-apply-independence-029
MGF product before Chernoff optimization
proof stepApply Hoeffding's lemma to each summand, multiply the bounds by independence, and then optimize the Chernoff parameter.
Optimizing a tail parameter before establishing the summed MGF bound hides the independence assumption.
- source
- wainwright-2019:prop2.5
One-sided centered finite-sum scope
boundaryThis trail covers the one-sided centered finite-sum theorem; average-form, iid, and two-sided wrappers need separate claim statements.
Collapsing all Hoeffding variants into one trail can create false source and Lean coverage claims.
- diagnostic
- question:logic-ml-foundations-030
Adaptive data needs martingale concentration
boundaryBefore applying finite-sum Hoeffding, verify the summands are independent; learner-history or adaptive sampling should route to martingale concentration instead.
Using iid Hoeffding on adaptive diagnostic data can make uncertainty estimates look much sharper than the assumptions allow.
- source
- wainwright-2019:prop2.5
- diagnostic
- question:easy-apply-independence-029
Source Locators
High-Dimensional Statistics (2019)
proofChapter 2 — Basic tail and concentration bounds
wainwright-2019:ch2
- kind
- chapter
- review
- reviewed / A
- extract
- manual
Chapter-level canonical support for bounded-variable Hoeffding bounds derived from sub-Gaussian MGF control.
High-Dimensional Statistics (2019)
proofProposition 2.5 — Hoeffding bound
wainwright-2019:prop2.5
- kind
- proposition
- review
- reviewed / A
- extract
- manual
- number
- 2.5
Anchor: Hoeffding bound
Reviewed proposition-level support for the bounded-variable Hoeffding bound used by the finite-sum trail.
Curated Trace
- 1Bounded to sub-Gaussianupstream lemma
Each centered bounded summand receives an MGF upper bound.
Checkpoint
Check the interval width for every summand.
- 2Independence productaggregation
Independence lets the MGF of the sum factor into a product.
Checkpoint
This is the exact assumption that adaptive sampling breaks.
- 3Optimize lambdatail conversion
Chernoff's method converts the summed MGF bound into a probability bound.
Checkpoint
The exponent must scale as epsilon squared divided by summed widths.
- 4Finite-sum Hoeffdingtheorem
The proof chain yields the one-sided centered finite-sum statement.
Checkpoint
Two-sided and average-form variants require separate wrappers.
Failure Modes
One-sided centered finite-sum scope
This trail covers the one-sided centered finite-sum theorem; average-form, iid, and two-sided wrappers need separate claim statements.
Risk: Collapsing all Hoeffding variants into one trail can create false source and Lean coverage claims.
Check: This trail covers the one-sided centered finite-sum theorem; average-form, iid, and two-sided wrappers need separate claim statements.
- source
- wainwright-2019:ch2
- diagnostic
- question:logic-ml-foundations-030
Adaptive data needs martingale concentration
Before applying finite-sum Hoeffding, verify the summands are independent; learner-history or adaptive sampling should route to martingale concentration instead.
Risk: Using iid Hoeffding on adaptive diagnostic data can make uncertainty estimates look much sharper than the assumptions allow.
Check: Before applying finite-sum Hoeffding, verify the summands are independent; learner-history or adaptive sampling should route to martingale concentration instead.
- source
- wainwright-2019:prop2.5
- diagnostic
- question:easy-apply-independence-029