Mathlib Map

Theorems · Theorem · functional analysis

NormedAddCommGroup.summable_imp_tendsto_of_complete

∀ {E : Type u_1} [inst : NormedAddCommGroup E] [CompleteSpace E] (u : ℕ → E),
  (Summable fun x => ‖u x‖) → ∃ a, Filter.Tendsto (fun n => ∑ i ∈ Finset.range n, u i) Filter.atTop (nhds a)

In a complete normed additive group, every absolutely convergent series converges in the space.

Defined in
Mathlib.Analysis.Normed.Group.Completeness
Cited by
1 results in Mathlib
Foundations
Depth 152 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupCompleteSpace

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.