Mathlib Map

Theorems · Theorem · general topology

edist_le_Ico_sum_of_edist_le

∀ {α : Type u} [inst : PseudoEMetricSpace α] {f : ℕ → α} {m n : ℕ},
  m ≤ n →
    ∀ {d : ℕ → ENNReal},
      (∀ {k : ℕ}, m ≤ k → k < n → edist (f k) (f (k + 1)) ≤ d k) → edist (f m) (f n) ≤ ∑ i ∈ Finset.Ico m n, d i

A version of edist_le_Ico_sum_edist with each intermediate distance replaced with an upper estimate.

Defined in
Mathlib.Topology.EMetricSpace.Basic
Cited by
3 results in Mathlib
Foundations
Depth 148 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.

Cites9

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

Cited by3

Results whose statement or proof uses this declaration.