Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Reflection Unit Memory Residual

Abstract

Dynamical reflection adds the current kernel modulo its maximal invariant core.

Theorem 1.1 (The reflection unit is the canonical kernel residual).

Proof. Machine-checked in Lean as D5/S3/Observer/LinearMemory/ReflectionUnitMemoryResidual.reflection_unit_memory_residual (✓ std3). ∎

Source. Repository-derived.

Commentary.

The imported eventualKernel is constructed by requiring every finite update iterate to remain in the observation kernel. It is therefore contained in the current kernel, preserved by the update, and contains every other invariant submodule of that kernel.

The imported memoryQuotient is the quotient of the current kernel by that eventual kernel viewed inside it. The final public clause exposes the canonical quotient map directly: a current-kernel direction maps to zero exactly when it belongs to the eventual kernel.

References