Mathlib Map

Theorems · Theorem · number theory

IsPrimitiveRoot.injOn_pow_mul

∀ {M₀ : Type u_7} [inst : CommMonoidWithZero M₀] [IsCancelMulZero M₀] {n : ℕ} {ζ : M₀},
  IsPrimitiveRoot ζ n → ∀ {α : M₀}, α ≠ 0 → Set.InjOn (fun x => ζ ^ x * α) ↑(Finset.range n)
Defined in
Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots
Cited by
3 results in Mathlib
Foundations
Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidWithZeroIsCancelMulZero

Around this declaration

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

Cites8

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.