pith. machine review for the scientific record. sign in
theorem proved term proof

detect_vs_correct

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 185theorem detect_vs_correct :
 186    (eightTickCode.d - 1 = 7) ∧ ((eightTickCode.d - 1) / 2 = 3) := by

proof body

Term-mode proof.

 187  constructor <;> rfl
 188
 189/-! ## Bounds from 8-Tick -/
 190
 191/-- The 8-tick structure implies natural bounds:
 192
 193    **Rate bound**: R ≤ 7/8 for single-error correction
 194    (Need 1 redundant bit per 8 for parity)
 195
 196    **Error bound**: p < 3/8 = 37.5% for majority voting
 197    (Need majority of 8 to be correct)
 198
 199    These match classical coding theory! -/

depends on (16)

Lean names referenced from this declaration's body.