Mathlib Map

Theorems · Theorem · functional analysis

NormedAddCommGroup.completeSpace_of_summable_imp_tendsto

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

A normed additive group is complete if any absolutely convergent series converges in the space.

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

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites22

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.