Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Approximate Simulation Without Exact Attainment

Abstract

Zero nonnegative simulation infimum is approximate domination, while a nonclosed family of stochastic postprocessors need not contain an exact member.

Theorem 1.1 (Zero simulation defect need not be attained).

Proof. Machine-checked in Lean as D5/S3/Estimation/DataProcessing/ApproximateSimulationWithoutExactAttainment.approximate_simulation_without_exact_attainment (✓ std3). ∎

Source. Repository-derived.

Commentary.

For any nonempty simulator class with a nonnegative error cost, infimum zero is equivalent to the existence of a simulator below every positive tolerance.

K is the deterministic experiment on the singleton observation space, and L is the deterministic Boolean target law concentrated at false. Both are constructed as finite Markov kernels.

The nth admissible simulator assigns mass 1/(n+2) to true and the remaining mass to false. Its total-variation simulation error is therefore exactly 1/(n+2).

These errors have infimum zero and become smaller than every positive tolerance, while positivity of 1/(n+2) rules out an exact simulator inside the same family.

References