Calibrated measures on finite chains #
This file formalizes the telescoping chain-calibration step used in the
proof of Theorem 2.1. We use the sentinel convention K (m + 1) = 0;
consequently every chain mass, including the last one, is uniformly the
adjacent difference
The key fact is that the mass of a terminal segment beginning at t is
exactly K t, which gives exact chain calibration whenever the rejected
states form that terminal segment.
Adjacent-difference mass associated with a decreasing sequence.
Equations
- Feige.chainMass K j = K j - K (j + 1)
Instances For
Total chain mass of states whose statistic does not exceed α.
Equations
- C.rejectedMass α = ∑ j ∈ Finset.range (m + 1) with C.K j ≤ α, Feige.chainMass C.K j
Instances For
Telescoping over a half-open interval of indices.
The adjacent-difference masses telescope to one.
The mass from position t through the final genuine state m is
exactly the statistic value at t.
Terminal-segment form of exact chain calibration: if rejection begins
at t, its chain probability is at most its threshold α.
Rejection-set formulation of exact chain calibration. Monotonicity
makes the rejected states a terminal segment; hterminal names its first
index. The case t = m + 1 represents an empty rejection set.
Exact calibration along a chain, with the first rejected state chosen automatically. The zero sentinel guarantees that such an index exists; if it is the sentinel itself, the genuine rejection set is empty.