Theorems · Theorem · complex analysis
analyticOrderAt_eq_nat_iff_iteratedDeriv_eq_zero
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] [CharZero 𝕜] [CompleteSpace E] {z₀ : 𝕜} {f : 𝕜 → E},
AnalyticAt 𝕜 f z₀ →
∀ {n : ℕ}, analyticOrderAt f z₀ = ↑n ↔ (∀ k < n, iteratedDeriv k f z₀ = 0) ∧ iteratedDeriv n f z₀ ≠ 0An analytic function f has finite analytic order n at z₀ if and only if its first
n iterated derivatives (including f itself) vanish at z₀ and the n-th iterated derivative is
non-zero.
- Defined in
- Mathlib.Analysis.Analytic.Order
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- ENatstatement and proof · cited by 4,985
- CompleteSpacestatement and proof · cited by 2,532
- CharZerostatement and proof · cited by 932
- derivproof · cited by 676
- CharP.cast_eq_zeroproof · cited by 357
- AnalyticAtstatement and proof · cited by 321
- iteratedDerivstatement and proof · cited by 188
- analyticOrderAtstatement and proof · cited by 69
- Nat.cast_add_oneproof · cited by 56
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.