Theorems · Theorem · complex analysis
MeromorphicOn.divisor_prod
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {U : Set 𝕜} {ι : Type u_3} {s : Finset ι} {f : ι → 𝕜 → 𝕜},
(∀ i ∈ s, MeromorphicOn (f i) U) →
(∀ i ∈ s, ∀ z ∈ U, meromorphicOrderAt (f i) z ≠ ⊤) →
MeromorphicOn.divisor (∏ i ∈ s, f i) U = ∑ i ∈ s, MeromorphicOn.divisor (f i) UIf orders are finite, the divisor of a product of meromorphic functions is the sum of the divisors.
- Defined in
- Mathlib.Analysis.Meromorphic.Divisor
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 210 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NontriviallyNormedField
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- Top.topstatement and proof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Finset.sumstatement and proof · cited by 5,195
- WithTopstatement · cited by 3,754
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_insertproof · cited by 196
- meromorphicOrderAtstatement and proof · cited by 180
- MeromorphicOnstatement and proof · cited by 141
- Finset.mem_insert_selfproof · cited by 128
- Function.locallyFinsuppWithinstatement and proof · cited by 127
Cited by1
Results whose statement or proof uses this declaration.
- MeromorphicOn.divisor_fun_prodproof · cited by 0