Theorems · Theorem · complex analysis
Complex.norm_iteratedDeriv_le_of_forall_mem_sphere_norm_le
∀ {F : Type v} [inst : NormedAddCommGroup F] [inst_1 : NormedSpace ℂ F] [CompleteSpace F] {c : ℂ} {R C : ℝ} {f : ℂ → F}
(n : ℕ),
0 < R →
DiffContOnCl ℂ f (Metric.ball c R) →
(∀ z ∈ Metric.sphere c R, ‖f z‖ ≤ C) → ‖iteratedDeriv n f c‖ ≤ ↑n.factorial * C / R ^ nCauchy's estimate for derivatives: If f is complex differentiable on an open disc of
radius R > 0, is continuous on its closure, and its values on the boundary circle of this disc
are bounded from above by C, then the norm of its n-th derivative at the center is at most
n.factorial * C / R ^ n.
- Defined in
- Mathlib.Analysis.Complex.Liouville
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 285 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Complexstatement and proof · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- CompleteSpacestatement and proof · cited by 2,532
- mul_commproof · cited by 2,262
- LT.lt.leproof · cited by 2,189
- Real.piproof · cited by 1,774
- Complex.ofRealproof · cited by 1,654
- Complex.Iproof · cited by 866
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.