Mathlib Map

Theorems · Theorem · sequences and series

not_summable_of_ratio_norm_eventually_ge

∀ {α : Type u_4} [inst : SeminormedAddCommGroup α] {f : ℕ → α} {r : ℝ},
  1 < r → (∃ᶠ (n : ℕ) in Filter.atTop, ‖f n‖ ≠ 0) → (∀ᶠ (n : ℕ) in Filter.atTop, r * ‖f n‖ ≤ ‖f (n + 1)‖) → ¬Summable f
Defined in
Mathlib.Analysis.SpecificLimits.Normed
Cited by
2 results in Mathlib
Foundations
Depth 164 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedAddCommGroup

Around this declaration

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

Cites21

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.