Theorems · Theorem · complex analysis
AnalyticAt.unique_eventuallyEq_zpow_smul_nonzero
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {f : 𝕜 → E} {z₀ : 𝕜} {m n : ℤ},
(∃ g, AnalyticAt 𝕜 g z₀ ∧ g z₀ ≠ 0 ∧ ∀ᶠ (z : 𝕜) in nhdsWithin z₀ {z₀}ᶜ, f z = (z - z₀) ^ m • g z) →
(∃ g, AnalyticAt 𝕜 g z₀ ∧ g z₀ ≠ 0 ∧ ∀ᶠ (z : 𝕜) in nhdsWithin z₀ {z₀}ᶜ, f z = (z - z₀) ^ n • g z) → m = nFor a function f on 𝕜, and z₀ ∈ 𝕜, there exists at most one n such that on a punctured
neighbourhood of z₀ we have f z = (z - z₀) ^ n • g z, with g analytic and nonvanishing at
z₀. We formulate this with n : ℤ, and deduce the case n : ℕ later, for applications to
meromorphic functions.
- Defined in
- Mathlib.Analysis.Analytic.IsolatedZeros
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 192 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Filter.Eventuallystatement and proof · cited by 3,134
- Compl.complstatement and proof · cited by 2,925
- LT.lt.leproof · cited by 2,189
- nhdsWithinstatement and proof · cited by 1,912
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- sub_selfproof · cited by 996
- zero_smulproof · cited by 716
Cited by2
Results whose statement or proof uses this declaration.
- meromorphicOrderAt_eq_int_iffproof · cited by 31
- AnalyticAt.unique_eventuallyEq_pow_smul_nonzeroproof · cited by 1