Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Dual Gram Kernels

Abstract

The two Gram kernels equal the observation and adjoint kernels.

Theorem 1.1 (The state and protocol Gram kernels are exact).

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

Source. Repository-derived.

Commentary.

Let a finite indexed family assign a scalar linear readout to every protocol. The observation map is constructed coordinatewise on the same square-summable protocol carrier as the visible-range companion.

The kernel of the adjoint-observation composition is exactly the unseen state kernel. Reversing the composition gives exactly the kernel of the adjoint, which records redundant protocol combinations.

Both clauses directly apply the pinned library’s exact finite-dimensional adjoint-composition kernel lemmas.

References