Mathlib Map

Theorems · Theorem · sequences and series

Finset.hasSum_support

∀ {α : Type u_1} {β : Type u_2} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α] (s : Finset β) (f : β → α)
  (L : optParam (SummationFilter ↑↑s) (SummationFilter.unconditional ↑↑s)) [L.HasSupport]
  [inst_3 : DecidablePred fun x => x ∈ L.support],
  HasSum (f ∘ Subtype.val) (∑ b ∈ Finset.map (Function.Embedding.subtype fun x => x ∈ ↑s) L.support.toFinset, f b) L
Defined in
Mathlib.Topology.Algebra.InfiniteSum.Defs
Cited by
1 results in Mathlib
Foundations
Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidTopologicalSpaceSummationFilter.HasSupportDecidablePred

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 by1

Results whose statement or proof uses this declaration.