Update stronglyMeromorphicOn_eliminate.lean

This commit is contained in:
Stefan Kebekus 2024-11-19 12:06:03 +01:00
parent 81f1c6ae94
commit 32f0bdf6e1

View File

@ -10,14 +10,6 @@ import Nevanlinna.mathlibAddOn
open scoped Interval Topology
open Real Filter MeasureTheory intervalIntegral
lemma untop_eq_untop'
{n : WithTop }
(hn : n ≠ ) :
n.untop' 0 = n.untop hn := by
rw [WithTop.untop'_eq_iff]
simp
theorem MeromorphicOn.decompose₁
{f : }
{U : Set }
@ -149,3 +141,19 @@ theorem MeromorphicOn.decompose₁
simp
apply zpow_ne_zero
rwa [sub_ne_zero]
theorem MeromorphicOn.decompose₂
{f : }
{U : Set }
{P : Finset }
(hP : P.toSet ⊆ U)
(h₁f : MeromorphicOn f U)
(h₂f : ∀ hp : p ∈ P, StronglyMeromorphicAt f p)
(h₃f : ∀ hp : p ∈ P, (h₂f hp).meromorphicAt.order ≠ ) :
∃ g : , (MeromorphicOn g U)
∧ (∀ p ∈ P, AnalyticAt g p)
∧ (∀ p ∈ P, g p ≠ 0)
∧ (f = g * ∏ p ∈ P, fun z ↦ (z - p) ^ (h₁f.divisor p)) := by
sorry