Three-State Adaptive Early Stopping
Abstract
A three-state early-stopping tree preserves exact identification and lowers expected experiment cost.
Theorem 1.1 (Adaptive early stopping has a strict expected-cost advantage).
Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/ExperimentDesign/ThreeStateAdaptiveEarlyStopping.three_state_adaptive_early_stopping_strict_advantage (✓ std3). ∎
Source. Repository-derived.
Commentary.
The state encoding is a three-point option type. The distinguished none state has mass one minus twice epsilon, and each remaining state has mass epsilon.
The fixed transcript always reads both deterministic experiments. The adaptive transcript stops after the first answer exactly on the distinguished state.
Injectivity states zero-error identification. The length clauses give worst-case cost two, static mean two, and adaptive mean one plus twice epsilon.
References
- Truth anchor:
D5/S3/ConceptDynamics/ExperimentDesign/ThreeStateAdaptiveEarlyStopping.three_state_adaptive_early_stopping_strict_advantage - Dependency: D5/S3/ConceptDynamics/Experiment/PosteriorInformationGainIncrease