Documentation

MathlibNt.SieveTheory.LinearSieve.Suzuki.SuzukiLowerSieveFactorFirstInterval

Suzuki's source lower factor on its first explicit interval #

This module specializes Suzuki §9 to κ = 1, β = 2. Suzuki (9.5) and the paragraph following it define T⁺ as the odd limiting layer sum and F⁻ = 1 - T⁻. Proposition 9.4(vii)--(viii), with the Section 15.2 normalization B = 0, gives on the first lower interval 2 ≤ s ≤ 4

F⁻(s) = (A / s) ∫ t in 2..s, 1 / (t - 1),

where A = 3 * T⁺(3) + 3. The definition below records this source formula; its identification with 1 - T⁻ remains a separate theorem obligation. It is independent of the nonstandard placeholder LinearSieve.sieveFunctionf.

Suzuki's constant A at κ = 1, β = 2, written in terms of his odd normalized source layers.

Equations
Instances For

    The source formula for the lower limiting factor on its first interval. Identification with the even-layer limit is intentionally not asserted here.

    Equations
    Instances For

      Every odd layer entering Suzuki's amplitude is nonnegative.

      theorem MathlibNt.SieveTheory.SuzukiFiniteContinuousLayers.suzukiLayer_one_one_two {s : } (hs₀ : 0 < s) (hs₃ : s 3) :
      suzukiLayer 1 2 1 s = (3 - s) / s

      Direct evaluation of (9.1) at κ = 1, β = 2.

      theorem MathlibNt.SieveTheory.SuzukiFiniteContinuousLayers.suzukiLayer_two_one_two {s : } (hs₂ : 2 s) (hs₄ : s 4) :
      suzukiLayer 1 2 2 s = s⁻¹ * (t : ) in s..4, (4 - t) / (t - 1)

      Direct specialization of (9.2) for the first even layer.

      The elementary integral in Suzuki's first lower interval.

      Suzuki's explicit first-interval formula, with both source endpoints exact.