Mathlib Map

Theorems · Theorem · number theory

Polynomial.cyclotomic_eq_minpoly_rat

∀ {n : ℕ} {K : Type u_2} [inst : Field K] {μ : K},
  IsPrimitiveRoot μ n → 0 < n → ∀ [inst_1 : CharZero K], Polynomial.cyclotomic n ℚ = minpoly ℚ μ

cyclotomic n ℚ is the minimal polynomial of a primitive n-th root of unity μ.

Defined in
Mathlib.RingTheory.Polynomial.Cyclotomic.Roots
Cited by
2 results in Mathlib
Foundations
Depth 209 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldCharZero

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 by2

Results whose statement or proof uses this declaration.