Mathlib Map

Theorems · Theorem · sequences and series

Stirling.log_stirlingSeq_sdiff_le

∀ (n : ℕ), Real.log (Stirling.stirlingSeq n) - Real.log (Stirling.stirlingSeq (n + 1)) ≤ 1 / (12 * ↑n * (↑n + 1))

Robbins' sharp stepwise bound for the Stirling sequence: log (stirlingSeq n) - log (stirlingSeq (n+1)) ≤ 1 / (12 n (n + 1)).

Defined in
Mathlib.Analysis.SpecialFunctions.Stirling
Cited by
3 results in Mathlib
Foundations
Depth 211 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites47

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.