Theorems · Theorem · complex analysis
MeromorphicOn.divisor_mul
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {U : Set 𝕜} {f₁ f₂ : 𝕜 → 𝕜},
MeromorphicOn f₁ U →
MeromorphicOn f₂ U →
(∀ z ∈ U, meromorphicOrderAt f₁ z ≠ ⊤) →
(∀ z ∈ U, meromorphicOrderAt f₂ z ≠ ⊤) →
MeromorphicOn.divisor (f₁ * f₂) U = MeromorphicOn.divisor f₁ U + MeromorphicOn.divisor f₂ UIf orders are finite, the divisor of the product of two meromorphic functions is the sum of the
divisors.
See MeromorphicOn.exists_order_ne_top_iff_forall and
MeromorphicOn.order_ne_top_of_isPreconnected for two convenient criteria to guarantee conditions
h₂f₁ and h₂f₂.
- Defined in
- Mathlib.Analysis.Meromorphic.Divisor
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 209 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.
Cites9
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
- Top.topstatement and proof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- WithTopstatement · cited by 3,754
- meromorphicOrderAtstatement and proof · cited by 180
- MeromorphicOnstatement and proof · cited by 141
- Function.locallyFinsuppWithinstatement · cited by 127
- MeromorphicOn.divisorstatement · cited by 90
- MeromorphicOn.divisor_smulproof · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- ValueDistribution.logCounting_mul_top_leproof · cited by 2
- ValueDistribution.logCounting_mul_zero_leproof · cited by 2
- MeromorphicOn.divisor_prodproof · cited by 1