theorem
proved
term proof
carrier_defect_comparison_rh
show as:
view Lean formalization →
formal statement (Lean)
281theorem carrier_defect_comparison_rh
282 (sensor : DefectSensor) (hm : sensor.charge ≠ 0)
283 (qlf : QuantitativeLocalFactorization)
284 (horder : qlf.order = -sensor.charge) :
285 ¬ RealizedDefectAnnularCostBounded
286 ((mkSharedCirclePair sensor qlf horder).defectPhaseFamily.toSampledFamily) := by
proof body
Term-mode proof.
287 exact defect_cost_unbounded_of_shared_pair _ hm
288
289end
290
291end NumberTheory
292end IndisputableMonolith