Theorems · Theorem · real analysis
eVariationOn.eVariationOn_on_inter_Iic_eq_Iio_add_edist
∀ {α : Type u_1} [inst : LinearOrder α] {E : Type u_2} [inst_1 : PseudoEMetricSpace E] [inst_2 : TopologicalSpace α]
[OrderTopology α] {f : α → E} {s : Set α} {a : α} {l : E},
(nhdsWithin a (s ∩ Set.Iio a)).NeBot →
a ∈ s →
Filter.Tendsto f (nhdsWithin a (s ∩ Set.Iio a)) (nhds l) →
eVariationOn f (s ∩ Set.Iic a) = eVariationOn f (s ∩ Set.Iio a) + edist (f a) lThe variation of a function on Iic a is the sum of the variation on Iio a and the
contribution of a, i.e., the distance between the left limit and the value at a.
We give a version relative to a set s.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 152 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites48
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
- TopologicalSpacestatement and proof · cited by 24,529
- ENNRealstatement and proof · cited by 9,879
- LinearOrderstatement and proof · cited by 8,572
- nhdsstatement and proof · cited by 5,554
- Finset.sumproof · cited by 5,195
- Bot.botproof · cited by 4,720
- Filter.Tendstostatement and proof · cited by 3,814
- LE.le.transproof · cited by 3,151
- le_antisymmproof · cited by 2,068
- le_reflproof · cited by 2,061
- nhdsWithinstatement and proof · cited by 1,912
Cited by4
Results whose statement or proof uses this declaration.
- BoundedVariationOn.tendsto_eVariationOn_Icc_leftproof · cited by 2
- eVariationOn.eVariationOn_inter_Iio_eq_inter_Iic_of_continuousWithinAtproof · cited by 2
- BoundedVariationOn.eVariationOn_Iic_eq_Iio_add_edistproof · cited by 1
- eVariationOn.eVariationOn_on_inter_Ici_eq_Ioi_add_edistproof · cited by 0