Theorems · Theorem · number theory
hasSum_mellin
∀ {ι : Type u_1} [Countable ι] {a : ι → ℂ} {p : ι → ℝ} {F : ℝ → ℂ} {s : ℂ},
(∀ (i : ι), a i = 0 ∨ 0 < p i) →
0 < s.re →
(∀ t ∈ Set.Ioi 0, HasSum (fun i => a i * ↑(Real.exp (-p i * t))) (F t)) →
(Summable fun i => ‖a i‖ / p i ^ s.re) → HasSum (fun i => Complex.Gamma s * a i / ↑(p i) ^ s) (mellin F s)Most basic version of the "Mellin transform = Dirichlet series" argument.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 283 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Countable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites79
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- NormedAddCommGroupproof · cited by 15,752
- NormedSpaceproof · cited by 12,499
- AddCommMonoidproof · cited by 12,281
- MeasureTheory.Measureproof · cited by 10,939
- Complexstatement and proof · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- one_mulproof · cited by 2,841
- mul_commproof · cited by 2,262
- LT.lt.leproof · cited by 2,189
Cited by1
Results whose statement or proof uses this declaration.
- hasSum_mellin_pi_mulproof · cited by 1