Theorems · Definition · real analysis
AbsolutelyContinuousOnInterval
{X : Type u_1} → [PseudoMetricSpace X] → (ℝ → X) → ℝ → ℝ → PropAbsolutelyContinuousOnInterval f a b: A function f is absolutely continuous on uIcc a b
if the function which (intuitively) maps uIoc (a i) (b i), i < n to
∑ i ∈ Finset.range n, dist (f (a i)) (f (b i)) tendsto 𝓝 0 wrt totalLengthFilter restricted
to disjWithin a b. This is equivalent to the traditional ε-δ definition: 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
- 31 results in Mathlib
- Foundations
- Depth 115 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.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- nhdsproof · cited by 5,554
- Finset.sumproof · cited by 5,195
- Filter.Tendstoproof · cited by 3,814
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.distproof · cited by 1,539
- Finset.rangeproof · cited by 1,341
- Filter.principalproof · cited by 740
- AbsolutelyContinuousOnInterval.disjWithinproof · cited by 15
- AbsolutelyContinuousOnInterval.totalLengthFilterproof · cited by 13
Cited by31
Results whose statement or proof uses this declaration.
- AbsolutelyContinuousOnInterval.intervalIntegrable_derivstatement and proof · cited by 2
- AbsolutelyContinuousOnInterval.negstatement and proof · cited by 2
- AbsolutelyContinuousOnInterval.smulstatement and proof · cited by 2
- AbsolutelyContinuousOnInterval.substatement and proof · cited by 2
- AbsolutelyContinuousOnInterval.symmstatement and proof · cited by 2
- AbsolutelyContinuousOnInterval.uniformContinuousOnstatement and proof · cited by 2
- absolutelyContinuousOnInterval_iffstatement · cited by 2
- AbsolutelyContinuousOnInterval.continuousOnstatement and proof · cited by 2
- AbsolutelyContinuousOnInterval.addstatement and proof · cited by 2
- AbsolutelyContinuousOnInterval.ae_differentiableAtstatement and proof · cited by 2
- AbsolutelyContinuousOnInterval.boundedVariationOnstatement and proof · cited by 2
- AbsolutelyContinuousOnInterval.exists_boundstatement and proof · cited by 1