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

sampledBudgetedCarrier_scale_zero

proved
show as:
view math explainer →
module
IndisputableMonolith.NumberTheory.SampledTrace
domain
NumberTheory
line
183 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.NumberTheory.SampledTrace on GitHub at line 183.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

 180    norm_num
 181
 182/-- The budget scale of a sampled carrier is 0. -/
 183theorem sampledBudgetedCarrier_scale_zero
 184    (cert : ZeroWindingCert)
 185    (logDerivBound : ℝ) (hM : 0 < logDerivBound)
 186    (R : ℝ) (hR : 0 < R) :
 187    carrierBudgetScale (sampledBudgetedCarrier cert logDerivBound hM R hR) = 0 := by
 188  simp [sampledBudgetedCarrier, carrierBudgetScale]
 189
 190end
 191
 192end SampledTrace
 193end NumberTheory
 194end IndisputableMonolith