Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Nonunique Optimal Actions and Ordered Selection

Abstract

A determined optimizer set can remain non-singleton until an ordered tie-breaker is added.

Theorem 1.1 (A determined optimum need not determine one policy).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Decision/NonuniqueOptimalActionSelector.determined_optimal_set_can_be_nonunique (✓ std3). ∎

Source. Repository-derived.

Commentary.

The prediction is a constant PMF on Unit and every Boolean action has zero loss. Expected loss and the optimizer readout are constructed from that same prediction and loss, so the optimizer is determined but contains both actions.

The fixed Boolean order selects false as the unique least optimum. The true action remains optimal, making explicit that single-valuedness belongs to the added order rather than to the original risk profile.

References