Theorems · Theorem · number theory
LSeries_eq_mul_integral
∀ (f : ℕ → ℂ) {r : ℝ},
0 ≤ r →
∀ {s : ℂ},
r < s.re →
LSeriesSummable f s →
((fun n => ∑ k ∈ Finset.Icc 1 n, f k) =O[Filter.atTop] fun n => ↑n ^ r) →
LSeries f s = s * ∫ (t : ℝ) in Set.Ioi 1, (∑ k ∈ Finset.Icc 1 ⌊t⌋₊, f k) * ↑t ^ (-(s + 1))If the partial sums ∑ k ∈ Icc 1 n, f k are O(n ^ r) for some real 0 ≤ r and the
L-series LSeries f converges at s : ℂ with r < s.re, then
LSeries f s = s * ∫ t in Set.Ioi 1, (∑ k ∈ Icc 1 ⌊t⌋₊, f k) * t ^ (-(s + 1)).
- Defined in
- Mathlib.NumberTheory.LSeries.SumCoeff
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 276 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Complexstatement and proof · cited by 5,565
- Finset.sumstatement and proof · cited by 5,195
- Filter.atTopstatement and proof · cited by 2,405
- Finset.sum_congrproof · cited by 2,323
- MeasureTheory.integralstatement and proof · cited by 1,779
- Filter.univ_mem'proof · cited by 1,672
- Complex.ofRealstatement and proof · cited by 1,654
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- Filter.mp_memproof · cited by 1,537
- Set.Ioistatement and proof · cited by 1,463
- LT.lt.ne'proof · cited by 1,417
Cited by1
Results whose statement or proof uses this declaration.
- LSeries_eq_mul_integral'proof · cited by 1