def
definition
qecThresholdCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Information.QuantumErrorCorrectionThreshold on GitHub at line 60.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
-
qecThresholdCert -
QECThresholdCert -
qecThresholdAt_adjacent_ratio -
qecThresholdAt_pos -
qecThresholdAt_succ_ratio -
QECThresholdCert
used by
formal source
57 adjacent_ratio : ∀ k, qecThresholdAt (k + 1) / qecThresholdAt k = phi⁻¹
58
59/-- QEC threshold certificate. -/
60def qecThresholdCert : QECThresholdCert where
61 threshold_pos := qecThresholdAt_pos
62 one_step_ratio := qecThresholdAt_succ_ratio
63 adjacent_ratio := qecThresholdAt_adjacent_ratio
64
65end
66end QuantumErrorCorrectionThreshold
67end Information
68end IndisputableMonolith