Update meromorphicOn.lean

This commit is contained in:
Stefan Kebekus 2024-11-16 13:24:50 +01:00
parent b6014409de
commit 6e204a0348
1 changed files with 9 additions and 10 deletions

View File

@ -22,17 +22,16 @@ theorem MeromorphicOn.open_of_order_eq_top
rw [eventually_nhdsWithin_iff] at hz rw [eventually_nhdsWithin_iff] at hz
rw [eventually_nhds_iff] at hz rw [eventually_nhds_iff] at hz
obtain ⟨t', h₁t', h₂t', h₃t'⟩ := hz obtain ⟨t', h₁t', h₂t', h₃t'⟩ := hz
let t :=
have : t ⊆ { u : U | (h₁f u.1 u.2).order = } := by let t : Set U := Subtype.val ⁻¹' t'
use t
constructor
· intro w hw
simp
sorry sorry
· constructor
· exact isOpen_induced h₂t'
· exact h₃t'
rw [← eventually_eventually_nhds] at hz
sorry
theorem MeromorphicOn.order_ne_top theorem MeromorphicOn.order_ne_top
{f : } {f : }