All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Zeta zero re mem of im pos

Backlund.zeta_zero_re_mem_of_im_pos

Plain-language statement

Every zero ss of the Riemann zeta function in the upper half-plane lies in the critical strip: if ζ(s)=0\zeta(s)=0 and Ims>0\operatorname{Im}s>0, then 0Res1.0\le\operatorname{Re}s\le1.

Exact Lean statement

lemma zeta_zero_re_mem_of_im_pos {s : ℂ} (hs : riemannZeta s = 0) (him : 0 < s.im) :
    0 ≤ s.re ∧ s.re ≤ 1

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma zeta_zero_re_mem_of_im_pos {s : ℂ} (hs : riemannZeta s = 0) (him : 0 < s.im) :    0  s.re  s.re  1 := by  refine ?_, ?_  · by_contra hre    push Not at hre    set w : ℂ := 1 - s with hw    have hwre : 1 < w.re := by      rw [hw]      simp only [Complex.sub_re, Complex.one_re]      linarith    have hwn :  n : , w  -(n : ℂ) := by      intro n h      have h' := congrArg Complex.re h      simp only [Complex.neg_re, Complex.natCast_re] at h'      have hn : (0 : )  (n : ) := Nat.cast_nonneg n      linarith    have hw1 : w  1 := by      intro h      have h' := congrArg Complex.re h      simp only [Complex.one_re] at h'      linarith    have hfe := riemannZeta_one_sub hwn hw1    have h1w : (1 : ℂ) - w = s := by      rw [hw]; ring    rw [h1w, hs] at hfe    have hζw : riemannZeta w  0 := riemannZeta_ne_zero_of_one_le_re hwre.le    have hΓ : Complex.Gamma w  0 := Complex.Gamma_ne_zero hwn    have h2π : ((2 : ℂ) * (Real.pi : ℂ)) ^ (-w)  0 := by      rw [Complex.cpow_def_of_ne_zero (by        simp only [ne_eq, mul_eq_zero, not_or]        exact two_ne_zero, by exact_mod_cast Real.pi_ne_zero)]      exact Complex.exp_ne_zero _    have hprod := hfe.symm    simp only [mul_eq_zero] at hprod    have hcos : Complex.cos ((Real.pi : ℂ) * w / 2) = 0 := by      rcases hprod with ((((h | h) | h) | h) | h)      · norm_num at h      · exact absurd h h2π      · exact absurd h hΓ      · exact h      · exact absurd h hζw    rw [Complex.cos_eq_zero_iff] at hcos    obtain k, hk := hcos    have hπ : ((Real.pi : ) : ℂ)  0 := by exact_mod_cast Real.pi_ne_zero    have h2 : (Real.pi : ℂ) * w = (Real.pi : ℂ) * (2 * (k : ℂ) + 1) := by      linear_combination 2 * hk    have hwk : w = 2 * (k : ℂ) + 1 := mul_left_cancel₀ hπ h2    have himw := congrArg Complex.im hwk    simp [hw] at himw    linarith  · by_contra hre    push Not at hre    exact riemannZeta_ne_zero_of_one_le_re hre.le hs
Project
Prime Number Theorem and More
License
Apache-2.0
Commit
a93551347dce
Source
PrimeNumberTheoremAnd/Backlund/ZeroCountCrude.lean:898-950

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Admissible bound mono

admissible_bound.mono

Plain-language statement

For positive parameters A,B,C,RA,B,C,R, the classical error-bound function A(logxR)Bexp ⁣(ClogxR)A\left(\frac{\log x}{R}\right)^B\exp\!\left(-C\sqrt{\frac{\log x}{R}}\right) is nonincreasing once xexp ⁣(R(2B/C)2)x\ge \exp\!\left(R(2B/C)^2\right).

analytic number theoryprime numbersasymptotics

Source project: Prime Number Theorem and More

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Analytic On div Removable zero

AnalyticOn_divRemovable_zero

Plain-language statement

Let ff be analytic on an open set ss containing 00, and suppose f(0)=0f(0)=0. Define g(z)=f(z)/zg(z)=f(z)/z for z0z\ne0 and g(0)=f(0)g(0)=f'(0). Then the apparent singularity at 00 is removable and gg is analytic throughout ss.

analytic number theoryprime numbersasymptotics

Source project: Prime Number Theorem and More

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Analytic On div Removable zero closed Ball

AnalyticOn_divRemovable_zero_closedBall

Plain-language statement

Suppose R>0R>0 and ff is analytic on the closed disc zR|z|\le R with f(0)=0f(0)=0. Define g(z)=f(z)/zg(z)=f(z)/z for z0z\ne0 and g(0)=f(0)g(0)=f'(0). Then gg is analytic on the entire closed disc, including at the removed singularity.

analytic number theoryprime numbersasymptotics

Source project: Prime Number Theorem and More

Person-level attribution pending.

View proof record