Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Finite-Horizon Value Factorization

Abstract

Compatible abstract dynamics factor every finite-horizon Bellman value.

Theorem 1.1 (Every finite-horizon value factors through the abstraction).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/DecisionValueScale/FiniteHorizonValueFactorization.finite_horizon_value_factorization (✓ std3). ∎

Source. Repository-derived.

Commentary.

The micro and macro state carriers share one finite nonempty action carrier. Their transitions commute with the concept map, while the stage reward and terminal value are evaluations of their macro counterparts.

The imported finiteHorizonValue primitive constructs both Bellman recurrences. The terminal equality starts the induction, and compatibility identifies every action score before the finite maxima are compared.

References