pith. machine review for the scientific record. sign in
theorem proved term proof

riemannZeta_ne_zero_in_log_strip

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  73theorem riemannZeta_ne_zero_in_log_strip
  74    (bridge : StripZeroFreeBridge) :
  75    ∃ c T : ℝ, 0 < c ∧ 1 < T ∧
  76      ∀ s : ℂ, T ≤ |s.im| →
  77        1 - c / Real.log |s.im| < s.re →
  78          riemannZeta s ≠ 0 := by

proof body

Term-mode proof.

  79  rcases bridge with ⟨strip⟩
  80  exact ⟨strip.c, strip.T, strip.c_pos, strip.T_gt_one, strip.zero_free⟩
  81
  82/-! ## 3. Relation to the weak zero-free-region module -/
  83
  84/-- A proven boundary certificate and a named open strip bridge are exactly the
  85honest Phase 5 state. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (13)

Lean names referenced from this declaration's body.