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.
- Finset.sumstatement · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- Finset.rangestatement and proof · cited by 1,341
- tsub_add_cancel_of_leproof · cited by 112
- tsub_pos_iff_ltproof · cited by 27
- tsub_eq_of_eq_addproof · cited by 7
- geom_sum_mul_addproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- Nat.Prime.deficient_powproof · cited by 3
- Nat.geomSum_ltproof · cited by 1
- FiniteField.algebraMap_norm_eq_powproof · cited by 1