Suzuki's ε_n (zero for even n, one for odd n).
Instances For
Closed envelope of Suzuki's parity domain. For odd n this includes the left endpoint β-1; the exact source domain below removes it.
Equations
Instances For
The exact parity domain I_n from Suzuki: (β-1,∞) for odd n and
[β,∞) for even n.
Equations
Instances For
Clipped lower endpoint, implementing the empty-interval convention.
Equations
Instances For
Correct normalized κ=1 layers. In the recursive clause the integrand is
layer β (n+1), not its weighted numerator.
Equations
- MathlibNt.SieveTheory.SuzukiFiniteContinuousLayers.KappaOneModel.layer β 0 x✝ = 0
- MathlibNt.SieveTheory.SuzukiFiniteContinuousLayers.KappaOneModel.layer β 1 x✝ = x✝⁻¹ * ∫ (_t : ℝ) in min x✝ (β + 1)..β + 1, 1
- MathlibNt.SieveTheory.SuzukiFiniteContinuousLayers.KappaOneModel.layer β n.succ.succ x✝ = x✝⁻¹ * ∫ (t : ℝ) in MathlibNt.SieveTheory.SuzukiFiniteContinuousLayers.KappaOneModel.lower β x✝ (n + 2)..β + (↑n + 2), MathlibNt.SieveTheory.SuzukiFiniteContinuousLayers.KappaOneModel.layer β (n + 1) (t - 1)
Instances For
Continuity of a variable-lower-endpoint integral, requiring continuity only on the compact interval actually traversed.
- continuous : ContinuousOn (layer β n) (closedDomain β n)
- nonneg (s : ℝ) : s ∈ closedDomain β n → 0 ≤ layer β n s
- weighted_antitone : AntitoneOn (fun (s : ℝ) => s * layer β n s) (closedDomain β n)
Instances For
The unweighted assertion in Proposition 9.2(iii) follows from weighted antitonicity, positivity of the domain, and nonnegativity of the layer.
The specialized κ=1 model is definitionally the source-correct general layer.
Exact parity domain for the dimension-one finite layer.
Equations
Instances For
Proposition 9.2(ii), continuity on the exact parity domain, for κ=1.
Proposition 9.2(ii), nonnegativity on the exact parity domain, for κ=1.
Proposition 9.2(iii), weighted antitonicity on the exact parity domain.
Proposition 9.2(iii), ordinary antitonicity on the exact parity domain.