Theorems · Theorem · complex analysis
analyticOrderAt_deriv_ge_iff
∀ {𝕜 : 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₀ → f z₀ = 0 → ∀ {n : ℕ}, ↑n ≤ analyticOrderAt (deriv f) z₀ ↔ ↑n + 1 ≤ analyticOrderAt f z₀If an analytic function f vanishes at z₀, then the analytic order of its derivative
at z₀ is at least n if and only if the analytic order of f at z₀ is at least n + 1.
- Defined in
- Mathlib.Analysis.Analytic.Order
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- derivstatement and proof · cited by 676
- AnalyticAtstatement and proof · cited by 321
- iteratedDerivproof · cited by 188
- analyticOrderAtstatement and proof · cited by 69
- Nat.cast_add_oneproof · cited by 56
- iteratedDeriv_zeroproof · cited by 34
Cited by2
Results whose statement or proof uses this declaration.
- analyticOrderAt_deriv_eq_iffproof · cited by 1
- analyticOrderAt_deriv_eq_top_iff_of_eq_zeroproof · cited by 0