Theorems · Theorem · complex analysis
meromorphicNFAt_prod
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {x : 𝕜} {ι : Type u_3} {s : Finset ι} {f : ι → 𝕜 → 𝕜},
(∀ i ∈ s, MeromorphicNFAt (f i) x) → {σ | σ ∈ s ∧ f σ x = 0}.Subsingleton → MeromorphicNFAt (∏ i ∈ s, f i) xA product of meromorphic functions in normal form is in normal form if at most one of the factors vanishes.
- Defined in
- Mathlib.Analysis.Meromorphic.NormalForm
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 201 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.
- Finsetstatement and proof · cited by 13,712
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Set.ofPredstatement and proof · cited by 6,101
- Finset.prodstatement · cited by 2,356
- Finset.filterproof · cited by 949
- Eq.leproof · cited by 605
- Finset.eraseproof · cited by 455
- AnalyticAtproof · cited by 321
- Set.Subsingletonstatement and proof · cited by 276
- Finset.filter_congrproof · cited by 167
- Finset.prod_applyproof · cited by 70
- Finset.prod_ne_zero_iffproof · cited by 45
Cited by3
Results whose statement or proof uses this declaration.
- meromorphicNFAt_finprodproof · cited by 1
- meromorphicNFOn_prodproof · cited by 1
- meromorphicNFAt_fun_prodproof · cited by 0