Theorems · Theorem · number theory
Nat.Primes.hasSum_iff_hasSum_ite
∀ {M : Type u_1} [inst : AddCommMonoid M] [inst_1 : TopologicalSpace M] (f : ℕ → M) {a : M},
HasSum (fun p => f ↑p) a ↔ HasSum (fun n => if Nat.Prime n then f n else 0) aHasSum over Nat.Primes iff over ℕ extending f by 0.
- Defined in
- Mathlib.NumberTheory.SumPrimeReciprocals
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Nat.Primestatement · cited by 2,059
- HasSumstatement and proof · cited by 518
- Nat.Primesstatement and proof · cited by 63
- hasSum_subtype_iff_indicatorproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.