Mathlib Map

Theorems · Theorem · real analysis

MonotoneOn.eVariationOn_le

Deprecated since 2026-07-08Use MonotoneOn.eVariationOn_eq instead.

∀ {α : Type u_1} [inst : LinearOrder α] {f : α → ℝ} {s : Set α} {a b : α},
  MonotoneOn f s → a ∈ s → b ∈ s → eVariationOn f (s ∩ Set.Icc a b) ≤ ENNReal.ofReal (f b - f a)
Defined in
Mathlib.Topology.EMetricSpace.BoundedVariation
Cited by
0 results in Mathlib
Foundations
Depth 155 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrder

Around this declaration

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

Cites10

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.