Theorems · Theorem · number theory
IsPrimitiveRoot.norm_pow_sub_one_of_prime_ne_two
∀ {p : ℕ} {K : Type u} {L : Type v} [inst : Field L] {ζ : L} [inst_1 : Field K] [inst_2 : Algebra K L] {k : ℕ},
IsPrimitiveRoot ζ (p ^ (k + 1)) →
∀ [hpri : Fact (Nat.Prime p)] [IsCyclotomicExtension {p ^ (k + 1)} K L],
Irreducible (Polynomial.cyclotomic (p ^ (k + 1)) K) →
∀ {s : ℕ}, s ≤ k → p ≠ 2 → (Algebra.norm K) (ζ ^ p ^ s - 1) = ↑p ^ p ^ sIf 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 ≠ 2.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 217 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement · cited by 53,352
- Algebrastatement and proof · cited by 11,388
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement · cited by 5,681
- MonoidHomstatement · cited by 3,629
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- pow_oneproof · cited by 894
- Irreduciblestatement and proof · cited by 496
- IsPrimitiveRootstatement and proof · cited by 356
- Fact.outproof · cited by 328
Cited by2
Results whose statement or proof uses this declaration.
- IsCyclotomicExtension.discr_prime_pow_ne_twoproof · cited by 4
- IsPrimitiveRoot.norm_sub_one_of_prime_ne_twoproof · cited by 3