Mathlib Map

Theorems · Theorem · general topology

dist_le_range_sum_of_dist_le

∀ {α : Type u} [inst : PseudoMetricSpace α] {f : ℕ → α} (n : ℕ) {d : ℕ → ℝ},
  (∀ {k : ℕ}, k < n → dist (f k) (f (k + 1)) ≤ d k) → dist (f 0) (f n) ≤ ∑ i ∈ Finset.range n, d i

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

Defined in
Mathlib.Topology.MetricSpace.Pseudo.Basic
Cited by
2 results in Mathlib
Foundations
Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PseudoMetricSpace

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 by2

Results whose statement or proof uses this declaration.