Mathlib Map

Theorems · Theorem · number theory

IsPrimitiveRoot.nthRootsFinset_pairwise_associated_sub_one_sub_of_prime

∀ {p : ℕ} {A : Type u_1} {ζ : A} [inst : CommRing A] [inst_1 : IsDomain A],
  IsPrimitiveRoot ζ p →
    Nat.Prime p → (↑(Polynomial.nthRootsFinset p 1)).Pairwise fun η₁ η₂ => Associated (ζ - 1) (η₁ - η₂)

If p is prime and ζ is a p-th primitive root of unity, then ζ - 1 and η₁ - η₂ are associated for all distinct p-th roots of unity η₁ and η₂.

Defined in
Mathlib.RingTheory.RootsOfUnity.CyclotomicUnits
Cited by
2 results in Mathlib
Foundations
Depth 142 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.

Cites23

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.