Mathlib Map

Theorems · Theorem · number theory

IsPrimitiveRoot.pow

∀ {M : Type u_1} [inst : CommMonoid M] {ζ : M} {n a b : ℕ},
  0 < n → IsPrimitiveRoot ζ n → n = a * b → IsPrimitiveRoot (ζ ^ a) b

If there is an n-th primitive root of unity in R and b divides n, then there is a b-th primitive root of unity in R.

Defined in
Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots
Cited by
8 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Quot.sound
Assumes
CommMonoid

Around this declaration

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

Cites4

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

Cited by8

Results whose statement or proof uses this declaration.