Theorems · Theorem · number theory
IsCyclotomicExtension.discr_prime_pow
∀ {p k : ℕ} {K : Type u} {L : Type v} {ζ : L} [inst : Field K] [inst_1 : Field L] [inst_2 : Algebra K L]
[hcycl : IsCyclotomicExtension {p ^ k} K L] [hp : Fact (Nat.Prime p)] (hζ : IsPrimitiveRoot ζ (p ^ k)),
Irreducible (Polynomial.cyclotomic (p ^ k) K) →
Algebra.discr K ⇑(IsPrimitiveRoot.powerBasis K hζ).basis =
(-1) ^ ((p ^ k).totient / 2) * ↑p ^ (p ^ (k - 1) * ((p - 1) * k - 1))If p is a prime and IsCyclotomicExtension {p ^ k} K L, then the discriminant of
hζ.powerBasis K is (-1) ^ ((p ^ k).totient / 2) * p ^ (p ^ (k - 1) * ((p - 1) * k - 1))
if Irreducible (cyclotomic (p ^ k) K)). Beware that in the cases p ^ k = 1 and p ^ k = 2
the formula uses 1 / 2 = 0 and 0 - 1 = 0. It is useful only to have a uniform result.
See also IsCyclotomicExtension.discr_prime_pow_eq_unit_mul_pow.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 219 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites67
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- CommRingproof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Equivproof · cited by 8,337
- Fintypeproof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Algebra.algebraMapproof · cited by 4,706
- mul_oneproof · cited by 3,885
- Equiv.symmproof · cited by 3,681
- Factstatement and proof · cited by 2,726
Cited by3
Results whose statement or proof uses this declaration.
- IsCyclotomicExtension.Rat.discr_prime_powproof · cited by 2
- IsCyclotomicExtension.discr_prime_pow_eq_unit_mul_powproof · cited by 1
- IsCyclotomicExtension.Rat.discr_prime_pow'proof · cited by 0