Mathlib Map

Theorems · Theorem · complex analysis

meromorphicOrderAt_eq_int_iff

∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace 𝕜 E] {f : 𝕜 → E} {x : 𝕜} {n : ℤ},
  MeromorphicAt f x →
    (meromorphicOrderAt f x = ↑n ↔
      ∃ g, AnalyticAt 𝕜 g x ∧ g x ≠ 0 ∧ ∀ᶠ (z : 𝕜) in nhdsWithin x {x}ᶜ, f z = (z - x) ^ n • g z)

The order of a meromorphic function f at z₀ equals an integer n iff f can locally be written as f z = (z - z₀) ^ n • g z, where g is analytic and does not vanish at z₀.

Defined in
Mathlib.Analysis.Meromorphic.Order
Cited by
31 results in Mathlib
Foundations
Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

meromorphicOrderAt_congr · cited by 15meromorphicOrderAt_congrMeromorphicNFAt.meromorphicOrderAt_eq_zero_iff · cited by 14MeromorphicNFAt.meromorph…meromorphicOrderAt_ne_top_iff · cited by 11meromorphicOrderAt_ne_top…AnalyticAt.meromorphicTrailingCoeffAt_of_ne_zero_of_eq_nhdsNE · cited by 11AnalyticAt.meromorphicTra…meromorphicOrderAt_smul · cited by 10meromorphicOrderAt_smulAnalyticAt.meromorphicOrderAt_eq · cited by 9AnalyticAt.meromorphicOrd…meromorphicOrderAt_const · cited by 7meromorphicOrderAt_constmeromorphicOrderAt_inv · cited by 5meromorphicOrderAt_invmeromorphicNFAt_toMeromorphicNFAt · cited by 5meromorphicNFAt_toMeromor…tendsto_zero_of_meromorphicOrderAt_pos · cited by 4tendsto_zero_of_meromorph…toMeromorphicNFAt_eq_self · cited by 4toMeromorphicNFAt_eq_selfmeromorphicOrderAt_zpow · cited by 4meromorphicOrderAt_zpowmeromorphicOrderAt_add_eq_left_of_lt · cited by 3meromorphicOrderAt_add_eq…tendsto_ne_zero_of_meromorphicOrderAt_eq_zero · cited by 3tendsto_ne_zero_of_meromo…meromorphicOrderAt_neg · cited by 3meromorphicOrderAt_negSet · cited by 53352SetNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceTop.top · cited by 9680Top.topNontriviallyNormedField · cited by 8742NontriviallyNormedFieldnhds · cited by 5554nhdsENat · cited by 4985ENatWithTop · cited by 3754WithTopFilter.Eventually · cited by 3134Filter.EventuallyCompl.compl · cited by 2925Compl.complnhdsWithin · cited by 1912nhdsWithinFilter.univ_mem' · cited by 1672Filter.univ_mem'Filter.mp_mem · cited by 1537Filter.mp_memWithTop.some · cited by 1128WithTop.someAnalyticAt · cited by 321AnalyticAtmeromorphicOrderAt_eq_int_iffCITED BYCITES

Cites47

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by31

Results whose statement or proof uses this declaration.