Theorems · Theorem · number theory
ArithmeticFunction.tendsTo_eulerProduct_ofPowerSeries
∀ {ι : Type u_1} {R : Type u_2} [inst : CommSemiring R] (q : ι → ℕ) [hq : Northcott q] (f : ι → PowerSeries R),
(∀ (i : ι), PowerSeries.constantCoeff (f i) = 1) →
∀ (n : ℕ),
∀ᶠ (s : Finset ι) in Filter.atTop,
(∏ i ∈ s, (ArithmeticFunction.ofPowerSeries (q i)) (f i)) n =
(ArithmeticFunction.eulerProduct fun i => (ArithmeticFunction.ofPowerSeries (q i)) (f i)) nGiven arithmetic functions f(q⁻ˢ) with q → ∞, the partial products ∏ i ∈ s, f i converge
to the Euler product pointwise.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringNorthcott
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.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetstatement · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement · cited by 10,189
- AlgHomstatement · cited by 3,236
- Filter.Eventuallystatement · cited by 3,134
- Filter.atTopstatement · cited by 2,405
- zero_addproof · cited by 2,366
- Finset.prodstatement · cited by 2,356
- pow_zeroproof · cited by 1,094
- PowerSeriesstatement and proof · cited by 797
- Filter.Eventually.monoproof · cited by 646
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.