pith. machine review for the scientific record. sign in
theorem proved term proof

canonicalDefectSampledFamily_excess_bounded

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)

 438theorem canonicalDefectSampledFamily_excess_bounded (sensor : DefectSensor)
 439    (hm : sensor.charge ≠ 0) :
 440    RealizedDefectAnnularExcessBounded
 441      (canonicalDefectSampledFamily sensor hm) := by

proof body

Term-mode proof.

 442  exact realizedDefectAnnularExcessBounded_of_ringRegularErrorBound _
 443    (canonicalDefectSampledFamily_ringRegularErrorBound sensor hm)
 444
 445/-- Nonzero charge forces the realized sampled family cost to exceed any bound.
 446
 447This is just `defect_cost_unbounded` specialized to the meshes of one realized
 448family. The theorem is completely unconditional. -/

depends on (22)

Lean names referenced from this declaration's body.