Mathlib Map

Theorems · Theorem · sequences and series

HasSum.nat_add_neg_add_one

∀ {M : Type u_1} [inst : AddCommMonoid M] [inst_1 : TopologicalSpace M] {m : M} {f : ℤ → M},
  HasSum f m → HasSum (fun n => f ↑n + f (-(↑n + 1))) m
Defined in
Mathlib.Topology.Algebra.InfiniteSum.NatInt
Cited by
5 results in Mathlib
Foundations
Depth 77 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.

Cites18

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

Cited by5

Results whose statement or proof uses this declaration.