Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Posterior History Compression

Abstract

The posterior measure compresses history for prediction and continuation decisions.

Theorem 1.1 (The posterior determines every future decision quantity).

Proof. Machine-checked in Lean as D5/S3/Estimation/DecisionRisk/PosteriorHistoryCompression.posterior_history_compression (✓ std3). ∎

Source. Repository-derived.

Commentary.

Histories are mapped to posterior measures on an arbitrary measurable hidden-state carrier. Future event probabilities depend on a hidden state and selected experiment, never directly on history.

A loss family constructs Bayes risk by taking the infimum of posterior expected losses. A continuation policy likewise has a posterior expected cost, and the optimal continuation value is the infimum over all such policies.

The four displayed conclusions separately expose prediction, Bayes risk, every policy cost, and optimal continuation value. Equality of the posterior measures identifies each construction.

References

  • Truth anchor: D5/S3/Estimation/DecisionRisk/PosteriorHistoryCompression.posterior_history_compression