Theorems · Theorem · number theory
IsPrimitiveRoot.pow_sub_one_eq
∀ {R : Type u_4} {k : ℕ} [inst : CommRing R] [IsDomain R] {ζ : R},
IsPrimitiveRoot ζ k → 1 < k → ζ ^ k.pred = -∑ i ∈ Finset.range k.pred, ζ ^ iIf 1 < k, then ζ ^ k.pred = -(∑ i ∈ range k.pred, ζ ^ i).
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- CommRingstatement and proof · cited by 17,173
- Finset.sumstatement and proof · cited by 5,195
- IsDomainstatement and proof · cited by 2,196
- add_commproof · cited by 1,535
- Finset.rangestatement and proof · cited by 1,341
- IsPrimitiveRootstatement and proof · cited by 356
- Finset.sum_range_succproof · cited by 121
- eq_neg_iff_add_eq_zeroproof · cited by 32
- pos_of_gtproof · cited by 24
- IsPrimitiveRoot.geom_sum_eq_zeroproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.