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).
- 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.
- Realstatement and proof · cited by 25,697
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_reflproof · cited by 2,061
- LT.lt.ne'proof · cited by 1,417
- Real.logstatement · cited by 939
- div_oneproof · cited by 629
- one_divproof · cited by 624
- zero_lt_oneproof · cited by 598
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.