Theorems · Theorem · sequences and series
hasSum_sum_of_ne_finset_zero
∀ {α : Type u_1} {β : Type u_2} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α] {L : SummationFilter β}
{f : β → α} {s : Finset β}, (∀ b ∉ s, f b = 0) → ∀ [L.LeAtTop], HasSum f (∑ b ∈ s, f b) LIf a function f vanishes outside of a finite set s, then it HasSum
∑ b ∈ s, f b.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coeproof · cited by 8,199
- Set.Elemproof · cited by 7,166
- Finset.sumstatement · cited by 5,195
- SummationFilter.unconditionalproof · cited by 2,068
- SummationFilterstatement and proof · cited by 607
- HasSumstatement · cited by 518
- Filter.Tendsto.mono_leftproof · cited by 125
- SummationFilter.LeAtTopstatement and proof · cited by 80
- Function.support_subset_iff'proof · cited by 35
Cited by5
Results whose statement or proof uses this declaration.
- hasSum_singleproof · cited by 10
- HasFiniteFPowerSeriesOnBall.mk'proof · cited by 2
- lp.norm_sub_norm_compl_sub_singleproof · cited by 1
- HasFiniteFPowerSeriesOnBall.eq_partialSumproof · cited by 1
- lp.norm_sum_singleproof · cited by 0