Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Bounded-Risk Simulator Transport

Abstract

Uniform simulation error bounds the statewise risk increase of every bounded-loss rule.

Theorem 1.1 (A total-variation simulator transports every bounded-loss decision rule).

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

Source. Repository-derived.

Commentary.

The state, observation, simulated-observation, and action carriers are finite, with a nonempty state carrier. K and L are experiments, M is the simulator, and d is an arbitrary randomized decision rule based on L; all four are row-stochastic.

The transported rule is the canonical composition: after observing K, apply M and then d. Its row-stochasticity is part of the public conclusion, so the transported object is exposed rather than hidden behind an existence claim.

For every loss taking values between zero and one, the finite supremum of the rowwise total-variation simulation error bounds the increase of expected loss separately at every state.

References