Theorems · Theorem · number theory
hasSum_mellin_pi_mul
∀ {ι : Type u_1} [Countable ι] {a : ι → ℂ} {q : ι → ℝ} {F : ℝ → ℂ} {s : ℂ},
(∀ (i : ι), a i = 0 ∨ 0 < q i) →
0 < s.re →
(∀ t ∈ Set.Ioi 0, HasSum (fun i => a i * ↑(Real.exp (-Real.pi * q i * t))) (F t)) →
(Summable fun i => ‖a i‖ / q i ^ s.re) →
HasSum (fun i => ↑Real.pi ^ (-s) * Complex.Gamma s * a i / ↑(q i) ^ s) (mellin F s)Shortcut version for the commonly arising special case when p i = π * q i for some other
sequence q.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 284 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.
Cites40
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
- AddCommMonoidproof · cited by 12,281
- Complexstatement and proof · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- LT.lt.leproof · cited by 2,189
- MulZeroClass.mul_zeroproof · cited by 2,091
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Real.pistatement and proof · cited by 1,774
Cited by1
Results whose statement or proof uses this declaration.
- hasSum_mellin_pi_mul₀proof · cited by 1