Theorems · Theorem · number theory
ArithmeticFunction.IsMultiplicative.eulerProduct
∀ {R : Type u_1} [inst : NormedCommRing R] [CompleteSpace R] {f : ArithmeticFunction R},
f.IsMultiplicative →
(Summable fun x => ‖f x‖) →
Filter.Tendsto (fun n => ∏ p ∈ n.primesBelow, ∑' (e : ℕ), f (p ^ e)) Filter.atTop (nhds (∑' (n : ℕ), f n))The Euler Product for a multiplicative arithmetic function f with values in a
complete normed commutative ring R: if ‖f ·‖ is summable, then
∏' p : Nat.Primes, ∑' e, f (p ^ e) = ∑' n, f n.
This version is stated in the form of convergence of finite partial products.
- Defined in
- Mathlib.NumberTheory.EulerProduct.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 174 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedCommRingCompleteSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Realstatement · cited by 25,697
- nhdsstatement · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstostatement · cited by 3,814
- CompleteSpacestatement and proof · cited by 2,532
- Filter.atTopstatement · cited by 2,405
- Finset.prodstatement · cited by 2,356
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement · cited by 1,148
- Summablestatement and proof · cited by 778
- ArithmeticFunctionstatement and proof · cited by 290
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.