Theorems · Theorem · sequences and series
cauchySeq_of_edist_le_geometric
∀ {α : Type u_1} [inst : PseudoEMetricSpace α] (r C : ENNReal),
r < 1 → C ≠ ⊤ → ∀ {f : ℕ → α}, (∀ (n : ℕ), edist (f n) (f (n + 1)) ≤ C * r ^ n) → CauchySeq fIf edist (f n) (f (n+1)) is bounded by C * r^n, C ≠ ∞, r < 1,
then f is a Cauchy sequence.
- Defined in
- Mathlib.Analysis.SpecificLimits.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 158 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.
Cites12
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
- Top.topstatement and proof · cited by 9,680
- PseudoEMetricSpacestatement and proof · cited by 1,536
- LT.lt.ne'proof · cited by 1,417
- EDist.ediststatement and proof · cited by 735
- CauchySeqstatement · cited by 131
- ENNReal.mul_ne_topproof · cited by 41
- tsub_pos_iff_ltproof · cited by 27
- ENNReal.tsum_mul_leftproof · cited by 21
- ENNReal.tsum_geometricproof · cited by 8
- ENNReal.Finiteness.inv_ne_topproof · cited by 2
- cauchySeq_of_edist_le_of_tsum_ne_topproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- ContractingWith.exists_fixedPointproof · cited by 4
- cauchySeq_of_edist_le_geometric_twoproof · cited by 0