Update firstMain.lean

This commit is contained in:
Stefan Kebekus
2024-12-05 13:51:00 +01:00
parent dce2f57135
commit c6e72864c8

View File

@@ -1,21 +1,14 @@
import Mathlib.Analysis.Analytic.Meromorphic
import Nevanlinna.holomorphic_JensenFormula
import Nevanlinna.divisor
open Real
variable (f : )
variable {h₁f : MeromorphicOn f }
variable {h₂f : f 0 0}
noncomputable def Divisor.Nevanlinna.n
(D : Divisor ) :
:=
fun r z Metric.ball (0 : ) r, D z
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⁻¹)
noncomputable def Divisor.Nevanlinna.integratedCounting
(D : Divisor ) :
:=
fun r z Metric.ball (0 : ) r, (D z) * log (r * z⁻¹)