Theorems · Theorem · number theory
EulerProduct.eulerProduct
∀ {R : Type u_1} [inst : NormedCommRing R] {f : ℕ → R} [CompleteSpace R],
f 1 = 1 →
(∀ {m n : ℕ}, m.Coprime n → f (m * n) = f m * f n) →
(Summable fun x => ‖f x‖) →
f 0 = 0 →
Filter.Tendsto (fun n => ∏ p ∈ n.primesBelow, ∑' (e : ℕ), f (p ^ e)) Filter.atTop (nhds (∑' (n : ℕ), f n))The Euler Product for multiplicative (on coprime arguments) functions.
If f : ℕ → R, where R is a complete normed commutative ring, f 0 = 0, f 1 = 1, f is
multiplicative on coprime arguments, and ‖f ·‖ is summable, then
∏' p : {p : ℕ | p.Prime}, ∑' e, f (p ^ e) = ∑' n, f n.
This is a version using convergence of finite partial products.
- Defined in
- Mathlib.NumberTheory.EulerProduct.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 173 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.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstostatement and proof · cited by 3,814
- CompleteSpacestatement and proof · cited by 2,532
- Filter.atTopstatement and proof · cited by 2,405
- Finset.prodstatement and proof · cited by 2,356
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Nat.Primeproof · cited by 2,059
- Finset.rangeproof · cited by 1,341
- tsumstatement and proof · cited by 1,148
Cited by1
Results whose statement or proof uses this declaration.
- ArithmeticFunction.IsMultiplicative.eulerProductproof · cited by 0