Mathlib Map

Theorems · Theorem · number theory

geom_sum_eq_zero_iff_neg_one

∀ {R : Type u_1} [inst : Ring R] [inst_1 : LinearOrder R] [IsStrictOrderedRing R] {n : ℕ} {x : R},
  n ≠ 0 → (∑ i ∈ Finset.range n, x ^ i = 0 ↔ x = -1 ∧ Even n)
Defined in
Mathlib.Algebra.Order.Ring.GeomSum
Cited by
2 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingLinearOrderIsStrictOrderedRing

Around this declaration

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

Cites10

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.