Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Finite-Horizon Optimal-Action Descent

Abstract

Exact causal abstraction preserves every finite-horizon optimal-action set.

Theorem 1.1 (Optimal action concept descends).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/DecisionValue/FiniteHorizonOptimalActionDescent.finite_horizon_optimal_actions_descend (✓ std3). ∎

Source. Repository-derived.

Commentary.

The common action carrier is finite and nonempty. Micro transitions commute with the abstraction, while both stage rewards and terminal values factor through the abstract state.

Induction through the finite maximum first identifies the micro Bellman value with the macro value at C(x). Substitution in each action score then identifies the two maximizing-action sets pointwise, so the optimal decision depends only on C(x).

References