def
definition
polarCodeCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Information.PolarCodeGapFromPhi on GitHub at line 57.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
54 adjacent_ratio : ∀ k, gapAt (k + 1) / gapAt k = phi⁻¹
55
56/-- Polar-code gap-to-capacity certificate. -/
57def polarCodeCert : PolarCodeCert where
58 gap_pos := gapAt_pos
59 one_step_ratio := gapAt_succ_ratio
60 adjacent_ratio := gapAt_adjacent_ratio
61
62end
63end PolarCodeGapFromPhi
64end Information
65end IndisputableMonolith