Theorems · Theorem · real analysis
absolutelyContinuousOnInterval_iff
∀ {X : Type u_1} [inst : PseudoMetricSpace X] (f : ℝ → X) (a b : ℝ),
AbsolutelyContinuousOnInterval f a b ↔
∀ ε > 0,
∃ δ > 0,
∀ E ∈ AbsolutelyContinuousOnInterval.disjWithin a b,
∑ i ∈ Finset.range E.1, dist (E.2 i).1 (E.2 i).2 < δ →
∑ i ∈ Finset.range E.1, dist (f (E.2 i).1) (f (E.2 i).2) < εThe traditional ε-δ definition of absolutely continuous: A function f is
absolutely continuous on uIcc a b if for any ε > 0, there is δ > 0 such that for
any finite disjoint collection of intervals uIoc (a i) (b i) for i < n where a i, b i are
all in uIcc a b for i < n, if ∑ i ∈ range n, dist (a i) (b i) < δ, then
∑ i ∈ range n, dist (f (a i)) (f (b i)) < ε.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 157 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Finsetproof · cited by 13,712
- Set.ofPredproof · cited by 6,101
- Finset.sumstatement and proof · cited by 5,195
- Filter.Eventuallyproof · cited by 3,134
- Finset.sum_congrproof · cited by 2,323
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- Finset.rangestatement and proof · cited by 1,341
- Filter.principalproof · cited by 740
- abs_of_nonnegproof · cited by 279
Cited by2
Results whose statement or proof uses this declaration.
- AbsolutelyContinuousOnInterval.boundedVariationOnproof · cited by 2
- LipschitzOnWith.absolutelyContinuousOnIntervalproof · cited by 1