pith. sign in
theorem

detect_vs_correct

proved
show as:
module
IndisputableMonolith.Information.ErrorCorrectionBounds
domain
Information
line
185 · github
papers citing
none yet

plain-language theorem explainer

The eight-tick code has minimum distance eight, permitting detection of seven errors and correction of three errors per codeword. Information theorists working inside the Recognition Science framework cite this when bounding phase-encoded redundancy. The proof is a one-line wrapper that splits the conjunction and reduces both sides by reflexivity.

Claim. The minimum distance $d$ of the eight-tick code satisfies $d-1=7$ and $d-1=7$ with floor division giving correction radius three: $d-1=7$ and $(d-1)/2=3$.

background

The eight-tick code is built on the fundamental time quantum tick equal to one, with one octave defined as exactly eight ticks. This periodicity supplies the natural redundancy used for error correction in the Recognition Science information module. The module treats phase correlations across the octave as the source of the code distance, consistent with the eight-tick structure imported from Foundation.EightTick and Constants.tick.

proof idea

The proof is a one-line wrapper that applies the constructor tactic to split the conjunction and then reduces both equalities by reflexivity.

why it matters

This supplies the concrete distance parameters that justify the rate bound R ≤ 7/8 and the majority-voting threshold p < 3/8 listed in the module comment. It closes the verification step linking the eight-tick octave (T7) to classical coding bounds inside the Recognition Science derivation of information capacity.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.