Theorems · Theorem · real analysis
BoundedVariationOn.tendsto_eVariationOn_Icc_left
∀ {α : Type u_1} [inst : LinearOrder α] {E : Type u_2} [inst_1 : PseudoEMetricSpace E] [inst_2 : TopologicalSpace α]
[OrderTopology α] {f : α → E} {s : Set α} {l : E},
BoundedVariationOn f s →
∀ {x : α},
Filter.Tendsto f (nhdsWithin x (s ∩ Set.Iio x)) (nhds l) →
x ∈ s →
Filter.Tendsto (fun y => eVariationOn f (s ∩ Set.Icc y x)) (nhdsWithin x (s ∩ Set.Iio x))
(nhds (edist (f x) l))If a function has bounded variation, then the variation on small closed intervals to the left of this point tends to the contribution of the point, i.e., the distance between the left limit and the value at the point
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
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
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Bot.botproof · cited by 4,720
- Filter.Tendstostatement and proof · cited by 3,814
- zero_addproof · cited by 2,366
- LT.lt.leproof · cited by 2,189
- nhdsWithinstatement and proof · cited by 1,912
- Set.Iccstatement and proof · cited by 1,702
Cited by2
Results whose statement or proof uses this declaration.
- LocallyBoundedVariationOn.tendsto_eVariationOn_Icc_leftproof · cited by 2
- BoundedVariationOn.tendsto_eVariationOn_Icc_rightproof · cited by 0