Theorems · Theorem · real analysis
variationOnFromTo.tendsto_right
∀ {α : Type u_1} [inst : LinearOrder α] {s : Set α} {E : Type u_3} [inst_1 : PseudoMetricSpace E]
[inst_2 : TopologicalSpace α] [OrderTopology α] {f : α → E} {l : E} {a b : α},
a ∈ s →
b ∈ s →
LocallyBoundedVariationOn f s →
Filter.Tendsto f (nhdsWithin b (s ∩ Set.Ioi b)) (nhds l) →
Filter.Tendsto (variationOnFromTo f s a) (nhdsWithin b (s ∩ Set.Ioi b))
(nhds (variationOnFromTo f s a b + dist (f b) l))The jump of variationOnFromTo on the right of a point is given by the distance between the
right limit and the value of the function.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- LT.lt.leproof · cited by 2,189
- nhdsWithinstatement and proof · cited by 1,912
- Set.Iccproof · cited by 1,702
- Filter.univ_mem'proof · cited by 1,672
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
Cited by1
Results whose statement or proof uses this declaration.
- variationOnFromTo.rightLim_eqproof · cited by 0