Update Basic.lean
Some checks failed
Lean Action CI / build (push) Has been cancelled

This commit is contained in:
Stefan Kebekus
2025-11-19 14:43:14 +01:00
parent 2bb8762a4f
commit c6396e002d

View File

@@ -8,6 +8,13 @@ variable
/-- Derivatives of meromorphic functions are meromorphic. -/
theorem meromorphicAt_deriv_of_order_eq_top {f : 𝕜 𝕜} {x : 𝕜}
(h : MeromorphicAt f x) (h₁ : h.order = ) :
(h : MeromorphicAt f x) (h₁ : h.order ) :
MeromorphicAt (deriv f) x := by
have := h.eventually_analyticAt
obtain n, hn := h
let g : 𝕜 𝕜 := sorry
rw [MeromorphicAt.meromorphicAt_congr]
sorry