theorem
proved
wrapper
errorRateCost_nonneg
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)
51theorem errorRateCost_nonneg (a t : ℝ) (ha : 0 < a) (ht : 0 < t) :
52 0 ≤ errorRateCost a t := by
proof body
One-line wrapper that applies unfold.
53 unfold errorRateCost; exact Jcost_nonneg (div_pos ha ht)
54
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
cert
in IndisputableMonolith.QuantumComputing.ErrorCorrectionThresholdFromJCost
decl_use
depends on (6)
Lean names referenced from this declaration's body.
-
Jcost_nonneg
in IndisputableMonolith.Cost
decl_use
-
Jcost_nonneg
in IndisputableMonolith.Cost.JcostCore
decl_use
-
Jcost_nonneg
in IndisputableMonolith.Gravity.CoherenceCollapse
decl_use
-
Jcost_nonneg
in IndisputableMonolith.Gravity.EnergyProcessingBridge
decl_use
-
Jcost_nonneg
in IndisputableMonolith.NavierStokes.PhiLadderCutoff
decl_use
-
errorRateCost
in IndisputableMonolith.QuantumComputing.ErrorCorrectionThresholdFromJCost
decl_use