Theorems · Theorem · real analysis
eVariationOn.Icc_add_Icc
∀ {α : Type u_1} [inst : LinearOrder α] {E : Type u_2} [inst_1 : PseudoEMetricSpace E] (f : α → E) {s : Set α}
{a b c : α},
a ≤ b →
b ≤ c →
b ∈ s → eVariationOn f (s ∩ Set.Icc a b) + eVariationOn f (s ∩ Set.Icc b c) = eVariationOn f (s ∩ Set.Icc a c)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 155 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- ENNRealstatement and proof · cited by 9,879
- LinearOrderstatement and proof · cited by 8,572
- LE.le.transproof · cited by 3,151
- Set.Iccstatement and proof · cited by 1,702
- le_rflproof · cited by 1,558
- PseudoEMetricSpacestatement and proof · cited by 1,536
- Set.inter_subset_rightproof · cited by 329
- IsLeastproof · cited by 122
- IsGreatestproof · cited by 112
- eVariationOnstatement and proof · cited by 90
- Set.inter_union_distrib_leftproof · cited by 39
Cited by2
Results whose statement or proof uses this declaration.
- variationOnFromTo.addproof · cited by 10
- eVariationOn.sumproof · cited by 2