Theorems · Theorem · Lie groups
summable_iff_summable_compl_and_tsum_mem
∀ {α : Type u_1} {β : Type u_2} [inst : AddCommGroup α] [inst_1 : UniformSpace α] [inst_2 : IsUniformAddGroup α]
{L : SummationFilter β} (f : β → α),
Summable f L ↔
Summable (⇑UniformSpace.Completion.toCompl ∘ f) L ∧
∑'[L] (i : β), UniformSpace.Completion.toCompl (f i) ∈ Set.range ⇑UniformSpace.Completion.toComplA function f is summable in a uniform additive group α if and only if it is summable in
Completion α and its sum in Completion α lies in the range of toCompl : α →+ Completion α.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 114 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.
- DFunLike.coestatement · cited by 62,936
- Setstatement · cited by 53,352
- AddCommGroupstatement and proof · cited by 12,871
- Set.rangestatement · cited by 4,705
- AddMonoidHomstatement · cited by 3,230
- UniformSpacestatement and proof · cited by 2,040
- tsumstatement · cited by 1,148
- Summablestatement · cited by 778
- SummationFilterstatement and proof · cited by 607
- IsUniformAddGroupstatement and proof · cited by 342
- UniformSpace.Completionstatement · cited by 192
- UniformSpace.Completion.toComplstatement · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- summable_iff_cauchySeq_finset_and_tsum_memproof · cited by 0