Theorems · Theorem · sequences and series
cauchySeq_finset_of_geometric_bound
∀ {α : Type u_1} [inst : SeminormedAddCommGroup α] {r C : ℝ} {f : ℕ → α},
r < 1 → (∀ (n : ℕ), ‖f n‖ ≤ C * r ^ n) → CauchySeq fun s => ∑ x ∈ s, f xIf ‖f n‖ ≤ C * r ^ n for all n : ℕ and some r < 1, then the partial sums of f form a
Cauchy sequence. This lemma does not assume 0 ≤ r or 0 ≤ C.
- Defined in
- Mathlib.Analysis.SpecificLimits.Normed
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 166 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.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Finsetstatement · cited by 13,712
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement · cited by 5,195
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- CauchySeqstatement · cited by 131
- HasSum.summableproof · cited by 98
- cauchySeq_finset_of_norm_boundedproof · cited by 6
- aux_hasSum_of_le_geometricproof · cited by 4
- dist_partial_sum_le_of_le_geometricproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- summable_powerSeries_of_norm_ltproof · cited by 1