Theorems · Theorem · sequences and series
Stirling.le_log_factorial_stirling
∀ {n : ℕ}, n ≠ 0 → ↑n * Real.log ↑n - ↑n + Real.log ↑n / 2 + Real.log (2 * Real.pi) / 2 ≤ Real.log ↑n.factorialStirling's approximation gives a lower bound for log n! for all positive n.
The left-hand side is formulated in decreasing order in n: the higher order terms are first.
This is a consequence of le_factorial_stirling, but is stated separately since the logarithmic
version is sometimes more practical, and having this version eases algebraic calculations for
applications.
See also log_stirlingSeq_sdiff_le for Robbins' sharp bound of 1/(12k(k+1)) on successive
differences in the Stirling sequence, which provides finer control over the convergence rate.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 281 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Nat.cast_oneproof · cited by 2,501
- Real.pistatement and proof · cited by 1,774
- le_of_ltproof · cited by 1,175
- Real.logstatement and proof · cited by 939
- Real.expproof · cited by 871
- ne_of_gtproof · cited by 637
- Nat.factorialstatement · cited by 616
- zero_leproof · cited by 382
- mul_posproof · cited by 374
- div_posproof · cited by 337
- pow_posproof · cited by 292
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.