Theorems · Theorem · number theory
EulerProduct.eulerProduct_hasProd
∀ {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 → HasProd (fun p => ∑' (e : ℕ), f (↑p ^ e)) (∑' (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 : Nat.Primes, ∑' e, f (p ^ e) = ∑' n, f n. This version is stated using HasProd.
- Defined in
- Mathlib.NumberTheory.EulerProduct.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 171 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.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Finsetproof · cited by 13,712
- Set.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstoproof · cited by 3,814
- CompleteSpacestatement and proof · cited by 2,532
- Filter.atTopproof · cited by 2,405
- Finset.prodproof · cited by 2,356
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Nat.Primestatement and proof · cited by 2,059
Cited by4
Results whose statement or proof uses this declaration.
- EulerProduct.eulerProduct_completely_multiplicative_hasProdproof · cited by 3
- EulerProduct.eulerProduct_hasProd_mulIndicatorproof · cited by 2
- EulerProduct.eulerProduct_tprodproof · cited by 1
- ArithmeticFunction.IsMultiplicative.eulerProduct_hasProdproof · cited by 0