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

DefectSensor

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)

 103structure DefectSensor where
 104  /-- The multiplicity of the zero (= order of the pole of ζ⁻¹). -/
 105  charge : ℤ
 106  /-- The real part of the zero location. -/
 107  realPart : ℝ
 108  /-- The zero is in the right half of the critical strip. -/
 109  in_strip : 1/2 < realPart ∧ realPart < 1
 110
 111/-! ### §3. The explicit cost-covering package -/
 112
 113/-- An explicit carrier package for the RS cost-covering bridge.
 114
 115This is the honest replacement for the former naked axiom. Any consumer of the
 116bridge must now supply a concrete `BudgetedCarrier` witness for the realized
 117carrier trace. -/

used by (40)

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

… and 10 more

depends on (19)

Lean names referenced from this declaration's body.