Documentation

MathlibNt.AnalyticNumberTheory.LargeSieve.StandardBVHighChosenUnconditional

Unconditional chosen Standard-BV high-conductor source #

This checker constructs the genuine chosen high-conductor source with explicit parameters.

theorem AnalyticNumberTheory.LargeSieve.standardBVHighChosenUnconditional_typeII (A : ) :
have B := 3 * A + 200; have C := 2 * (A + 50); have u := fun (N : ) => logConductorThreshold N C; have v := fun (N : ) => logConductorThreshold N C; ∃ (K : ), 0 < K ∀ᶠ (N : ) in Filter.atTop, have Q := MathlibNt.SieveTheory.LiuWeight.panModulusCutoff N B; 4 * discreteAbelAmplifierPrefixMax N * conductorHarmonicFactor Q ^ 2 * highConductorVaughanTypeIIMean N Q C (u N) (v N) K * N / Real.log N ^ A

Unconditional closure of exactly the chosen-parameter Type-II high-conductor contribution.

theorem AnalyticNumberTheory.LargeSieve.standardBVHighChosenUnconditional_typeI (A : ) :
have B := 3 * A + 200; have C := 2 * (A + 50); have u := fun (N : ) => logConductorThreshold N C; have v := fun (N : ) => logConductorThreshold N C; ∃ (K : ), 0 < K ∀ᶠ (N : ) in Filter.atTop, have Q := MathlibNt.SieveTheory.LiuWeight.panModulusCutoff N B; 4 * discreteAbelAmplifierPrefixMax N * conductorHarmonicFactor Q ^ 2 * highConductorVaughanTypeIMean N Q C (u N) (v N) K * N / Real.log N ^ A

The elementary finite-complex-Cauchy Type-I estimate is payable at the same explicit cutoff. No row-triangle theorem is used here.

theorem AnalyticNumberTheory.LargeSieve.standardBVHighChosenUnconditional_small (A : ) :
have B := 3 * A + 200; have C := 2 * (A + 50); have v := fun (N : ) => logConductorThreshold N C; ∃ (K : ), 0 < K ∀ᶠ (N : ) in Filter.atTop, have Q := MathlibNt.SieveTheory.LiuWeight.panModulusCutoff N B; have P := 4 * discreteAbelAmplifierPrefixMax N * conductorHarmonicFactor Q ^ 2; P * highConductorVaughanSmallMean N Q C (v N) K * N / Real.log N ^ A

Unconditional closure of exactly the small Vaughan lane at the chosen parameters B=3*A+200, C=2*(A+50), and v(N)=logConductorThreshold N C.

Unconditional inhabitant of the genuine chosen high-conductor source. The shared pair is u(N)=v(N)=logConductorThreshold N (2*(A+50)).