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

This commit is contained in:
Stefan Kebekus
2025-12-12 20:25:12 +01:00
parent b807b3597a
commit 6de85b8db6

View File

@@ -4,5 +4,5 @@ variable
{E : Type*} [NormedAddCommGroup E] [NormedSpace E]
lemma MeromorphicAt.comp {x : } {f : E} {g : }
(hf : MeromorphicAt f (g x)) (hg : MeromorphicAt g x) : MeromorphicAt (f g) x := by
(hf : MeromorphicAt f (g x)) (hg : AnalyticAt g x) : MeromorphicAt (f g) x := by
sorry