Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Prefix-Constrained Greedy Optimality

Abstract

Antitone gains on finite depth chains admit a prefix-closed maximizer under a unit-cost budget.

Theorem 1.1 (Top-gain cells can be repaired to a prefix optimum).

Proof. Machine-checked in Lean as D5/S3/Observer/ArithmeticTomography/PrefixConstrainedGreedyOptimality.prefix_constrained_greedy_optimality (✓ std3). ∎

Source. Repository-derived.

Commentary.

The channel type is finite and the available levels form Fin(d), so the candidate cell region is finite. Selecting B cells is exactly the budget constraint when every cell has unit cost.

Gain is publicly antitone along each channel. The selected set Top also satisfies the top-budget premise: every selected cell has gain at least that of every omitted cell.

Replacing a selected level whose predecessor is missing strictly lowers the sum of selected depth indices and cannot lower total gain. The process therefore terminates at a prefix-closed selection. Pairing the cells outside Top with the cells omitted from Top proves global optimality among all B-cell selections.

References

  • Truth anchor: D5/S3/Observer/ArithmeticTomography/PrefixConstrainedGreedyOptimality.prefix_constrained_greedy_optimality