Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Safe Actions Under Readout Refinement

Abstract

A finer readout enlarges the action set safe throughout the current fiber.

Theorem 1.1 (Refinement enlarges the fiber-safe action set).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Decision/SafeActionRefinementMonotonicity.safe_action_refinement_monotonicity (✓ std3). ∎

Source. Repository-derived.

Commentary.

The state-wise legality predicate is a source primitive. For a readout and current state, the displayed action set contains exactly those actions legal at every state in the same readout fiber.

The factorization q = f composed with r makes the current r-fiber a subset of the current q-fiber. Intersecting the same legal-action family over the smaller fiber can only enlarge the result.

The Lean proof applies Mathlib’s bounded-intersection antitonicity theorem to the fiber inclusion.

References

  • Truth anchor: D5/S3/ConceptDynamics/Decision/SafeActionRefinementMonotonicity.safe_action_refinement_monotonicity