World Change Can Reverse Waiting Value
Abstract
A changed world can make waiting strictly worse despite preserving every action.
Theorem 1.1 (World change can reverse waiting value).
Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Reversibility/WorldChangeValueReversal.world_change_can_reverse_waiting_value (✓ std3). ∎
Source. Repository-derived.
Commentary.
The witness has two world states, one observation, and one action. Waiting changes the initially evaluated state, while information has zero cost and the action set is preserved exactly.
Every constant policy is available. The same transition that witnesses world change is used by the informed-value functional, so the positive safeguards and strict reversal are not separable constructions.
Immediate action has value one at the initial state. After waiting, the world transition reaches the zero-utility state, so every admissible policy has value zero and waiting is strictly worse.
The theorem reuses the canonical decision-value primitives. The adjacent opportunity-loss theorem changes the action set instead of the world, and repository and pinned-library searches found no exact theorem for this countermodel.
References
- Truth anchor:
D5/S3/ConceptDynamics/Reversibility/WorldChangeValueReversal.world_change_can_reverse_waiting_value - Dependency: D5/S3/ConceptDynamics/DecisionValue/FreeInformationValue