Mathlib Map

Theorems · Theorem · sequences and series

tsum_bot

∀ {α : Type u_1} {β : Type u_2} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α] {L : SummationFilter β},
  ¬L.NeBot → ∀ (f : β → α), ∑'[L] (b : β), f b = ∑ᶠ (b : β), f b

If the summation filter is the trivial filter , then the topological sum is equal to the finite sum (which is taken to be 1 if the support of f is infinite). Note that in this case HasSum f a is satisfied for every element a of the target, so the value assigned to the tsum is a question of conventions.

Defined in
Mathlib.Topology.Algebra.InfiniteSum.Defs
Cited by
6 results in Mathlib
Foundations
Depth 83 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.

Cites25

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

Cited by6

Results whose statement or proof uses this declaration.