Budgeted Escape Rate Bounds and Antitonicity
Abstract
Budgeted escape rates lie in the unit interval and are antitone in budget.
Theorem 1.1 (Budgeted escape rates are bounded and antitone).
Proof. Machine-checked in Lean as D5/S3/AnalyticClosure/Budget/BudgetedEscapeRateAntitone.budgeted_escape_rate_bounds_and_antitone (✓ std3). ∎
Source. Repository-derived.
Commentary.
A supplement strategy is feasible at budget L when its cost is at most L. Its escape value is the mass assigned to the canonical target-defect relation of the joined base and supplement readout, divided by the mass M0 of the base target-defect relation. This denominator is part of the public definition, not a caller-supplied parameter. The budgeted escape rate is the real infimum of these feasible normalized values.
The public weight type requires zero mass for the empty set and nonnegative mass for every set. Escape mass bounded above by M0 then places every normalized feasible value in the unit interval. Nonemptiness of the first feasible-value set remains explicit; nonnegativity and positivity derive zero as a lower bound for each value set inside the Lean proof.
When L1 is at most L2, every strategy feasible at L1 is feasible at L2. The larger value set therefore has an infimum no greater than the smaller value set, which gives the asserted antitonicity.
References
- Truth anchor:
D5/S3/AnalyticClosure/Budget/BudgetedEscapeRateAntitone.budgeted_escape_rate_bounds_and_antitone - Dependency: D5/S3/ConceptDynamics/TargetRisk/RefinementRiskCostTradeoff