Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Arbitrary Error Correction Capacity

Abstract

Disjoint radius-e Hamming balls force distance 2e+1 and the corresponding mixed-modulus capacity bound.

Theorem 1.1 (Arbitrary error correction forces the capacity bound).

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

Source. Repository-derived.

Commentary.

The correction premise is operational: any received word within e coordinates of two residue codewords forces their messages to coincide. Splitting the disagreement coordinates between two candidate words shows that their distance cannot be at most 2e.

The existing exact dynamic-range theorem then converts minimum distance 2e+1 into the product of the first n-2e moduli. The result does not need the ambient upper bound K at most the full modulus product.

References