Theorems · Theorem · complex analysis
MeromorphicOn.extract_zeros_poles
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {U : Set 𝕜} {f : 𝕜 → E},
MeromorphicOn f U →
(∀ (u : ↑U), meromorphicOrderAt f ↑u ≠ ⊤) →
(MeromorphicOn.divisor f U).support.Finite →
∃ g,
AnalyticOnNhd 𝕜 g U ∧
(∀ (u : ↑U), g ↑u ≠ 0) ∧
f =ᶠ[Filter.codiscreteWithin U] (∏ᶠ (u : 𝕜), (fun x => x - u) ^ (MeromorphicOn.divisor f U) u) • gIf f is meromorphic on an open set U, if f is nowhere locally constant zero, and if the
support of the divisor of f is finite, then there exists an analytic function g on U without
zeros such that f is equivalent, modulo equality on codiscrete sets, to the product of g and the
factorized rational function associated with the divisor of f.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 209 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites62
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Top.topstatement and proof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Set.Elemstatement and proof · cited by 7,166
- WithTopstatement and proof · cited by 3,754
- le_reflproof · cited by 2,061
- Filter.EventuallyEqstatement · cited by 1,912
- Set.Finitestatement and proof · cited by 1,814
- Filter.univ_mem'proof · cited by 1,672
Cited by4
Results whose statement or proof uses this declaration.
- MeromorphicOn.circleIntegrable_log_normproof · cited by 11
- MeromorphicOn.intervalIntegrable_log_normproof · cited by 4
- MeromorphicOn.circleAverage_log_normproof · cited by 3
- MeromorphicOn.exists_ecanonicalDecompproof · cited by 0