Theorems · Theorem · complex analysis
ValueDistribution.logCounting_mul_zero_le
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] [inst_1 : ProperSpace 𝕜] {f₁ f₂ : 𝕜 → 𝕜} {r : ℝ},
1 ≤ r →
Meromorphic f₁ →
(∀ (z : 𝕜), meromorphicOrderAt f₁ z ≠ ⊤) →
Meromorphic f₂ →
(∀ (z : 𝕜), meromorphicOrderAt f₂ z ≠ ⊤) →
ValueDistribution.logCounting (f₁ * f₂) 0 r ≤
(ValueDistribution.logCounting f₁ 0 + ValueDistribution.logCounting f₂ 0) rFor 1 ≤ r, the logarithmic counting function for the zeros of f * g is less than or equal to the
sum of the logarithmic counting functions for the zeros of f and g, respectively.
Note: The statement proven here is found at the top of page 169 of [Lang: Introduction to Complex
Hyperbolic Spaces](https://link.springer.com/book/10.1007/978-1-4757-1945-1) where it is written as
an inequality between functions. This could be interpreted as claiming that the inequality holds for
ALL values of r, which is not true. For a counterexample, take f₁ : z → z and f₂ : z → z⁻¹.
Then,
- logCounting f₁ 0 = log
- logCounting f₂ 0 = 0
- logCounting (f₁ * f₂) 0 = 0
But log r is negative for small r.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 210 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Top.topstatement and proof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Set.univproof · cited by 3,945
- WithTopstatement · cited by 3,754
- sub_zeroproof · cited by 938
- ProperSpacestatement and proof · cited by 190
- meromorphicOrderAtstatement and proof · cited by 180
- Function.locallyFinsuppWithinproof · cited by 127
- PosPart.posPartproof · cited by 113
- Meromorphicstatement and proof · cited by 108
Cited by2
Results whose statement or proof uses this declaration.
- ValueDistribution.characteristic_mul_zero_leproof · cited by 1
- ValueDistribution.logCounting_mul_zero_eventuallyLEproof · cited by 0