Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Predictive Memory under Deterministic Refinement

Abstract

Predictive memory decomposes exactly across a finer deterministic readout.

Theorem 1.1 (Deterministic refinement gives an exact nonnegative information gain).

Proof. Machine-checked in Lean as D5/S3/Entropy/Submodularity/RefinementInformationDecomposition.deterministic_refinement_information_decomposition (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let p be a normalized nonnegative joint mass function on a finite past P and future F. Let q prime map the past to a finer finite readout, and let f deterministically forget that readout to a coarser one.

The coarse readout is constructed as f composed with q prime. Predictive memory is the imported conditional mutual information between past and future given the named readout. The gain is the conditional mutual information between the fine readout and future given the coarse readout.

The displayed equality and nonnegativity are both public conjuncts. No independence between P and the finer readout is assumed: its law is the deterministic pushforward of the same past/future law.

The proof applies the frozen conditional-information entropy-defect and nonnegativity theorems to the graph-supported induced laws. Exact finite-sum identities identify the coarse law as the pushforward of the fine law.

References