Theorems · Definition · complex analysis
analyticOrderNatAt
{𝕜 : Type u_1} →
{E : Type u_2} →
[inst : NontriviallyNormedField 𝕜] → [inst_1 : NormedAddCommGroup E] → [NormedSpace 𝕜 E] → (𝕜 → E) → 𝕜 → ℕThe order of vanishing of f at z₀, as an element of ℕ.
The order is defined to be 0 if f is identically zero on a neighbourhood of z₀,
and is otherwise the unique n such that f can locally be written as f z = (z - z₀) ^ n • g z,
where g is analytic and does not vanish at z₀. See AnalyticAt.analyticOrderAt_eq_top and
AnalyticAt.analyticOrderAt_eq_natCast for these equivalences.
If f isn't analytic at z₀, then analyticOrderNatAt f z₀ returns a junk value of 0.
- Defined in
- Mathlib.Analysis.Analytic.Order
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 195 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- ENat.toNatproof · cited by 143
- analyticOrderAtproof · cited by 69
Cited by9
Results whose statement or proof uses this declaration.
- meromorphicNFAt_iff_analyticAt_orproof · cited by 3
- Nat.cast_analyticOrderNatAtstatement · cited by 2
- AnalyticAt.analyticOrderAt_ne_topstatement · cited by 1
- analyticOrderAt_smulproof · cited by 1
- analyticOrderNatAt_mulstatement · cited by 0
- analyticOrderNatAt_of_not_analyticAtstatement · cited by 0
- analyticOrderNatAt_powstatement · cited by 0
- AnalyticAt.analyticOrderNatAt_eq_iffstatement and proof · cited by 0
- apply_eq_zero_of_analyticOrderNatAt_ne_zerostatement and proof · cited by 0