Theorems · Theorem · number theory
Nat.sumByResidueClasses
∀ {R : Type u_1} [inst : AddCommGroup R] [inst_1 : UniformSpace R] [IsUniformAddGroup R] [CompleteSpace R] [T0Space R]
{f : ℕ → R}, Summable f → ∀ (N : ℕ) [inst_5 : NeZero N], ∑' (n : ℕ), f n = ∑ j, ∑' (m : ℕ), f (j.val + N * m)If f is a summable function on ℕ, and 0 < N, then we may compute ∑' n : ℕ, f n by
summing each residue class mod N separately.
- Defined in
- Mathlib.Analysis.SumOverResidueClass
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- AddCommGroupstatement and proof · cited by 12,871
- Equivproof · cited by 8,337
- Finset.sumstatement and proof · cited by 5,195
- Equiv.symmproof · cited by 3,681
- Finset.univstatement and proof · cited by 3,473
- CompleteSpacestatement and proof · cited by 2,532
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- UniformSpacestatement and proof · cited by 2,040
- tsumstatement and proof · cited by 1,148
- ZModstatement and proof · cited by 1,024
- Summablestatement and proof · cited by 778
Cited by1
Results whose statement or proof uses this declaration.
- ZMod.LFunction_eq_LSeriesproof · cited by 1