Theorems · Theorem · number theory
EulerProduct.norm_tsum_factoredNumbers_sub_tsum_lt
∀ {R : Type u_1} [inst : NormedCommRing R] {f : ℕ → R} [CompleteSpace R],
Summable f →
f 0 = 0 →
∀ {ε : ℝ},
0 < ε →
∃ N, ∀ (s : Finset ℕ), N.primesBelow ⊆ s → ‖∑' (m : ℕ), f m - ∑' (m : ↑(Nat.factoredNumbers s)), f ↑m‖ < εThe following statement says that summing over s-factored numbers such that
s contains primesBelow N for large enough N gets us arbitrarily close to the sum
over all natural numbers (assuming f is summable and f 0 = 0; the latter since
0 is not s-factored).
- Defined in
- Mathlib.NumberTheory.EulerProduct.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 162 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.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Finsetstatement and proof · cited by 13,712
- Set.Elemstatement and proof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Norm.normstatement and proof · cited by 5,413
- Compl.complproof · cited by 2,925
- CompleteSpacestatement and proof · cited by 2,532
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement and proof · cited by 1,148
- Summablestatement and proof · cited by 778
- Metric.ballproof · cited by 735
Cited by2
Results whose statement or proof uses this declaration.
- EulerProduct.eulerProduct_hasProdproof · cited by 4
- EulerProduct.norm_tsum_smoothNumbers_sub_tsum_ltproof · cited by 0