Create holomorphic_zero.lean

This commit is contained in:
Stefan Kebekus 2024-08-16 07:13:38 +02:00
parent 44dc57ed39
commit 4b25e0694c
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
import Nevanlinna.holomorphic
def zeroDivisor
{f : }
{R : }
(h₁f : ∀ z ∈ Metric.closedBall z R, HolomorphicAt f z)
(h₂f : ∃ z ∈ Metric.closedBall z R, f z ≠ 0) :
:= by
sorry