Mathlib Map

Theorems · Theorem · sequences and series

summable_norm_mul_geometric_of_norm_lt_one

∀ {R : Type u_4} [inst : NormedRing R] {k : ℕ} {r : R},
  ‖r‖ < 1 → ∀ {u : ℕ → ℕ}, ((fun n => ↑(u n)) =O[Filter.atTop] fun n => ↑(n ^ k)) → Summable fun n => ‖↑(u n) * r ^ n‖
Defined in
Mathlib.Analysis.SpecificLimits.Normed
Cited by
2 results in Mathlib
Foundations
Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedRing

Around this declaration

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

Cites34

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

Cited by2

Results whose statement or proof uses this declaration.