Theorems · Theorem · real analysis
eVariationOn.add_le_union
∀ {α : Type u_1} [inst : LinearOrder α] {E : Type u_2} [inst_1 : PseudoEMetricSpace E] (f : α → E) {s t : Set α},
(∀ x ∈ s, ∀ y ∈ t, x ≤ y) → eVariationOn f s + eVariationOn f t ≤ eVariationOn f (s ∪ t)The variation of a function on the union of two sets s and t, with s to the left of t,
bounds the sum of the variations along s and t.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 153 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- Finsetproof · cited by 13,712
- ENNRealstatement and proof · cited by 9,879
- LinearOrderstatement and proof · cited by 8,572
- Preorderproof · cited by 7,952
- Finset.sumproof · cited by 5,195
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- PseudoEMetricSpacestatement and proof · cited by 1,536
- Monotoneproof · cited by 1,397
- Finset.rangeproof · cited by 1,341
Cited by1
Results whose statement or proof uses this declaration.
- eVariationOn.unionproof · cited by 4