Documentation

MathlibNt.SieveTheory.LinearSieve.Suzuki.SuzukiLemma1028FirstCrossing

Lemma 10.28: the global minus-envelope first crossing #

This file isolates the topological first-crossing step on pp. 55--58. It does not assume the desired derivative sign and it does not take a common-majorant record as input. The only frozen source boundary is the stationary-point exclusion obtained from the pairing calculation and the unit-interval estimate (10.53). This is the earliest presently unformalized analytic estimate.

noncomputable def Section10Lemma1028FirstCrossing.normalizedMinusBase (R ξ : ) (s : ) :

The normalized part of (10.44), before subtracting c₋.

Equations
Instances For

    Minimal DDE/pairing data. In particular this has no derivative-sign or common-majorant field.

    Instances For

      Canonical facts about Suzuki's ξ, separated from Lemma 10.28. The final field is the standard eventual comparison ξ(s)-c-2/s ≫ log(es) from Proposition 10.20.

      Instances For

        Frozen boundary at (10.53): pairing-zero plus the unit-interval expansion exclude a stationary point of the minus envelope once both s and c₋ are large. Unlike the old residual API, this is neither a derivative-sign premise nor a common-majorant premise.

        Equations
        Instances For
          theorem Section10Lemma1028FirstCrossing.global_nonpos_of_equation1053 {f : } (hf : ContinuousOn f (Set.Ici 4)) {s₀ C : } (hs₀ : 4 s₀) (hC : 1 C) (h1053 : ∀ (c : ), C c∀ (s : ), s₀ sf s c) :
          ∃ (c : ), 1 c ∀ (s : ), 4 sf s - c 0

          Pure first-crossing lemma. Compactness chooses c large enough on the initial interval. If positivity occurred later, IVT would produce the stationary point excluded by (10.53).

          The explicit normalized slope is continuous on the legal half-line.

          theorem Section10Lemma1028FirstCrossing.lemma1028_global_minus_slope {R ξ : } {β s₀ C : } (h : FirstCrossingDDEApparatus R β) ( : CanonicalXiTheorem ξ) ( : β 3) (hs₀ : 4 s₀) (hC : 1 C) (h1053 : Equation1053MinusExclusion R ξ s₀ C) :
          ∃ (c : ), 1 c ∀ (s : ), 4 s-R (s - 1) / (s * R s) + ξ s - c - 2 / s 0

          Global nonpositive normalized (10.44), obtained rather than assumed.

          Sanitized output contract: it records a cutoff, so the source's eventual ξ-c₋ lower bound is not incorrectly asserted on the fixed interval [3,S]. The slope conclusion is populated by the constructor below, never supplied as an input to it.

          Instances For
            noncomputable def Section10Lemma1028FirstCrossing.section10_lemma1028_commonMajorant {R ξ : } {β s₀ C : } (h : FirstCrossingDDEApparatus R β) ( : CanonicalXiTheorem ξ) ( : β 3) (hs₀ : 4 s₀) (hC : 1 C) (h1053 : Equation1053MinusExclusion R ξ s₀ C) :

            Lemma 10.28 constructor, conditional only on the canonical ξ theorem and the explicitly frozen (10.53) stationary-point exclusion.

            Equations
            Instances For