Theorems · Theorem · number theory
sub_one_dvd_natCast_of_pow_eq_one
∀ {n : ℕ} {A : Type u_1} {ζ : A} [inst : CommRing A] [IsDomain A], ζ ^ n = 1 → ζ ≠ 1 → ζ - 1 ∣ ↑nIf ζ ^ n = 1 and ζ ≠ 1, then ζ - 1 divides n. This does not require ζ to be a
primitive root of unity, only a root of unity different from 1.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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.sumproof · cited by 5,195
- mul_oneproof · cited by 3,885
- IsDomainstatement and proof · cited by 2,196
- Finset.rangeproof · cited by 1,341
- sub_selfproof · cited by 996
- sub_zeroproof · cited by 938
- one_powproof · cited by 521
- sub_eq_zeroproof · cited by 407
- nsmul_eq_mulproof · cited by 369
- neg_subproof · cited by 272
- Finset.sum_constproof · cited by 254
Cited by1
Results whose statement or proof uses this declaration.
- IsPrimitiveRoot.sub_one_dvd_natCastproof · cited by 0