pith. machine review for the scientific record. sign in
structure definition def or abbrev

HadamardFactorizationStatus

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)

  95structure HadamardFactorizationStatus where
  96  completed_zeta0_entire :
  97    Differentiable ℂ completedRiemannZeta₀
  98  completed_zeta0_functional_equation :
  99    ∀ s : ℂ, completedRiemannZeta₀ s = completedRiemannZeta₀ (1 - s)
 100  hadamard_data_to_product :
 101    ∀ data : CompletedZetaHadamardProduct,
 102      ∀ s : ℂ,
 103        completedRiemannZeta₀ s =
 104          Complex.exp (data.A + data.B * s) * data.productLimit s
 105

used by (1)

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

depends on (4)

Lean names referenced from this declaration's body.