Mathlib Map

Theorems · Theorem · number theory

isRoot_of_unity_iff

∀ {n : ℕ},
  0 < n →
    ∀ (R : Type u_2) [inst : CommRing R] [IsDomain R] {ζ : R},
      ζ ^ n = 1 ↔ ∃ i ∈ n.divisors, (Polynomial.cyclotomic i R).IsRoot ζ
Defined in
Mathlib.RingTheory.Polynomial.Cyclotomic.Roots
Cited by
3 results in Mathlib
Foundations
Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomain

Around this declaration

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

Cites15

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.