Mathlib Map

Theorems · Theorem · complex analysis

ValueDistribution.logCounting_sum_top_eventuallyLE

∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] [inst_1 : ProperSpace 𝕜] {E : Type u_2}
  [inst_2 : NormedAddCommGroup E] [inst_3 : NormedSpace 𝕜 E] {α : Type u_3} (s : Finset α) (f : α → 𝕜 → E),
  (∀ a ∈ s, Meromorphic (f a)) →
    ValueDistribution.logCounting (∑ a ∈ s, f a) ⊤ ≤ᶠ[Filter.atTop] ∑ a ∈ s, ValueDistribution.logCounting (f a) ⊤

Asymptotically, the logarithmic counting function for the poles of a sum ∑ a ∈ s, f a is less than or equal to the sum of the logarithmic counting functions for the poles of the f ·.

Defined in
Mathlib.Analysis.Complex.ValueDistribution.LogCounting.Basic
Cited by
0 results in Mathlib
Foundations
Depth 213 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldProperSpaceNormedAddCommGroupNormedSpace

Around this declaration

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

Cites17

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.