Theorems · Theorem · measure theory
edist_le_tsum_of_edist_le_of_tendsto
∀ {α : Type u_1} [inst : PseudoEMetricSpace α] {f : ℕ → α} (d : ℕ → ENNReal),
(∀ (n : ℕ), edist (f n) (f n.succ) ≤ d n) →
∀ {a : α}, Filter.Tendsto f Filter.atTop (nhds a) → ∀ (n : ℕ), edist (f n) a ≤ ∑' (m : ℕ), d (n + m)If edist (f n) (f (n+1)) is bounded above by a function d : ℕ → ℝ≥0∞,
then the distance from f n to the limit is bounded by ∑'_{k=n}^∞ d k.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 150 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoEMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENNRealstatement and proof · cited by 9,879
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- PseudoEMetricSpacestatement and proof · cited by 1,536
- Finset.rangeproof · cited by 1,341
- tsumstatement and proof · cited by 1,148
- le_transproof · cited by 985
- EDist.ediststatement and proof · cited by 735
- zero_leproof · cited by 382
- tendsto_const_nhdsproof · cited by 330
Cited by2
Results whose statement or proof uses this declaration.
- edist_le_of_edist_le_geometric_of_tendstoproof · cited by 3
- edist_le_tsum_of_edist_le_of_tendsto₀proof · cited by 0