Mathlib Map

Theorems · Theorem · complex analysis

Meromorphic.logDeriv_fun_prod_eventuallyEq

∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {𝕜' : Type u_2} [inst_1 : NontriviallyNormedField 𝕜']
  [inst_2 : NormedAlgebra 𝕜 𝕜'] {ι : Type u_3} {s : Finset ι} {F : ι → 𝕜 → 𝕜'},
  (∀ i ∈ s, Meromorphic (F i)) →
    (∀ i ∈ s, ∀ (x : 𝕜), meromorphicOrderAt (F i) x ≠ ⊤) →
      (logDeriv fun a => ∏ c ∈ s, F c a) =ᶠ[Filter.codiscrete 𝕜] fun a => ∑ c ∈ s, logDeriv (F c) a

Eta-expanded form of Meromorphic.logDeriv_prod_eventuallyEq The logarithmic derivative converts products into sums: away from a codiscrete subset of 𝕜, 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
0 results in Mathlib
Foundations
Depth 207 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNontriviallyNormedFieldNormedAlgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.