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

CH2.Phi_star.continuousAt_imag

PrimeNumberTheoremAnd.IEANTN.CH2.CH2_part1 · PrimeNumberTheoremAnd/IEANTN/CH2/CH2_part1.lean:2042 to 2055

Mathematical statement

Exact Lean statement

theorem Phi_star.continuousAt_imag (ν ε t : ℝ) (ht : 0 ≤ t) (hν : ν > 0) :
    ContinuousAt (fun s : ℝ ↦ Phi_star ν ε (I * ↑s)) t

Complete declaration

Lean source

Canonical source
Full Lean sourceLean 4
theorem Phi_star.continuousAt_imag (ν ε t : ) (ht : 0  t) (hν : ν > 0) :    ContinuousAt (fun s :   Phi_star ν ε (I * ↑s)) t := by  simp only [Phi_star]  have h_eq (s : ) : -2 * π * I * (I * s) + ν = ↑(2 * π * s + ν) := by    ring_nf; simp  simp_rw [h_eq]  apply ContinuousAt.div_const  apply ContinuousAt.sub  · let f :    := fun x  2 * π * x + ν    have hf : ContinuousAt f t := by fun_prop    have hg : ContinuousAt (fun x :   B ε ↑x) (f t) :=      B.continuousAt_ofReal_ne_zero ε (f t) (by nlinarith [Real.pi_pos])    exact hg.comp hf  · exact continuousAt_const