Mathlib Map

Theorems · Theorem · sequences and series

Stirling.log_stirlingSeq_sdiff_le_geo_sum

Deprecated since 2026-03-16Mathlib marks this declaration as deprecated.

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

We have a bound for successive elements in the sequence log (stirlingSeq k).

Defined in
Mathlib.Analysis.SpecialFunctions.Stirling
Cited by
1 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.

Cites25

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

Cited by1

Results whose statement or proof uses this declaration.