Mathlib Map

Theorems · Theorem · number theory

IsPrimitiveRoot.nthRoots_one_eq_biUnion_primitiveRoots

∀ {R : Type u_4} [inst : CommRing R] [inst_1 : IsDomain R] [inst_2 : DecidableEq R] {n : ℕ},
  Polynomial.nthRootsFinset n 1 = n.divisors.biUnion fun i => primitiveRoots i R

nthRoots n as a Finset is equal to the union of primitiveRoots i R for i ∣ n.

Defined in
Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots
Cited by
2 results in Mathlib
Foundations
Depth 137 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomainDecidableEq

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.