Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Channel Fixed-Block Decomposition

Abstract

A record channel fixes exactly the full matrix blocks on its record classes.

Theorem 1.1 (Channel fixed-block decomposition).

Proof. Machine-checked in Lean as D5/S3/Quantum/FixedAlgebra/ChannelFixedBlockDecomposition.channel_fixed_block_decomposition (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let d and e be natural dimensions and Lambda a finite decidable record-class type. The environment record is a complex amplitude table, and classOf assigns each address to its record class.

The public classification premise identifies Gram entry one exactly with equality of record classes. The channel and Gram matrix are the canonical primitives imported from the record family.

The class-supported algebra is defined directly by vanishing of entries between different classes. It is not defined as the range of the block map or as the channel fixed set.

The named classifiedBlockAlgEquiv first embeds one full matrix algebra per proof-relevant class fiber and then applies the canonical sigma-fiber reindexing. The second displayed clause pins this equivalence to the original within-class matrix entries.

References