theorem
proved
term proof
completedRiemannZeta0_hadamard_product
show as:
view Lean formalization →
formal statement (Lean)
85theorem completedRiemannZeta0_hadamard_product
86 (data : CompletedZetaHadamardProduct) (s : ℂ) :
87 completedRiemannZeta₀ s =
88 Complex.exp (data.A + data.B * s) * data.productLimit s :=
proof body
Term-mode proof.
89 data.completedZeta0_eq_hadamard s
90
91/-! ## 4. Track D attack surface -/
92
93/-- Practical Track D bundle: the proved Mathlib inputs plus the open Hadamard
94product data type. -/