Update holomorphic_JensenFormula2.lean

This commit is contained in:
Stefan Kebekus
2024-08-22 14:52:52 +02:00
parent b818aa5c13
commit 42a6c439a9

View File

@@ -8,6 +8,14 @@ import Nevanlinna.specialFunctions_CircleIntegral_affine
open Real
noncomputable def Zeroset
{f : }
{s : Set }
(hf : z s, HolomorphicAt f z) :
Set := by
exact f⁻¹' {0} s
noncomputable def ZeroFinset
{f : }
(h₁f : z Metric.closedBall (0 : ) 1, HolomorphicAt f z)
@@ -272,7 +280,9 @@ theorem jensen_case_R_eq_one
simp_rw [ Complex.norm_eq_abs] at this
rw [t₁] at this
--let Z₁ := (ZeroFinset h₁f h₂f) ∩ (Metric.ball 0 1)
let Z₂ := { x : ZeroFinset h₁f h₂f | x.1 = 1 }
sorry