Documentation

MathlibNt.AnalyticNumberTheory.Chen1973.Chen1973Lemma1MellinClosure

theorem AnalyticNumberTheory.LargeSieve.test_int_gamma_value {q : } (hq : 0 < q.re) (n : ) :
(u : ) in Set.Ioi 0, Complex.exp (-q * u) * (chenGammaCDF n u) = 1 / (q * (1 + q) ^ (n + 1))
theorem AnalyticNumberTheory.LargeSieve.test_scaled_integrable {q : } (hq : 0 < q.re) {A : } (hA : 0 < A) (n : ) :
theorem AnalyticNumberTheory.LargeSieve.test_scaled_value {q : } (hq : 0 < q.re) {A : } (hA : 0 < A) (n : ) :
(u : ) in Set.Ioi 0, Complex.exp (-q * u) * (chenGammaCDF n (A * u)) = 1 / (q * (1 + q / A) ^ (n + 1))
theorem AnalyticNumberTheory.LargeSieve.chen_cpow_exp_neg (s : ) (u : ) :
(Real.exp (-u)) ^ (s - 1) * (Real.exp (-u)) = Complex.exp (-s * u)

The Gamma primitive is continuous throughout the positive half-line, including the glued endpoint r = 1.

Pointwise positive-argument continuity required by Mellin inversion.

Chen's unconditional Bromwich identity. The Mellin transform formula, convergence on re s = 2, and positive-argument continuity are all proved in this module rather than supplied by callers.