Working…
Some checks failed
Lean Action CI / build (push) Has been cancelled
Create Release / Add Lean release tag (push) Has been cancelled

This commit is contained in:
Stefan Kebekus
2025-10-25 07:07:57 +02:00
parent d1fc1b634f
commit 7eb9cf9772
5 changed files with 38 additions and 14 deletions

View File

@@ -1 +1,15 @@
def hello := "world"
import Mathlib.Analysis.Meromorphic.Basic
open MeromorphicOn Metric Real Set Classical
variable
{𝕜 : Type*} [NontriviallyNormedField 𝕜]
{E : Type*} [NormedAddCommGroup E] [NormedSpace 𝕜 E]
{U : Set 𝕜} {f g : 𝕜 E} {a : WithTop E} {a₀ : E}
/-- Finite sums of meromorphic functions are meromorphic. -/
@[fun_prop]
theorem MeromorphicAt.sum {ι : Type*} {s : Finset ι} {f : ι 𝕜 E} {x : 𝕜}
(h : σ, MeromorphicAt (f σ) x) :
MeromorphicAt ( n s, f n) x := by
sorry