Theorems · Theorem · complex analysis
MeromorphicOn.min_divisor_le_divisor_add
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {f₁ f₂ : 𝕜 → E} {z : 𝕜} {U : Set 𝕜},
MeromorphicOn f₁ U →
MeromorphicOn f₂ U →
z ∈ U →
meromorphicOrderAt (f₁ + f₂) z ≠ ⊤ →
min ((MeromorphicOn.divisor f₁ U) z) ((MeromorphicOn.divisor f₂ U) z) ≤ (MeromorphicOn.divisor (f₁ + f₂) U) zThe divisor of f₁ + f₂ is larger than or equal to the minimum of the divisors of f₁ and f₂,
respectively.
- Defined in
- Mathlib.Analysis.Meromorphic.Divisor
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- 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 and proof · cited by 90
- WithTop.untop₀proof · cited by 73
Cited by1
Results whose statement or proof uses this declaration.
- MeromorphicOn.negPart_divisor_add_le_maxproof · cited by 1