Mathlib Map

Theorems · Definition · sequences and series

SuccDiffBounded

ℕ → (ℕ → ℕ) → Prop

A sequence u has the property that its ratio of successive differences is bounded when there is a positive real number C such that, for all n ∈ ℕ, (u (n + 2) - u (n + 1)) ≤ C * (u (n + 1) - u n)

Defined in
Mathlib.Analysis.PSeries
Cited by
6 results in Mathlib
Foundations
Depth 10 from the axioms · uses no axioms

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites0

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

Nothing in Mathlib beyond the foundations.

Cited by6

Results whose statement or proof uses this declaration.