Files
aristotle/Aristotle/Basic.lean
Stefan Kebekus 2bb8762a4f
Some checks are pending
Lean Action CI / build (push) Waiting to run
Update Basic.lean
2025-11-04 16:30:01 +01:00

14 lines
443 B
Lean4
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import Mathlib.Analysis.Meromorphic.Basic
import Mathlib.Analysis.Meromorphic.Order
open MeromorphicOn Metric Real Set Classical
variable
{𝕜 : Type*} [NontriviallyNormedField 𝕜] [CompleteSpace 𝕜]
/-- Derivatives of meromorphic functions are meromorphic. -/
theorem meromorphicAt_deriv_of_order_eq_top {f : 𝕜 𝕜} {x : 𝕜}
(h : MeromorphicAt f x) (h₁ : h.order = ) :
MeromorphicAt (deriv f) x := by
sorry