Mathlib Map

Theorems · Theorem · number theory

Polynomial.cyclotomic_eq_minpoly

∀ {n : ℕ} {K : Type u_2} [inst : Field K] {μ : K},
  IsPrimitiveRoot μ n → 0 < n → ∀ [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
7 results in Mathlib
Foundations
Depth 208 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.

Cites14

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

Cited by7

Results whose statement or proof uses this declaration.