nevanlinna/Nevanlinna/firstMain.lean
2024-12-05 13:51:00 +01:00

15 lines
348 B
Plaintext
Raw 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 Nevanlinna.divisor
open Real
noncomputable def Divisor.Nevanlinna.n
(D : Divisor ) :
:=
fun r ↦ ∑ᶠ z ∈ Metric.ball (0 : ) r, D z
noncomputable def Divisor.Nevanlinna.integratedCounting
(D : Divisor ) :
:=
fun r ↦ ∑ᶠ z ∈ Metric.ball (0 : ) r, (D z) * log (r * ‖z‖⁻¹)