Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Kernel Relation Inclusion

Abstract

A refinement factorization contains the fine equality kernel in the coarse equality kernel.

Theorem 1.1 (Refinement implies equality-kernel inclusion).

Proof. Machine-checked in Lean as D5/S3/ObserverMemory/Refinement/KernelRelationInclusion.refinement_implies_kernel_inclusion (✓ std3). ∎

Source. Repository-derived.

Commentary.

A refinement consists of a coarse-value map together with a commuting equation from the fine readout to the coarse one. Applying that map to equal fine values gives equal coarse values.

The formal proof imports the canonical refinement record and directly applies the existing relative-identity refinement theorem’s kernel-inclusion conjunct. No parallel refinement or kernel primitive is introduced.

References