Theorem Statement
Assumptions
- P is a probability measure
- The index set is finite
- The indexed sets are events
Proof Sketch
Reduce a finite union to a sum of indicators, or prove finite subadditivity by induction from the two-event case. Overlap only makes the sum larger than the true union probability, which is why no independence assumption is required.
Proof Obligations
Finite event family in one probability space
assumptionVerify every event belongs to the same sigma-algebra and the index set is finite before using the finite union-bound statement.
Mixing events from different spaces or silently moving to an infinite family changes the theorem being applied.
- source
- billingsley-1995:pg24
- diagnostic
- question:logic-ml-foundations-030
Overlap is paid for by subadditivity
proof stepThe core proof step is that overlap can only make the union probability smaller than the sum of individual probabilities.
Multiplying probabilities or assuming disjointness introduces an unnecessary and often false independence-style condition.
- source
- billingsley-1995:pg24
Union price is additive before logarithms appear
boundaryIn finite-class learning bounds the union bound first adds failure probabilities; the log |H| term appears only after solving the tail inequality.
Skipping this accounting hides exactly where model-class size enters the sample-complexity bound.
- diagnostic
- question:logic-ml-foundations-030
No independence discount is available
boundaryThe finite union bound does not use independence, so it also does not provide any product-probability improvement when events happen to be independent.
Replacing the union-bound sum by a product or disjoint-event calculation can understate the probability of the bad event.
- source
- billingsley-1995:pg24
- diagnostic
- question:logic-ml-foundations-030
Source Locators
Probability and Measure (1995)
proofChapter 1 — Probability measure foundations
billingsley-1995:ch1
- kind
- chapter
- review
- reviewed / B
- extract
- manual
Chapter-level support for finite subadditivity and union bounds for probability measures.
Probability: Theory and Examples (2019)
backgroundChapter 1 — Measure theory background for probability
durrett-2019:ch1
- kind
- chapter
- review
- reviewed / B
- extract
- manual
Measure-theoretic probability background for subadditivity and finite unions.
Probability and Measure (1995)
proofPages 24-25 — Boole's inequality and countable subadditivity
billingsley-1995:pg24
- kind
- page_range
- review
- reviewed / B
- extract
- manual
- pages
- 24-25
Anchor: Boole's inequality; countable subadditivity
Reviewed page-range support for Boole inequality and finite subadditivity.
Curated Trace
- 1Probability measurefoundation
Subadditivity is a measure property before it is a learning-theory trick.
Checkpoint
The indexed sets must be events in the same sigma-algebra.
- 2Finite subadditivitymeasure step
The union bound is finite subadditivity specialized to probability.
Checkpoint
Do not multiply probabilities; overlap is allowed.
- 3Finite union boundtheorem
A bad event over many candidates is bounded by the sum of candidate failures.
Checkpoint
The price of many candidates is additive in probability.
- 4Finite-class proofdownstream
Union bounding Hoeffding failures over H introduces log |H| after rearrangement.
Checkpoint
Find exactly where the finite class assumption enters.
Failure Modes
Union price is additive before logarithms appear
In finite-class learning bounds the union bound first adds failure probabilities; the log |H| term appears only after solving the tail inequality.
Risk: Skipping this accounting hides exactly where model-class size enters the sample-complexity bound.
Check: In finite-class learning bounds the union bound first adds failure probabilities; the log |H| term appears only after solving the tail inequality.
- source
- billingsley-1995:ch1
- diagnostic
- question:logic-ml-foundations-030
No independence discount is available
The finite union bound does not use independence, so it also does not provide any product-probability improvement when events happen to be independent.
Risk: Replacing the union-bound sum by a product or disjoint-event calculation can understate the probability of the bad event.
Check: The finite union bound does not use independence, so it also does not provide any product-probability improvement when events happen to be independent.
- source
- billingsley-1995:pg24
- diagnostic
- question:logic-ml-foundations-030