Mathlib Map

Theorems · Theorem · sequences and series

HasSum.of_add_one_of_neg_add_one

∀ {M : Type u_1} [inst : AddCommMonoid M] [inst_1 : TopologicalSpace M] {m m' : M} [ContinuousAdd M] {f : ℤ → M},
  HasSum (fun n => f (↑n + 1)) m → HasSum (fun n => f (-(↑n + 1))) m' → HasSum f (m + f 0 + m')
Defined in
Mathlib.Topology.Algebra.InfiniteSum.NatInt
Cited by
2 results in Mathlib
Foundations
Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidTopologicalSpaceContinuousAdd

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 by2

Results whose statement or proof uses this declaration.