Documentation

MathlibNt.AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducerPerronAssembly

The complete Pan source cell after Perron truncation #

Both short and long polynomials are retained. The common half-step represents the exact integer hyperbola, so there is no omitted boundary divisor term.

theorem AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.perron_integral_eq_short_add_long {q : } (f : ) (m H y A₁ A₂ k : ) (χ : PrimitiveCharacter q) {σ T : } ( : 1 / 2 σ) (hT : 0 T) (hH : H T⌋₊) :
MathlibNt.SieveTheory.LiuWeight.liuPanTruncatedPerronIntegral (Finset.Ioc (2 ^ k * A₁) (min (2 ^ (k + 1) * A₁) A₂)) (Finset.Icc 1 T⌋₊) (panSourceG f m) (panSourceD m) (↑χ) σ T y = halfStepShortIntegral f m H y A₁ A₂ k χ σ T + halfStepLongIntegral f m H y A₁ A₂ k χ σ T

Exact passage from the exponential-form Perron integral to both of the paper's finite complex-power polynomials.

theorem AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.source_cell_perron_shift {q x y : } (f : ) (hf : ∀ (n : ), f n 1) (m H A₁ A₂ k : ) (χ : PrimitiveCharacter q) (hx : 4 Real.log x) (hy : 1 y) (hyx : y x) (hAy : A₂ y) (hHx : H x) :
panSourceCharacterAmplitude (panSourceG f m) (panSourceD m) y (2 ^ k * A₁) (min (2 ^ (k + 1) * A₁) A₂) χ - (halfStepShortIntegral f m H y A₁ A₂ k χ (1 / 2) (panSourceHeight x) + halfStepLongIntegral f m H y A₁ A₂ k χ (panSourceSigma x) (panSourceHeight x)) 388 / x ^ 2

The actual complete source cell, after shifting only the short integral. The long integral has not been discarded or replaced by a rowwise bound.

The reciprocal-totient primitive mass pays the number of conductors, not the sum of their sizes.

theorem AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.source_cell_le_integral_means {x y : } {R : } (f : ) (hf : ∀ (n : ), f n 1) (m A₁ A₂ k : ) (hx : 4 Real.log x) (hy : 1 y) (hyx : y x) (hAy : A₂ y) (hR : 1 R) (hH : shortCutoff R x) :
sourceCell f m y A₁ A₂ k R qconductorCell R, (↑q.totient)⁻¹ * χ : PrimitiveCharacter q, halfStepShortIntegral f m (shortCutoff R) y A₁ A₂ k χ (1 / 2) (panSourceHeight x) + qconductorCell R, (↑q.totient)⁻¹ * χ : PrimitiveCharacter q, halfStepLongIntegral f m (shortCutoff R) y A₁ A₂ k χ (panSourceSigma x) (panSourceHeight x) + 2 * R * (388 / x ^ 2)
theorem AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.source_cell_bound_of_means {x y : } {R M₁ M₂ : } (f : ) (hf : ∀ (n : ), f n 1) (m A₁ A₂ k : ) (hx : 4 Real.log x) (hy : 1 y) (hyx : y x) (hAy : A₂ y) (hR : 1 R) (hH : shortCutoff R x) (hM₁ : 0 M₁) (hM₂ : 0 M₂) (hs : ∀ (s : ), 1 / 2 s.reshortMean f m A₁ A₂ k R s M₁) (hl : ∀ (s : ), 1 s.relongMean f m A₁ A₂ k R (panSourceHeight x) s M₂) :

A finite-height bound for the genuine cell. Both primitive means are analytic inputs to this integration lemma and are discharged below.

theorem AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.chosen_source_cell_uniform :
∃ (C₁ : ) (C₂ : ), 0 < C₁ 0 < C₂ ∀ (B ε : ), 0 B0 < ε∃ (X₀ : ), ∀ (x : ), X₀ x∀ (y j m A₁ A₂ k : ) (f : ), 1 Real.log yy xA₂ yconductorRadius x B j upperConductor x BA₂ x ^ (1 - ε) → Real.log y ^ (2 * B) A₁(∀ (n : ), f n 1)sourceCell f m y A₁ A₂ k (conductorRadius x B j) 6 * MathlibNt.SieveTheory.LiuWeight.liuPanPerronHalfStep y ^ (1 / 2) * (C₁ * x * Real.log x ^ (1 - B)) * Real.log (1 + panSourceHeight x) + 6 * MathlibNt.SieveTheory.LiuWeight.liuPanPerronHalfStep y ^ panSourceSigma x * (C₂ * Real.log x ^ 2 / Real.log y ^ B) * Real.log (1 + panSourceHeight x) + 776 / x

The genuine source-cell bound with both polynomial means discharged. The constants precede all source functions, parameters, and spectral heights.

theorem AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.chosen_source_cell_log_saving :
∃ (C : ), 0 < C ∀ (B ε : ), 0 B0 < ε∃ (X₀ : ), ∀ (x : ), X₀ x∀ (j m A₁ A₂ k : ) (f : ), A₂ xconductorRadius x B j upperConductor x BA₂ x ^ (1 - ε) → Real.log x ^ (2 * B) A₁(∀ (n : ), f n 1)sourceCell f m x A₁ A₂ k (conductorRadius x B j) C * x * Real.log x ^ (4 - B) + 776 / x

At the full source endpoint, each real conductor/source cell has an arbitrary logarithmic saving. This is an unconditional analytic producer, not the weighted aggregate over induced conductors.