Mathlib Map

Theorems · Theorem · number theory

IsPrimitiveRoot.sub_one_norm_isPrimePow

∀ {n : ℕ} [NeZero n] {K : Type u} {L : Type v} [inst : Field L] {ζ : L} [inst_1 : Field K] [inst_2 : Algebra K L],
  IsPrimitiveRoot ζ n →
    IsPrimePow n →
      ∀ [IsCyclotomicExtension {n} K L],
        Irreducible (Polynomial.cyclotomic n K) → n ≠ 2 → (Algebra.norm K) (ζ - 1) = ↑n.minFac

If IsPrimePow n, n ≠ 2 and Irreducible (cyclotomic n K) (in particular for K = ℚ), then the norm of ζ - 1 is n.minFac.

Defined in
Mathlib.NumberTheory.Cyclotomic.PrimitiveRoots
Cited by
2 results in Mathlib
Foundations
Depth 215 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NeZeroFieldFieldAlgebraIsCyclotomicExtension

Around this declaration

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

Cites31

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.