nevanlinna/Nevanlinna/firstMain.lean

22 lines
609 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import Mathlib.Analysis.Analytic.Meromorphic
import Nevanlinna.holomorphic_JensenFormula
open Real
variable (f : )
variable {h₁f : MeromorphicOn f }
variable {h₂f : f 0 ≠ 0}
noncomputable def Nevanlinna.n : := by
intro r
have : MeromorphicAt f z := by
exact h₁f (sorryAx true) trivial
exact ∑ᶠ z ∈ Metric.ball (0 : ) r, (h₁f z trivial).order
noncomputable def integratedCounting : := by
intro r
-- Issue here: for s on the boundary of the ball, zero comes out.
exact ∑ᶠ s, (h₁f.order s).toNat * log (r * ‖s.1‖⁻¹)