pith. machine review for the scientific record. sign in
theorem

cert_inhabited

proved
show as:
view math explainer →
module
IndisputableMonolith.QuantumComputing.ErrorCorrectionThresholdFromJCost
domain
QuantumComputing
line
65 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.QuantumComputing.ErrorCorrectionThresholdFromJCost on GitHub at line 65.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  62  cost_at_threshold := errorRateCost_at_threshold
  63  cost_nonneg := errorRateCost_nonneg
  64
  65theorem cert_inhabited : Nonempty ErrorCorrectionCert := ⟨cert⟩
  66
  67end
  68end ErrorCorrectionThresholdFromJCost
  69end QuantumComputing
  70end IndisputableMonolith