Skip to main content
AlexKontorovich/PrimeNumberTheoremAnd
Source indexedlemma · leanprover/lean4:v4.32.0

CH2.integrableOn_Phi_circ_m12

PrimeNumberTheoremAnd.IEANTN.CH2.CH2_part1 · PrimeNumberTheoremAnd/IEANTN/CH2/CH2_part1.lean:3266 to 3276

Mathematical statement

Exact Lean statement

lemma integrableOn_Phi_circ_m12 (ν ε x T : ℝ) :
    IntegrableOn (fun a : ℝ ↦ Phi_circ ν ε (-1 / 2 - I * ↑a) * cexp (2 * ↑π * I * (-(-1 / 2 - I * ↑a) * ↑x))) (Set.Icc 0 T)

Complete declaration

Lean source

Canonical source
Full Lean sourceLean 4
lemma integrableOn_Phi_circ_m12 (ν ε x T : ) :    IntegrableOn (fun a :   Phi_circ ν ε (-1 / 2 - I * ↑a) * cexp (2 * ↑π * I * (-(-1 / 2 - I * ↑a) * ↑x))) (Set.Icc 0 T) := by  apply ContinuousOn.integrableOn_Icc  apply ContinuousOn.mul  · intro a _    apply ContinuousAt.continuousWithinAt    have h_ana : AnalyticAt ℂ (Phi_circ ν ε) (-1 / 2 - I * ↑a) := by      apply Phi_circ.analyticAt_of_re_ne_int      intro n, hn; replace hn := congr_arg (· * 2) hn; norm_num at hn; norm_cast at hn; omega    exact ContinuousAt.comp (f := fun a :   (-1 / 2 : ℂ) - I * ↑a) h_ana.continuousAt (by fun_prop)  · exact Continuous.continuousOn (by fun_prop)