Documentation

MathlibNt.SieveTheory.LinearSieve.Suzuki.SuzukiNatCeilPowerCarrier

The supported prime carrier cut out by a strict real cutoff.

Equations
Instances For

    The source outer carrier with its strict upper cutoff expressed in .

    Equations
    Instances For
      theorem MathlibNt.SieveTheory.nat_lt_natCeil_iff_lt_real {x : } {z p : } (_hx : 0 < x) (hz : z = x⌉₊) :
      p < z p < x

      Naturals below a positive real cutoff are exactly naturals below its natural ceiling. The positivity hypothesis records the power-cutoff use case.

      Exact carrier transport from an arbitrary positive real cutoff to its natural ceiling.

      Carrier transport remains exact after any additional recurrence filter.

      In particular, the terminal filter in the base source layer is unchanged.

      The complete source-recurrence outer carrier is unchanged by replacing a positive real cutoff by its natural ceiling.

      theorem MathlibNt.SieveTheory.suzukiSourceV_succ_natCeil_eq_powerReal (S : BoundingSieve) {n D z : } {x : } (hn : 0 < n) (hx : 0 < x) (hz : z = x⌉₊) :

      Exact successor recurrence with an arbitrary positive real power cutoff.

      Suzuki's finite Euler product is literally invariant under natural-ceiling transport of any positive real cutoff.

      theorem MathlibNt.SieveTheory.suzukiSuffixCarrier_natCeil_eq_power (S : BoundingSieve) (p : ) {x : } {z : } (hx : 0 < x) (hz : z = x⌉₊) :
      {qS.prodPrimes.primeFactors | p q q < z} = {qS.prodPrimes.primeFactors | p q q < x}

      Every Euler suffix carrier is exactly invariant under natural-ceiling transport.

      theorem MathlibNt.SieveTheory.suzukiSuffixProduct_natCeil_eq_power (S : BoundingSieve) (p : ) {x : } {z : } (hx : 0 < x) (hz : z = x⌉₊) :
      qS.prodPrimes.primeFactors with p q q < z, (1 - S.nu q)⁻¹ = qS.prodPrimes.primeFactors with p q q < x, (1 - S.nu q)⁻¹

      Consequently every inverse Euler suffix product is exactly invariant.

      theorem MathlibNt.SieveTheory.natCast_rpow_one_div_pos {D : } (hD : 0 < D) (s : ) :
      0 < D ^ (1 / s)

      A positive natural base has a positive real 1/s power cutoff, for every real power parameter s.

      Convenient exact supported-carrier specialization to D^(1/s).

      Convenient exact Euler-product specialization to D^(1/s).

      theorem MathlibNt.SieveTheory.suzukiSourceV_succ_natCeil_rpow_eq (S : BoundingSieve) {n D z : } {s : } (hn : 0 < n) (hD : 0 < D) (hz : z = D ^ (1 / s)⌉₊) :
      suzukiSourceV S (n + 1) D z = psuzukiSourceOuterCarrierPowerReal (n + 1) D (D ^ (1 / s)) S.prodPrimes.primeFactors, S.nu p * suzukiSourceV S n (D ⌈/⌉ p) p

      Convenient exact source-successor recurrence specialization to D^(1/s).

      theorem MathlibNt.SieveTheory.suzukiSuffixProduct_natCeil_rpow_eq (S : BoundingSieve) (p : ) {D z : } {s : } (hD : 0 < D) (hz : z = D ^ (1 / s)⌉₊) :
      qS.prodPrimes.primeFactors with p q q < z, (1 - S.nu q)⁻¹ = qS.prodPrimes.primeFactors with p q q < D ^ (1 / s), (1 - S.nu q)⁻¹

      Convenient exact inverse-suffix specialization to D^(1/s).

      theorem MathlibNt.SieveTheory.rpow_one_div_mono_of_le {D s t : } (hD : 1 D) (hs : 0 < s) (hst : s t) :
      D ^ (1 / t) D ^ (1 / s)

      For a base at least one, decreasing the positive power parameter increases D^(1/s).

      theorem MathlibNt.SieveTheory.natCeil_rpow_one_div_mono_of_le {D s t : } (hD : 1 D) (hs : 0 < s) (hst : s t) :
      D ^ (1 / t)⌉₊ D ^ (1 / s)⌉₊

      Natural ceilings preserve the preceding power-cutoff order.

      theorem MathlibNt.SieveTheory.natCeil_cuberoot_le_natCeil_power {D s : } (hD : 1 D) (hs : 0 < s) (hs3 : s 3) :
      D ^ (1 / 3)⌉₊ D ^ (1 / s)⌉₊

      The cubic natural cutoff lies below every s-power natural cutoff with 0 < s ≤ 3.

      theorem MathlibNt.SieveTheory.caseII_hyz_of_natCeil_powerCutoffs {D : } {s : } {y z : } (hD : 1 D) (hs : 0 < s) (hs3 : s 3) (hy : y = D ^ (1 / 3)⌉₊) (hz : z = D ^ (1 / s)⌉₊) :
      y z

      Named y ≤ z bridge used by the cubic/source Case-II assembly.

      Every supported prime below the cubic natural ceiling satisfies Suzuki's strict cubic source cutoff.

      theorem MathlibNt.SieveTheory.cubicSupport_and_caseII_hyz_of_natCeil_powerCutoffs (S : BoundingSieve) {D : } {s : } {y z : } (hD : 1 D) (hs : 0 < s) (hs3 : s 3) (hy : y = D ^ (1 / 3)⌉₊) (hz : z = D ^ (1 / s)⌉₊) :

      One packet supplies both Case-II cutoff obligations: cubic support at y and the natural-cutoff order y ≤ z.