Mathlib Map

Theorems · Theorem · sequences and series

ENNReal.tsum_geometric

∀ (r : ENNReal), ∑' (n : ℕ), r ^ n = (1 - r)⁻¹

The series pow r converges to (1-r)⁻¹. For r < 1 the RHS is a finite number, and for 1 ≤ r the RHS equals .

Defined in
Mathlib.Analysis.SpecificLimits.Basic
Cited by
8 results in Mathlib
Foundations
Depth 137 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites30

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

Cited by8

Results whose statement or proof uses this declaration.