Theorems · Theorem · complex analysis
MeromorphicOn.logDeriv_prod_eventuallyEq
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {𝕜' : Type u_2} [inst_1 : NontriviallyNormedField 𝕜']
[inst_2 : NormedAlgebra 𝕜 𝕜'] {U : Set 𝕜} {ι : Type u_3} {s : Finset ι} {F : ι → 𝕜 → 𝕜'},
(∀ i ∈ s, MeromorphicOn (F i) U) →
(∀ i ∈ s, ∀ x ∈ U, meromorphicOrderAt (F i) x ≠ ⊤) →
logDeriv (∏ i ∈ s, F i) =ᶠ[Filter.codiscreteWithin U] ∑ i ∈ s, logDeriv (F i)The logarithmic derivative converts products into sums: away from a codiscrete subset of U, the
logarithmic derivative of a finite product of meromorphic functions is the sum of the logarithmic
derivatives.
- Defined in
- Mathlib.Analysis.Meromorphic.LogDeriv
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Filter.Eventuallyproof · cited by 3,134
- Finset.prodstatement and proof · cited by 2,356
- Filter.EventuallyEqstatement · cited by 1,912
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- NormedAlgebrastatement and proof · cited by 1,165
Cited by3
Results whose statement or proof uses this declaration.
- MeromorphicOn.logDeriv_finprod_eventuallyEqproof · cited by 1
- Meromorphic.logDeriv_prod_eventuallyEqproof · cited by 1
- MeromorphicOn.logDeriv_fun_prod_eventuallyEqproof · cited by 0