Theorems · Theorem · sequences and series
edist_le_of_edist_le_geometric_of_tendsto
∀ {α : Type u_1} [inst : PseudoEMetricSpace α] (r C : ENNReal) {f : ℕ → α},
(∀ (n : ℕ), edist (f n) (f (n + 1)) ≤ C * r ^ n) →
∀ {a : α}, Filter.Tendsto f Filter.atTop (nhds a) → ∀ (n : ℕ), edist (f n) a ≤ C * r ^ n / (1 - r)If edist (f n) (f (n+1)) is bounded by C * r^n, then the distance from
f n to the limit of f is bounded above by C * r^n / (1 - r).
- Defined in
- Mathlib.Analysis.SpecificLimits.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 151 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.
Cites14
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.unconditionalproof · cited by 2,068
- mul_assocproof · cited by 1,667
- PseudoEMetricSpacestatement and proof · cited by 1,536
- tsumproof · cited by 1,148
- EDist.ediststatement and proof · cited by 735
- div_eq_mul_invproof · cited by 715
- pow_addproof · cited by 315
- ENNReal.tsum_mul_leftproof · cited by 21
Cited by3
Results whose statement or proof uses this declaration.
- ContractingWith.exists_fixedPointproof · cited by 4
- edist_le_of_edist_le_geometric_two_of_tendstoproof · cited by 1
- edist_le_of_edist_le_geometric_of_tendsto₀proof · cited by 0