Theorems · Theorem · sequences and series
tsum_geometric_le_of_norm_lt_one
∀ {R : Type u_4} [inst : NormedRing R] (x : R), ‖x‖ < 1 → ‖∑' (n : ℕ), x ^ n‖ ≤ ‖1‖ - 1 + (1 - ‖x‖)⁻¹Bound for the sum of a geometric series in a normed ring. This formula does not assume that the
normed ring satisfies the axiom ‖1‖ = 1.
- Defined in
- Mathlib.Analysis.SpecificLimits.Normed
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 163 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.
Cites35
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
- TopologicalSpaceproof · cited by 24,529
- AddCommMonoidproof · cited by 12,281
- Norm.normstatement and proof · cited by 5,413
- Finset.sumproof · cited by 5,195
- Nat.cast_oneproof · cited by 2,501
- Nontrivialproof · cited by 2,416
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Nat.cast_zeroproof · cited by 1,870
- Finset.rangeproof · cited by 1,341
- tsumstatement and proof · cited by 1,148
- pow_zeroproof · cited by 1,094
Cited by1
Results whose statement or proof uses this declaration.
- NormedRing.inverse_one_sub_normproof · cited by 2