Mathlib Map

Theorems · Theorem · sequences and series

cauchySeq_of_edist_le_geometric_two

∀ {α : Type u_1} [inst : PseudoEMetricSpace α] (C : ENNReal),
  C ≠ ⊤ → ∀ {f : ℕ → α}, (∀ (n : ℕ), edist (f n) (f (n + 1)) ≤ C / 2 ^ n) → CauchySeq f

If edist (f n) (f (n+1)) is bounded by C * 2^-n, then f is a Cauchy sequence.

Defined in
Mathlib.Analysis.SpecificLimits.Basic
Cited by
0 results in Mathlib
Foundations
Depth 159 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.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.