Mathlib Map

Theorems · Theorem · sequences and series

Stirling.log_stirlingSeq_sub_log_stirlingSeq_succ

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

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

We have the bound log (stirlingSeq n) - log (stirlingSeq (n+1)) ≤ 1 / (4 n ^ 2).

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

Around this declaration

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

Cites23

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.