Mathlib Map

Theorems · Theorem · ring theory

Nat.geomSum_eq

∀ {m : ℕ}, 2 ≤ m → ∀ (n : ℕ), ∑ k ∈ Finset.range n, m ^ k = (m ^ n - 1) / (m - 1)

Value of a geometric sum over the naturals. Note: see geom_sum_mul_add for a formulation that avoids division and subtraction.

Defined in
Mathlib.Algebra.Ring.GeomSum
Cited by
3 results in Mathlib
Foundations
Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites7

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

Cited by3

Results whose statement or proof uses this declaration.