Mathlib Map

Theorems · Theorem · complex analysis

Differentiable.apply_le_of_iteratedDeriv_nonneg

∀ {f : ℂ → ℂ} {c : ℂ}, Differentiable ℂ f → (∀ (n : ℕ), n ≠ 0 → 0 ≤ iteratedDeriv n f c) → ∀ ⦃z : ℂ⦄, c ≤ z → f c ≤ f z

An entire function whose iterated derivatives at c are all nonnegative real (except possibly the value itself) has values of the form f c + nonneg. real on the set c + ℝ≥0.

Defined in
Mathlib.Analysis.Complex.Positivity
Cited by
1 results in Mathlib
Foundations
Depth 290 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites11

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

Cited by1

Results whose statement or proof uses this declaration.