55structure ErrorCorrectionCert where 56 threshold_pos : 0 < surfaceCodeThreshold 57 cost_at_threshold : ∀ r : ℝ, r ≠ 0 → errorRateCost r r = 0 58 cost_nonneg : ∀ a t : ℝ, 0 < a → 0 < t → 0 ≤ errorRateCost a t 59
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.