Mathlib Map

Theorems · Theorem · real analysis

AbsolutelyMonotoneOn.iff_iteratedDerivWithin_nonneg

∀ {f : ℝ → ℝ} {s : Set ℝ},
  UniqueDiffOn ℝ s →
    (AbsolutelyMonotoneOn f s ↔ ContDiffOn ℝ (↑⊤) f s ∧ ∀ (n : ℕ), ∀ x ∈ s, 0 ≤ iteratedDerivWithin n f s x)

Under UniqueDiffOn, a function is absolutely monotone on s iff it is C^∞ on s with every iterated derivative within s nonnegative.

Defined in
Mathlib.Analysis.Calculus.AbsolutelyMonotone
Cited by
0 results in Mathlib
Foundations
Depth 185 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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.