Theorems · Theorem · number theory
summable_indicator_mod_iff_summable_indicator_mod
∀ {m : ℕ} [NeZero m] {f : ℕ → ℝ},
Antitone f → ∀ {k : ZMod m} (l : ZMod m), Summable ({n | ↑n = k}.indicator f) → Summable ({n | ↑n = l}.indicator f)If a decreasing sequence of real numbers is summable on one residue class
modulo m, then it is also summable on every other residue class mod m.
- Defined in
- Mathlib.Analysis.SumOverResidueClass
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 157 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NeZero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Set.ofPredstatement and proof · cited by 6,101
- add_zeroproof · cited by 2,707
- LT.lt.leproof · cited by 2,189
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- ZModstatement and proof · cited by 1,024
- Summablestatement and proof · cited by 778
- Set.indicatorstatement and proof · cited by 723
- LT.lt.trans_leproof · cited by 678
- Nat.cast_addproof · cited by 586
- Antitonestatement and proof · cited by 563
- CharP.cast_eq_zeroproof · cited by 357
Cited by1
Results whose statement or proof uses this declaration.
- summable_indicator_mod_iffproof · cited by 1