Same Prediction, Opposite Optimal Actions
Abstract
One PMF prediction admits opposite unique optima under two loss models.
Theorem 1.1 (A predictive law does not determine value).
Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Decision/SamePredictionOppositeOptima.same_prediction_opposite_unique_optima (✓ std3). ∎
Source. Repository-derived.
Commentary.
A single Boolean-state prediction interface is constructed as a PMF on Unit. Two Boolean-action loss models are quantified together with that same interface, and both expected-loss profiles use its PMF through the canonical toMeasure integral.
The complete optimizer set is the singleton false action under the first loss and the singleton true action under the second loss, for every state. Thus the predictive PMF alone does not determine which action has value.
The imported decision-family owner supplies the expectation and full optimizer-set shapes. Repository and pinned-Mathlib searches found no theorem packaging this opposite-optimum countermodel.
References
- Truth anchor:
D5/S3/ConceptDynamics/Decision/SamePredictionOppositeOptima.same_prediction_opposite_unique_optima - Dependency: D5/S3/ConceptDynamics/Decision/PredictionDecisionSufficiency