Theorems · Theorem · sequences and series
summable_iff_vanishing
∀ {α : Type u_1} {β : Type u_2} [inst : UniformSpace α] [inst_1 : AddCommGroup α] [IsUniformAddGroup α] {f : β → α}
[CompleteSpace α], Summable f ↔ ∀ e ∈ nhds 0, ∃ s, ∀ (t : Finset β), Disjoint t s → ∑ b ∈ t, f b ∈ e- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- Filterstatement · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- CompleteSpacestatement and proof · cited by 2,532
- Disjointstatement and proof · cited by 2,201
- SummationFilter.unconditionalstatement · cited by 2,068
- UniformSpacestatement and proof · cited by 2,040
- Summablestatement · cited by 778
- IsUniformAddGroupstatement and proof · cited by 342
Cited by1
Results whose statement or proof uses this declaration.
- Summable.summable_of_eq_zero_or_selfproof · cited by 2