def
definition
def or abbrev
hadamardFactorizationStatus
show as:
view Lean formalization →
formal statement (Lean)
106def hadamardFactorizationStatus : HadamardFactorizationStatus where
107 completed_zeta0_entire := completedZeta0_differentiable
proof body
Definition body.
108 completed_zeta0_functional_equation := completedZeta0_functional_equation
109 hadamard_data_to_product := completedRiemannZeta0_hadamard_product
110
111end
112
113end HadamardFactorization
114end NumberTheory
115end IndisputableMonolith