Mathlib Map

Theorems · Theorem · functional analysis

Summable.of_norm_bounded_eventually_nat

∀ {E : Type u_3} [inst : SeminormedAddCommGroup E] [CompleteSpace E] {f : ℕ → E} {g : ℕ → ℝ},
  Summable g → (∀ᶠ (i : ℕ) in Filter.atTop, ‖f i‖ ≤ g i) → Summable f

Variant of the direct comparison test for series: if the norm of f is eventually bounded by a real function g which is summable, then f is summable.

Defined in
Mathlib.Analysis.Normed.Group.InfiniteSum
Cited by
6 results in Mathlib
Foundations
Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedAddCommGroupCompleteSpace

Around this declaration

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

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.