Theorems · Theorem · number theory
EulerProduct.eulerProduct_completely_multiplicative
∀ {F : Type u_1} [inst : NormedField F] [CompleteSpace F] {f : ℕ →*₀ F},
(Summable fun x => ‖f x‖) →
Filter.Tendsto (fun n => ∏ p ∈ n.primesBelow, (1 - f p)⁻¹) Filter.atTop (nhds (∑' (n : ℕ), f n))The Euler Product for completely multiplicative functions.
If f : ℕ →*₀ F, where F is a complete normed field and ‖f ·‖ is summable, then
∏' p : Nat.Primes, (1 - f p)⁻¹ = ∑' n, f n.
This version is stated in the form of convergence of finite partial products.
- Defined in
- Mathlib.NumberTheory.EulerProduct.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedFieldCompleteSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- 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
Cited by2
Results whose statement or proof uses this declaration.
- riemannZeta_eulerProductproof · cited by 0
- DirichletCharacter.LSeries_eulerProductproof · cited by 0