Theorems · Theorem · real analysis
MonotoneOn.eVariationOn_eq
∀ {α : 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)The variation of a monotone real-valued function on s ∩ Icc a b equals its increment
f b - f a.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 154 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.
Cites36
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- ENNRealstatement and proof · cited by 9,879
- LinearOrderstatement and proof · cited by 8,572
- Finset.sumproof · cited by 5,195
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- LT.lt.leproof · cited by 2,189
- le_reflproof · cited by 2,061
- Set.Iccstatement and proof · cited by 1,702
- Monotoneproof · cited by 1,397
- Finset.rangeproof · cited by 1,341
Cited by4
Results whose statement or proof uses this declaration.
- eVariationOn_idproof · cited by 1
- MonotoneOn.locallyBoundedVariationOnproof · cited by 1
- MonotoneOn.eVariationOn_leproof · cited by 0
- MonotoneOn.boundedVariationOnproof · cited by 0