Theorems · Theorem · number theory
EulerProduct.eulerProduct_completely_multiplicative_hasProd
∀ {F : Type u_1} [inst : NormedField F] [CompleteSpace F] {f : ℕ →*₀ F},
(Summable fun x => ‖f x‖) → HasProd (fun p => (1 - f ↑p)⁻¹) (∑' (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 terms of HasProd.
- Defined in
- Mathlib.NumberTheory.EulerProduct.Basic
- Cited by
- 3 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.
Cites19
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
- Norm.normstatement and proof · cited by 5,413
- CompleteSpacestatement and proof · cited by 2,532
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Nat.Primestatement · cited by 2,059
- tsumstatement and proof · cited by 1,148
- NormedFieldstatement and proof · cited by 1,084
- Summablestatement and proof · cited by 778
- MonoidWithZeroHomstatement and proof · cited by 704
- Subtype.propproof · cited by 505
- map_powproof · cited by 503
Cited by3
Results whose statement or proof uses this declaration.
- DirichletCharacter.LSeries_eulerProduct_hasProdproof · cited by 2
- riemannZeta_eulerProduct_hasProdproof · cited by 1
- EulerProduct.eulerProduct_completely_multiplicative_tprodproof · cited by 1