Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Exact Residue-Code Minimum Distance

Abstract

The minimum Hamming distance of a bounded residue code is determined exactly by the largest product-bounded coordinate subset.

Theorem 1.1 (Exact residue-code minimum distance).

Proof. Machine-checked in Lean as D5/S3/Arith/Coding/ExactResidueCodeMinimumDistance.exact_residue_code_minimum_distance (✓ std3). ∎

Source. Repository-derived.

Commentary.

The minimum-distance object is the infimum of the Hamming distances between distinct messages in the bounded range. The blind-coordinate object is independently the maximum cardinality of a coordinate subset whose modulus product is below that range.

Sorting makes the first r moduli the least product among all r-coordinate subsets. The maximal blind count therefore lies between two adjacent prefix thresholds, and the frozen dynamic-range characterization turns those thresholds into the exact distance equality.

References