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

sampledBudgetedCarrier

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)

 163noncomputable def sampledBudgetedCarrier
 164    (cert : ZeroWindingCert)
 165    (logDerivBound : ℝ) (hM : 0 < logDerivBound)
 166    (R : ℝ) (hR : 0 < R) :
 167    BudgetedCarrier where
 168  logDerivBound := logDerivBound

proof body

Definition body.

 169  logDerivBound_pos := hM
 170  radius := R
 171  radius_pos := hR
 172  trace := sampledTraceToAnnularTrace cert
 173  trace_charge_zero := sampledTraceToAnnularTrace_charge_zero cert
 174  budgetConstant := 0
 175  budgetConstant_nonneg := le_refl 0
 176  excess_bound := by
 177    intro N
 178    have h := sampledTraceToAnnularTrace_excess_zero cert N
 179    rw [h]
 180    norm_num
 181
 182/-- The budget scale of a sampled carrier is 0. -/

used by (3)

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

depends on (19)

Lean names referenced from this declaration's body.