Mathlib Map

Theorems · Theorem · sequences and series

dist_le_tsum_of_dist_le_of_tendsto

∀ {α : Type u_1} [inst : PseudoMetricSpace α] {f : ℕ → α} (d : ℕ → ℝ),
  (∀ (n : ℕ), dist (f n) (f n.succ) ≤ d n) →
    Summable d → ∀ {a : α}, Filter.Tendsto f Filter.atTop (nhds a) → ∀ (n : ℕ), dist (f n) a ≤ ∑' (m : ℕ), d (n + m)
Defined in
Mathlib.Topology.Algebra.InfiniteSum.Real
Cited by
4 results in Mathlib
Foundations
Depth 155 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.

Cites21

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

Cited by4

Results whose statement or proof uses this declaration.