Mathlib Map

Theorems · Theorem · number theory

IsPrimitiveRoot.norm_pow_sub_one_of_prime_pow_ne_two

∀ {p : ℕ} {K : Type u} {L : Type v} [inst : Field L] {ζ : L} [inst_1 : Field K] [inst_2 : Algebra K L] {k s : ℕ},
  IsPrimitiveRoot ζ (p ^ (k + 1)) →
    ∀ [hpri : Fact (Nat.Prime p)] [IsCyclotomicExtension {p ^ (k + 1)} K L],
      Irreducible (Polynomial.cyclotomic (p ^ (k + 1)) K) →
        s ≤ k → p ^ (k - s + 1) ≠ 2 → (Algebra.norm K) (ζ ^ p ^ s - 1) = ↑p ^ p ^ s

If Irreducible (cyclotomic (p ^ (k + 1)) K) (in particular for K = ℚ) and p is a prime, then the norm of ζ ^ (p ^ s) - 1 is p ^ (p ^ s) if p ^ (k - s + 1) ≠ 2. See the next lemmas for similar results.

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

Around this declaration

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

Cites64

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

Cited by4

Results whose statement or proof uses this declaration.