Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Stochastic Descent Equivalence

Abstract

A discrete transition law descends to the effective readout image exactly when its observed rows are constant on readout fibers.

Theorem 1.1 (Stochastic descent is equivalent to strong lumpability).

Proof. Machine-checked in Lean as D5/S3/Estimation/DecisionRisk/StochasticDescentEquivalence.stochastic_descent_equivalence (✓ std3). ∎

Source. Repository-derived.

Commentary.

The source transition assigns a probability mass function on the state space to every current state. Mapping that law through q gives the one-step observed law.

The first clause constructs a transition law on the literal effective image of q. Its pushforward along the subtype inclusion recovers every one-step observed law.

The second clause is strong lumpability: states in one q-fiber have equal observed rows. The third clause factors those rows through the current effective readout without yet requiring an image-valued next state.

Canonical range factorization and range splitting construct the descended transition. No finiteness or nonemptiness assumption is needed.

References

  • Truth anchor: D5/S3/Estimation/DecisionRisk/StochasticDescentEquivalence.stochastic_descent_equivalence