Theorems · Theorem · real analysis
eVariationOn.add_point
∀ {α : Type u_1} [inst : LinearOrder α] {E : Type u_2} [inst_1 : PseudoEMetricSpace E] (f : α → E) {s : Set α} {x : α},
x ∈ s →
∀ (u : ℕ → α),
Monotone u →
(∀ (i : ℕ), u i ∈ s) →
∀ (n : ℕ),
∃ v m,
Monotone v ∧
(∀ (i : ℕ), v i ∈ s) ∧
x ∈ v '' Set.Iio m ∧
∑ i ∈ Finset.range n, edist (f (u (i + 1))) (f (u i)) ≤
∑ j ∈ Finset.range m, edist (f (v (j + 1))) (f (v j))Consider a monotone function u parameterizing some points of a set s. Given x ∈ s, then
one can find another monotone function v parameterizing the same points as u, with x added.
In particular, the variation of a function along u is bounded by its variation along v.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 148 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites40
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
- Finsetproof · cited by 13,712
- ENNRealstatement and proof · cited by 9,879
- LinearOrderstatement and proof · cited by 8,572
- Set.imagestatement · cited by 5,609
- Finset.sumstatement and proof · cited by 5,195
- add_zeroproof · cited by 2,707
- Finset.sum_congrproof · cited by 2,323
- le_reflproof · cited by 2,061
- le_rflproof · cited by 1,558
- PseudoEMetricSpacestatement and proof · cited by 1,536
- add_commproof · cited by 1,535
Cited by1
Results whose statement or proof uses this declaration.
- eVariationOn.unionproof · cited by 4