theorem
proved
term proof
zero_composition_diverges
show as:
view Lean formalization →
formal statement (Lean)
192theorem zero_composition_diverges (ρ : ℂ) (hρ : ¬OnCriticalLine ρ) (C : ℝ) :
193 ∃ n : ℕ, C < defectIterate (zeroDeviation ρ) n := by
proof body
Term-mode proof.
194 apply defectIterate_unbounded
195 exact (zeroDeviation_eq_zero_iff_on_critical_line ρ).not.mpr hρ
196
197end
198
199end NumberTheory
200end IndisputableMonolith