pith. machine review for the scientific record. sign in
structure definition def or abbrev

CoherenceProtectedQKDLinkBudgetCert

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)

  81structure CoherenceProtectedQKDLinkBudgetCert where
  82  rate_zero : linkRate 0 = R_0
  83  rate_pos : ∀ n, 0 < linkRate n
  84  rate_strict_anti : ∀ {n m : ℕ}, n < m → linkRate m < linkRate n
  85  rate_succ : ∀ n, linkRate (n + 1) = linkRate n / phi
  86  attenuation_pos : 0 < attenuationPerRung
  87  attenuation_lt_one : attenuationPerRung < 1
  88  attenuation_band : (0.617 : ℝ) < attenuationPerRung ∧ attenuationPerRung < 0.622
  89

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (3)

Lean names referenced from this declaration's body.