Theorems · Theorem · number theory
ZetaAsymptotics.termSum_of_lt
∀ (N : ℕ) {s : ℝ},
1 < s →
ZetaAsymptotics.termSum s N =
1 / (s - 1) * (1 - 1 / (↑N + 1) ^ (s - 1)) - 1 / s * (∑ n ∈ Finset.range N, 1 / (↑n + 1) ^ s - ↑N / (↑N + 1) ^ s)- Defined in
- Mathlib.NumberTheory.Harmonic.ZetaAsymp
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 271 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
- MulZeroClass.mul_zeroproof · cited by 2,091
- Finset.rangestatement and proof · cited by 1,341
- sub_eq_add_negproof · cited by 1,023
- sub_selfproof · cited by 996
Cited by2
Results whose statement or proof uses this declaration.
- ZetaAsymptotics.termTSum_of_ltproof · cited by 2
- ZetaAsymptotics.term_sum_of_ltproof · cited by 0