Theorems · Definition · real analysis
AbsolutelyContinuousOnInterval.totalLengthFilter
{X : Type u_1} → [PseudoMetricSpace X] → Filter (ℕ × (ℕ → X × X))The filter on the collection of all the finite sequences of uIoc intervals induced by the
function that maps the finite sequence of the intervals to the total length of the intervals.
Details:
1. Technically the filter is on ℕ × (ℕ → X × X). A finite sequence uIoc (a i) (b i), i < n
is represented by any E : ℕ × (ℕ → X × X) which satisfies E.1 = n and E.2 i = (a i, b i)
for i < n. Its total length is ∑ i ∈ Finset.range n, dist (a i) (b i).
2. For a sequence G : ℕ → ℕ × (ℕ → X × X), convergence of G along totalLengthFilter means that
the total length of G j, i.e., ∑ i ∈ Finset.range (G j).1, dist ((G j).2 i).1 ((G j).2 i).2),
tends to 0 as j tends to infinity.
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 114 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement · cited by 8,121
- nhdsproof · cited by 5,554
- Finset.sumproof · cited by 5,195
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.distproof · cited by 1,539
- Finset.rangeproof · cited by 1,341
- Filter.comapproof · cited by 546
Cited by14
Results whose statement or proof uses this declaration.
- AbsolutelyContinuousOnIntervalproof · cited by 31
- AbsolutelyContinuousOnInterval.hasBasis_totalLengthFilterstatement and proof · cited by 2
- AbsolutelyContinuousOnInterval.smulproof · cited by 2
- AbsolutelyContinuousOnInterval.symmproof · cited by 2
- AbsolutelyContinuousOnInterval.uniformContinuousOnproof · cited by 2
- absolutelyContinuousOnInterval_iffproof · cited by 2
- AbsolutelyContinuousOnInterval.addproof · cited by 2
- AbsolutelyContinuousOnInterval.monoproof · cited by 1
- AbsolutelyContinuousOnInterval.tendsto_volume_totalLengthFilter_nhds_zerostatement and proof · cited by 1
- AbsolutelyContinuousOnInterval.uniformity_eq_comap_totalLengthFilterstatement and proof · cited by 1
- IntervalIntegrable.absolutelyContinuousOnInterval_intervalIntegralproof · cited by 1