Mathlib Map

Theorems · Theorem · number theory

isPrimitiveRoot_of_mem_rootsOfUnity

∀ {M : Type u_1} [inst : CommMonoid M] {u : Mˣ} {n : ℕ} [NeZero n],
  u ∈ rootsOfUnity n M → ∃ d, d ≠ 0 ∧ d ∣ n ∧ IsPrimitiveRoot u d
Defined in
Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots
Cited by
1 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidNeZero

Around this declaration

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

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.