Mathlib Map

Theorems · Theorem · number theory

Nat.Primes.tsum_eq_tsum_ite

∀ {M : Type u_1} [inst : AddCommMonoid M] [inst_1 : TopologicalSpace M] (f : ℕ → M),
  ∑' (p : Nat.Primes), f ↑p = ∑' (n : ℕ), if Nat.Prime n then f n else 0

Reindex a sum over Nat.Primes as a sum over , extending f by 0.

Defined in
Mathlib.NumberTheory.SumPrimeReciprocals
Cited by
0 results in Mathlib
Foundations
Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidTopologicalSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.