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

defect_bounded_impossible

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)

 862theorem defect_bounded_impossible (sensor : DefectSensor)
 863    (hm : sensor.charge ≠ 0)
 864    (hbound : RealizedDefectAnnularCostBounded
 865      (canonicalDefectSampledFamily sensor hm)) :
 866    False := by

proof body

Tactic-mode proof.

 867  let fam := canonicalDefectSampledFamily sensor hm
 868  have hfam : fam.sensor.charge ≠ 0 := by
 869    simpa [fam, canonicalDefectSampledFamily_sensor] using hm
 870  exact not_realizedDefectAnnularCostBounded fam hfam hbound
 871
 872/-! ### §8. The defect sensor for ζ -/
 873
 874/-- Given a hypothetical zero of ζ at s = ρ with Re(ρ) > 1/2
 875    and multiplicity m ≥ 1, construct the DefectSensor. -/

depends on (13)

Lean names referenced from this declaration's body.