Theorems · Theorem · complex analysis
meromorphicOrderAt_add_of_ne
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {f₁ f₂ : 𝕜 → E} {x : 𝕜},
MeromorphicAt f₁ x →
MeromorphicAt f₂ x →
meromorphicOrderAt f₁ x ≠ meromorphicOrderAt f₂ x →
meromorphicOrderAt (f₁ + f₂) x = min (meromorphicOrderAt f₁ x) (meromorphicOrderAt f₂ x)If two meromorphic functions have unequal orders, then the order of their sum is exactly the minimum of the orders of the summands.
- Defined in
- Mathlib.Analysis.Meromorphic.Order
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- WithTopstatement · cited by 3,754
- LT.lt.leproof · cited by 2,189
- inf_of_le_leftproof · cited by 186
- meromorphicOrderAtstatement and proof · cited by 180
- MeromorphicAtstatement and proof · cited by 160
- inf_of_le_rightproof · cited by 128
- lt_or_lt_iff_neproof · cited by 13
- meromorphicOrderAt_add_eq_left_of_ltproof · cited by 3
- meromorphicOrderAt_add_eq_right_of_ltproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.