Mathlib Map

Theorems · Theorem · sequences and series

geom_series_succ

∀ {R : Type u_4} [inst : NormedRing R] [HasSummableGeomSeries R] (x : R),
  ‖x‖ < 1 → ∑' (i : ℕ), x ^ (i + 1) = ∑' (i : ℕ), x ^ i - 1
Defined in
Mathlib.Analysis.SpecificLimits.Normed
Cited by
2 results in Mathlib
Foundations
Depth 163 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedRingHasSummableGeomSeries

Around this declaration

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

Cites11

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.